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

Quick Search    Search Deep
C D G I J N O S U _

C

CANCEL - Static variable in class javax.ide.command.Command
Command execution CANCEL status
Command - class javax.ide.command.Command.
The Command interface defines the interface of all command objects.
Command() - Constructor for class javax.ide.command.Command
 
Command(int) - Constructor for class javax.ide.command.Command
 
CommandProcessor - class javax.ide.command.CommandProcessor.
The CommandProcessor is responsible for managing the execution of the IDE commands and maintining the undo stack.
CommandProcessor() - Constructor for class javax.ide.command.CommandProcessor
 
Context - class javax.ide.command.Context.
The Context class provides information about the state of the IDE when a command is in the process of being executed.
Context(Document, Project, Element[]) - Constructor for class javax.ide.command.Context
Constructor.
Context(Document, Project) - Constructor for class javax.ide.command.Context
Constructor.
Controller - class javax.ide.command.Controller.
Controllers encapulate extension defined UpdateHandlers and Controller.NullInvokeHandlers.
Controller(MetaClass, MetaClass) - Constructor for class javax.ide.command.Controller
Constructs a controller object, deferring class loading and instantiation of its invoke and update handler objects until needed.
Controller(InvokeHandler, UpdateHandler) - Constructor for class javax.ide.command.Controller
Constructs a controller object.
Controller.NullInvokeHandler - class javax.ide.command.Controller.NullInvokeHandler.
 
Controller.NullInvokeHandler() - Constructor for class javax.ide.command.Controller.NullInvokeHandler
 
Controller.NullUpdateHandler - class javax.ide.command.Controller.NullUpdateHandler.
 
Controller.NullUpdateHandler() - Constructor for class javax.ide.command.Controller.NullUpdateHandler
 

D

doit() - Method in class javax.ide.command.Command
Executes the actions associated with a specific command.

G

getAffectedDocuments() - Method in class javax.ide.command.Command
In general, the command processor manages undo stacks on a per javax.ide.model.Document basis.
getCommandProcessor() - Static method in class javax.ide.command.CommandProcessor
Get the command processor implementation for this IDE.
getContext() - Method in class javax.ide.command.Command
Gets the ide current Context.
getDocument() - Method in class javax.ide.command.Context
The current javax.ide.model.Document the user is working on.
getInvokeHandler() - Method in class javax.ide.command.Controller
Get the invoke handler for this controller.
getName() - Method in class javax.ide.command.Command
Gets the name of the command to display as the action to undo
getProject() - Method in class javax.ide.command.Context
The current javax.ide.model.Project the user is working on.
getProperty(String, Object) - Method in class javax.ide.command.Context
Retrieves the value associated with a property.
getSelection() - Method in class javax.ide.command.Context
Get the currently selected objects.
getType() - Method in class javax.ide.command.Command
Gets the command type
getUpdateHandler() - Method in class javax.ide.command.Controller
Get the update handler for this controller.

I

InvokeHandler - interface javax.ide.command.InvokeHandler.
InvokeHandlers are responsible for performing an action in a specific context.
invoke(Command) - Method in class javax.ide.command.CommandProcessor
Executes the actions associated with a specific command.
invoke(IDEAction, Context) - Method in class javax.ide.command.Controller.NullInvokeHandler
 
invoke(IDEAction, Context) - Method in interface javax.ide.command.InvokeHandler
Invoke the specified action in the specified context.
isContextSensitive() - Method in class javax.ide.command.Controller
Get whether this controller is context sensitive.

J

javax.ide.command - package javax.ide.command
 

N

NORMAL - Static variable in class javax.ide.command.Command
Indicates a command that can be undone.
NO_CHANGE - Static variable in class javax.ide.command.Command
Indicates a command that requires no undo.
NO_UNDO - Static variable in class javax.ide.command.Command
Indicates a command that cannot be undone, and which prevents the undo of previously performed normal commands.

O

OK - Static variable in class javax.ide.command.Command
Command execution OK status

S

setContext(Context) - Method in class javax.ide.command.Command
Sets Context associated with command
setProperty(String, Object) - Method in class javax.ide.command.Context
Sets the value for a property.
setSelection(Element[]) - Method in class javax.ide.command.Context
Set the currently selected objects.

U

UpdateHandler - interface javax.ide.command.UpdateHandler.
UpdateHandlers decide when actions are enabled or disabled based on a context.
undo() - Method in class javax.ide.command.Command
Called by the CommandProcessor to undo a command When a command executes successfully, implementations should return OK, otherwise, return CANCEL or any other non-zero value.
update(IDEAction, Context) - Method in class javax.ide.command.Controller.NullUpdateHandler
 
update(IDEAction, Context) - Method in interface javax.ide.command.UpdateHandler
Update the specified action based on the specified context.

_

_context - Variable in class javax.ide.command.Command
 
_document - Variable in class javax.ide.command.Context
 
_invokeClass - Variable in class javax.ide.command.Controller
 
_invokeHandler - Variable in class javax.ide.command.Controller
 
_isContextSensitive - Variable in class javax.ide.command.Controller
 
_nullInvokeHandler - Static variable in class javax.ide.command.Controller
 
_nullUpdateHandler - Static variable in class javax.ide.command.Controller
 
_project - Variable in class javax.ide.command.Context
 
_properties - Variable in class javax.ide.command.Context
 
_selection - Variable in class javax.ide.command.Context
 
_type - Variable in class javax.ide.command.Command
 
_updateClass - Variable in class javax.ide.command.Controller
 
_updateHandler - Variable in class javax.ide.command.Controller
 

C D G I J N O S U _