Graphics2D Actor API

Package g2d.closure

This package contains classes that utilize closures in order to describe the behaviour of dynamically created classes, and their instances.

See:
          Description

Class Summary
ClosureAbstractAction A class that allows the dynamic creation of instances of AbstractAction.
ClosureAction An experimental class.
ClosureActionListener For dynamically configuring an ActionListener.
ClosureComparator For dynamically creating comparators.
ClosureComponentListener Invoking a closure when listening to component changes.
ClosureGlyph This class allows for the dynamic creation of glyphish objects, Glyphish.
ClosureItemListener Invoking a closure when listening to a selectable item.
ClosureMouseListener For dynamically configuring an MouseListener.
ClosureMouseMotionListener For dynamically configuring an MouseMotionListener.
ClosureThread For dynamically creating threads, Thread.
ClosureWindowListener For dynamically configuring an WindowListener.
ClosureZoomListener Implements ZoomListener interface as a JLambda closure.
 

Package g2d.closure Description

This package contains classes that utilize closures in order to describe the behaviour of dynamically created classes, and their instances.

Since:
July 2004

Graphics2D Actor API