Uses of Class
adams.gui.flow.tree.TreeOperations.ActorDialog
-
Packages that use TreeOperations.ActorDialog Package Description adams.gui.flow.tree adams.gui.flow.tree.keyboardaction -
-
Uses of TreeOperations.ActorDialog in adams.gui.flow.tree
Methods in adams.gui.flow.tree that return TreeOperations.ActorDialog Modifier and Type Method Description static TreeOperations.ActorDialog
TreeOperations.ActorDialog. valueOf(String name)
Returns the enum constant of this type with the specified name.static TreeOperations.ActorDialog[]
TreeOperations.ActorDialog. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.flow.tree with parameters of type TreeOperations.ActorDialog Modifier and Type Method Description void
TreeOperations. addActor(TreePath path, Actor actor, TreeOperations.InsertPosition position, boolean record, TreeOperations.ActorDialog dialogType)
Brings up the GOE dialog for adding an actor if no actor supplied, otherwise just adds the given actor at the position specified by the path. -
Uses of TreeOperations.ActorDialog in adams.gui.flow.tree.keyboardaction
Methods in adams.gui.flow.tree.keyboardaction that return TreeOperations.ActorDialog Modifier and Type Method Description protected TreeOperations.ActorDialog
AbstractAddActor. getActorDialogType()
Returns the type of dialog to use.protected TreeOperations.ActorDialog
AbstractQuickSearchActor. getActorDialogType()
Returns the type of dialog to use.protected TreeOperations.ActorDialog
AbstractSearchActor. getActorDialogType()
Returns the type of dialog to use.
-