|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphAction | |
---|---|
unbbayes.gui |
Uses of GraphAction in unbbayes.gui |
---|
Fields in unbbayes.gui declared as GraphAction | |
---|---|
GraphAction |
GraphPane.action
|
Methods in unbbayes.gui that return GraphAction | |
---|---|
GraphAction |
GraphPane.getAction()
Get the action to be taken. |
static GraphAction |
GraphAction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GraphAction[] |
GraphAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in unbbayes.gui with parameters of type GraphAction | |
---|---|
void |
GraphPane.setAction(GraphAction action)
Set the action to be taken. |
void |
GraphPane.setAction(GraphAction action,
INodeClassDataTransferObject dto)
This is equivalent to GraphPane.setNodeDataTransferObject(INodeClassDataTransferObject) followed
by GraphPane.setAction(GraphAction) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |