Package com.virtuosotechnologies.lib.basiccommand.swing

Swing convenience classes for basic command implementation.

See:
          Description

Class Summary
CommandNodeButton A JButton built from a CommandNode
CommandNodeCheckBox A JCheckBox built from a CommandNode
CommandNodeComboBox A JComboBox built from a CommandNode
CommandNodeLabel A JLabel built from a CommandNode
CommandNodeMenuBar A JMenuBar built from a CommandNode
CommandNodePopupMenu A JPopupMenu built from a CommandNode
CommandNodeToolBar A JToolBar built from a CommandNode
 

Package com.virtuosotechnologies.lib.basiccommand.swing Description

Swing convenience classes for basic command implementation.

Project

This package is part of Virtuoso Utilities.

Authors

Status

Stable.

Dependencies

Description

This package contains a set of convenience swing components, based on the command implementation and protocols in com.virtuosotechnologies.lib.basiccommand.

A usage primer is forthcoming.