|
Gridarta Editor
|
Inheritance diagram for net.sf.gridarta.action.GcAction:
Collaboration diagram for net.sf.gridarta.action.GcAction:Public Member Functions | |
| void | gc () |
| The action method for "gc". More... | |
| GcAction (@NotNull final StatusBar<?, ?, ?> statusBar) | |
| Creates a new instance. More... | |
| void | setAction (@NotNull final Action action, @NotNull final String name) |
| Sets the Action instance for this editor action. More... | |
Private Attributes | |
| final StatusBar<?, ?, ?> | statusBar |
Definition at line 31 of file GcAction.java.
| net.sf.gridarta.action.GcAction.GcAction | ( | @NotNull final StatusBar<?, ?, ?> | statusBar | ) |
Creates a new instance.
Definition at line 39 of file GcAction.java.
References net.sf.gridarta.action.GcAction.statusBar.
| void net.sf.gridarta.action.GcAction.gc | ( | ) |
The action method for "gc".
Runs the garbage collection.
Definition at line 47 of file GcAction.java.
Here is the call graph for this function:| void net.sf.gridarta.action.GcAction.setAction | ( | @NotNull final Action | action, |
| @NotNull final String | name | ||
| ) |
Sets the Action instance for this editor action.
| action | the action instance |
| name | the name of the action |
Implements net.sf.gridarta.utils.EditorAction.
Definition at line 55 of file GcAction.java.
|
private |
Definition at line 34 of file GcAction.java.
Referenced by net.sf.gridarta.action.GcAction.GcAction().