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

Quick Search    Search Deep
A C F G I N R

A

ALL_CHILDREN_REMOVED_METHOD - Static variable in interface com.virtuosotechnologies.lib.command.CommandNodeListener
Method object referring to the allChildrenRemoved method
AbstractCommandNode - class com.virtuosotechnologies.lib.command.AbstractCommandNode.
Basic implementation of CommandNode
AbstractCommandNode() - Constructor for class com.virtuosotechnologies.lib.command.AbstractCommandNode
Constructor.
AbstractCommandNode(PropertySet) - Constructor for class com.virtuosotechnologies.lib.command.AbstractCommandNode
Constructor.
AllChildrenRemovedEvent - class com.virtuosotechnologies.lib.command.AllChildrenRemovedEvent.
An event indicating all children were removed
AllChildrenRemovedEvent(CommandNode) - Constructor for class com.virtuosotechnologies.lib.command.AllChildrenRemovedEvent
Constructor.
addChild(CommandNode) - Method in class com.virtuosotechnologies.lib.command.AbstractCommandNode
Add a child node
addChild(CommandNode) - Method in interface com.virtuosotechnologies.lib.command.CommandNode
Add a child node
addNodeListener(CommandNodeListener) - Method in class com.virtuosotechnologies.lib.command.AbstractCommandNode
Add listener for node hierarchy events
addNodeListener(CommandNodeListener) - Method in interface com.virtuosotechnologies.lib.command.CommandNode
Add listener for node hierarchy events
allChildrenRemoved(AllChildrenRemovedEvent) - Method in interface com.virtuosotechnologies.lib.command.CommandNodeListener
All children removed

C

CHILD_ADDED_METHOD - Static variable in interface com.virtuosotechnologies.lib.command.CommandNodeListener
Method object referring to the childAdded method
CHILD_REMOVED_METHOD - Static variable in interface com.virtuosotechnologies.lib.command.CommandNodeListener
Method object referring to the childRemoved method
COMMAND_INVOKED_METHOD - Static variable in interface com.virtuosotechnologies.lib.command.CommandListener
Method object referring to the commandInvoked method
ChildAddedEvent - class com.virtuosotechnologies.lib.command.ChildAddedEvent.
An event indicating a child was added
ChildAddedEvent(CommandNode, CommandNode, int) - Constructor for class com.virtuosotechnologies.lib.command.ChildAddedEvent
Constructor.
ChildRemovedEvent - class com.virtuosotechnologies.lib.command.ChildRemovedEvent.
An event indicating a child was removed
ChildRemovedEvent(CommandNode, CommandNode, int) - Constructor for class com.virtuosotechnologies.lib.command.ChildRemovedEvent
Constructor.
CommandEvent - class com.virtuosotechnologies.lib.command.CommandEvent.
An event for the invoking of a command
CommandEvent(Object) - Constructor for class com.virtuosotechnologies.lib.command.CommandEvent
Constructor.
CommandListener - interface com.virtuosotechnologies.lib.command.CommandListener.
Listener for command events
CommandNode - interface com.virtuosotechnologies.lib.command.CommandNode.
A node in the command graph
CommandNodeEvent - class com.virtuosotechnologies.lib.command.CommandNodeEvent.
An event describing a structural change to the command graph
CommandNodeEvent(CommandNode) - Constructor for class com.virtuosotechnologies.lib.command.CommandNodeEvent
Constructor.
CommandNodeFlavor - class com.virtuosotechnologies.lib.command.CommandNodeFlavor.
A key indicating a flavor of command node.
CommandNodeFlavor(String) - Constructor for class com.virtuosotechnologies.lib.command.CommandNodeFlavor
Constructor
CommandNodeFlavor(String, CommandNodeFlavor[]) - Constructor for class com.virtuosotechnologies.lib.command.CommandNodeFlavor
Constructor
CommandNodeFlavor(String, CommandNodeFlavor) - Constructor for class com.virtuosotechnologies.lib.command.CommandNodeFlavor
Constructor
CommandNodeFlavor(String, CommandNodeFlavor, CommandNodeFlavor) - Constructor for class com.virtuosotechnologies.lib.command.CommandNodeFlavor
Constructor
CommandNodeListener - interface com.virtuosotechnologies.lib.command.CommandNodeListener.
A listener for changes to the command node hierarchy
childAdded(ChildAddedEvent) - Method in interface com.virtuosotechnologies.lib.command.CommandNodeListener
Child added
childIndex_ - Variable in class com.virtuosotechnologies.lib.command.ChildAddedEvent
 
