Uses of Package
net.sf.jguiraffe.gui.cmd
-
Packages that use net.sf.jguiraffe.gui.cmd Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.gui.builder The main package of the builder.net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers.net.sf.jguiraffe.gui.cmd This package contains the implementation of the Command pattern. -
Classes in net.sf.jguiraffe.gui.cmd used by net.sf.jguiraffe.gui.app Class Description Command Definition of an interface for command objects.CommandBase An abstract base class for implementations of theCommand
interface.CommandQueue Definition of an interface that describes a command queue. -
Classes in net.sf.jguiraffe.gui.cmd used by net.sf.jguiraffe.gui.builder Class Description CommandQueue Definition of an interface that describes a command queue. -
Classes in net.sf.jguiraffe.gui.cmd used by net.sf.jguiraffe.gui.builder.window.ctrl Class Description Command Definition of an interface for command objects. -
Classes in net.sf.jguiraffe.gui.cmd used by net.sf.jguiraffe.gui.cmd Class Description Command Definition of an interface for command objects.CommandQueue Definition of an interface that describes a command queue.CommandQueueEvent An event class for notifying listeners about the state of aCommandQueue
.CommandQueueEvent.Type An enumeration for the types supported by theCommandQueueEvent
class.CommandQueueListener Definition of an interface for listeners that want to be notified about changes in the state of a
object.CommandQueue