|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidminer.gui.actions.Actions
public class Actions
A process editor that enables/disables actions depending on the selection of operators.
Field Summary | |
---|---|
javax.swing.Action |
DELETE_OPERATOR_ACTION
|
javax.swing.Action |
INFO_OPERATOR_ACTION
|
javax.swing.Action |
MAKE_DIRTY_ACTION
|
javax.swing.Action |
NEW_BUILDING_BLOCK_ACTION
|
javax.swing.Action |
NEW_OPERATOR_ACTION
|
javax.swing.Action |
RENAME_OPERATOR_ACTION
|
javax.swing.Action |
SAVE_BUILDING_BLOCK_ACTION
|
ToggleActivationItem |
TOGGLE_ACTIVATION_ITEM
|
ToggleAllBreakpointsItem |
TOGGLE_ALL_BREAKPOINTS
|
ToggleBreakpointItem[] |
TOGGLE_BREAKPOINT
|
Constructor Summary | |
---|---|
Actions(MainFrame mainFrame)
|
Method Summary | |
---|---|
void |
addToOperatorPopupMenu(javax.swing.JPopupMenu menu,
javax.swing.Action renameAction)
Creates a new popup menu for the selected operator. |
void |
delete()
The currently selected operator will be deleted. |
void |
enableActions()
Enables and disables all actions according to the current state (process running, operator selected... |
Operator |
getFirstSelectedOperator()
|
Process |
getProcess()
|
Operator |
getRootOperator()
|
Operator |
getSelectedOperator()
|
java.util.List<Operator> |
getSelectedOperators()
|
void |
insert(java.util.List<Operator> newOperators)
The given operators will be inserted at the last position of the currently selected operator chain. |
void |
processChanged(Process process)
Notifies the component that the entire process has changed. |
void |
processUpdated(Process process)
Notifies the component that process was updated in some way. |
void |
setSelection(java.util.List<Operator> selection)
Sets the currently selected operator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final javax.swing.Action INFO_OPERATOR_ACTION
public final ToggleActivationItem TOGGLE_ACTIVATION_ITEM
public final javax.swing.Action RENAME_OPERATOR_ACTION
public final javax.swing.Action NEW_OPERATOR_ACTION
public final javax.swing.Action NEW_BUILDING_BLOCK_ACTION
public final javax.swing.Action SAVE_BUILDING_BLOCK_ACTION
public final javax.swing.Action DELETE_OPERATOR_ACTION
public final ToggleBreakpointItem[] TOGGLE_BREAKPOINT
public final transient ToggleAllBreakpointsItem TOGGLE_ALL_BREAKPOINTS
public final transient javax.swing.Action MAKE_DIRTY_ACTION
Constructor Detail |
---|
public Actions(MainFrame mainFrame)
Method Detail |
---|
public void addToOperatorPopupMenu(javax.swing.JPopupMenu menu, javax.swing.Action renameAction)
public Operator getFirstSelectedOperator()
public java.util.List<Operator> getSelectedOperators()
public void enableActions()
public void delete()
public void insert(java.util.List<Operator> newOperators)
public Operator getSelectedOperator()
public Operator getRootOperator()
public Process getProcess()
public void processChanged(Process process)
ProcessEditor
processChanged
in interface ProcessEditor
public void processUpdated(Process process)
ProcessEditor
processUpdated
in interface ProcessEditor
public void setSelection(java.util.List<Operator> selection)
ProcessEditor
setSelection
in interface ProcessEditor
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |