Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package javax.ide.command

Interface Summary
InvokeHandler InvokeHandlers are responsible for performing an action in a specific context.
UpdateHandler UpdateHandlers decide when actions are enabled or disabled based on a context.
 

Class Summary
Command The Command interface defines the interface of all command objects.
CommandProcessor The CommandProcessor is responsible for managing the execution of the IDE commands and maintining the undo stack.
Context The Context class provides information about the state of the IDE when a command is in the process of being executed.
Controller Controllers encapulate extension defined UpdateHandlers and Controller.NullInvokeHandlers.
Controller.NullInvokeHandler  
Controller.NullUpdateHandler