childIndex_ - Variable in class com.virtuosotechnologies.lib.command.ChildRemovedEvent
 
childRemoved(ChildRemovedEvent) - Method in interface com.virtuosotechnologies.lib.command.CommandNodeListener
Child removed
child_ - Variable in class com.virtuosotechnologies.lib.command.ChildAddedEvent
 
child_ - Variable in class com.virtuosotechnologies.lib.command.ChildRemovedEvent
 
children_ - Variable in class com.virtuosotechnologies.lib.command.AbstractCommandNode
 
com.virtuosotechnologies.lib.command - package com.virtuosotechnologies.lib.command
 
commandInvoked(CommandEvent) - Method in interface com.virtuosotechnologies.lib.command.CommandListener
Invoke the command

F

fireAllChildrenRemovedEvent() - Method in class com.virtuosotechnologies.lib.command.AbstractCommandNode
Fires an allChildrenRemoved event
fireChildAddedEvent(CommandNode, int) - Method in class com.virtuosotechnologies.lib.command.AbstractCommandNode
Fires a childAdded event
fireChildRemovedEvent(CommandNode, int) - Method in class com.virtuosotechnologies.lib.command.AbstractCommandNode
Fires a childRemoved event

G

getChildIndex() - Method in class com.virtuosotechnologies.lib.command.ChildAddedEvent
Get the index of the child node
getChildIndex() - Method in class com.virtuosotechnologies.lib.command.ChildRemovedEvent
Get the index of the child node
getChildNode() - Method in class com.virtuosotechnologies.lib.command.ChildAddedEvent
Get the child command node
getChildNode() - Method in class com.virtuosotechnologies.lib.command.ChildRemovedEvent
Get the child command node
getFlavor() - Method in interface com.virtuosotechnologies.lib.command.CommandNode
Get the flavor of CommandNode
getNthChild(int) - Method in class com.virtuosotechnologies.lib.command.AbstractCommandNode
Get the indexed child
getNthChild(int) - Method in interface com.virtuosotechnologies.lib.command.CommandNode
Get the indexed child
getNumChildren() - Method in class com.virtuosotechnologies.lib.command.AbstractCommandNode
Get the number of children
getNumChildren() - Method in interface com.virtuosotechnologies.lib.command.CommandNode
Get the number of children
getParentNode() - Method in class com.virtuosotechnologies.lib.command.CommandNodeEvent
Get the parent command node (also the event source)

I

insertChild(int, CommandNode) - Method in class com.virtuosotechnologies.lib.command.AbstractCommandNode
Insert a child node at the given index
insertChild(int, CommandNode) - Method in interface com.virtuosotechnologies.lib.command.CommandNode
Insert a child node at the given index
invoke(CommandNode) - Static method in class com.virtuosotechnologies.lib.command.AbstractCommandNode
Fire an invoke
isChild(CommandNode) - Method in class com.virtuosotechnologies.lib.command.AbstractCommandNode
Is the given node a child of this node

N

nodeBroadcaster_ - Variable in class com.virtuosotechnologies.lib.command.AbstractCommandNode
 

R

removeAllChildren() - Method in class com.virtuosotechnologies.lib.command.AbstractCommandNode
Remove all children
removeAllChildren() - Method in interface com.virtuosotechnologies.lib.command.CommandNode
Remove all children
removeNodeListener(CommandNodeListener) - Method in class com.virtuosotechnologies.lib.command.AbstractCommandNode
Remove listener for node hierarchy events
removeNodeListener(CommandNodeListener) - Method in interface com.virtuosotechnologies.lib.command.CommandNode
Remove listener for node hierarchy events
removeNthChild(int) - Method in class com.virtuosotechnologies.lib.command.AbstractCommandNode
Remove a child node
removeNthChild(int) - Method in interface com.virtuosotechnologies.lib.command.CommandNode
Remove a child node

A C F G I N R