Package com.virtuosotechnologies.lib.basiccommand

Standard implementation of Command interfaces.

See:
          Description

Class Summary
BasicCommandNode Base class for CommandNode implementations in basiccommand.
BasicContainerCommandNode A node representing a container in the graph.
BasicDecoratingCommandNode A command node that decorates another one.
BasicGroupCommandNode A node representing a group in the graph.
BasicItemCommandNode A node representing an item action.
BasicRadioContainerCommandNode A node representing a radio group node that is also a container.
BasicRadioGroupCommandNode A node representing a radio group node.
BasicSeparatorCommandNode A node representing a separator.
BasicToggleItemCommandNode A node representing a toggle action.
 

Package com.virtuosotechnologies.lib.basiccommand Description

Standard implementation of Command interfaces.

Project

This package is part of Virtuoso Utilities.

Authors

Status

Stable.

Dependencies

Description

This package provides the standard implementation for the command interfaces located in com.virtuosotechnologies.lib.command.

A usage primer is forthcoming.

These classes are generally not thread safe. Furthermore, because they are closely tied to the swing components they update, they should be accessed only from the Swing/AWT event thread.