Package Index
Back to Home Page Class Hierarchy  Index

Package Index

Applet API Packages


  • awtExt: Java awt extension package v 0.90
  • This package extends the standard java awt package event handling to provide a callback mechanism for invoking user defined methods. This allows for a clean separation between the application functionality and its graphical user interface, i.e, no need to subclass awt components in order to invoke application code. Also factors out the monolithic case statement event handler in an application's windows. Uses the sysExt package to implement the callback functionality. This version is for applications only.

  • sysExt: Java method reference package v 1.00
  • This package allows you to take safe references to java methods dynamically, at runtime. Provides the functionality of a method pointer, which can be useful for a method callback style of programming. This version is for applications only.