Package com.pietschy.command.factory

This package defines the general factory interfaces used by GUI Commands.

See:
          Description

Interface Summary
ButtonFactory Defines factory methods that the library will use to creating buttons.
Factory Marker interface used by the library to denote button and menu factories.
MenuFactory Defines factory methods that the library will use when creating menus.
ToolbarFactory Defines factory methods the library will use when creating buttons for use on a JToolBar.
 

Class Summary
DefaultButtonFactory Default implementation of ButtonFactory.
DefaultMenuFactory Default implementation of MenuFactory that creates standard swing menus.
DefaultToolbarFactory Default implementation of ToolbarFactory.
 

Package com.pietschy.command.factory Description

This package defines the general factory interfaces used by GUI Commands.



Copyright © 2006 - 2007 Andrew Pietsch