public class GcAction extends java.lang.Object implements EditorAction
| Constructor and Description |
|---|
GcAction(StatusBar<?,?,?> statusBar)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
gc()
The action method for "gc".
|
void |
setAction(javax.swing.Action action,
java.lang.String name)
Sets the
Action instance for this editor action. |
public GcAction(@NotNull
StatusBar<?,?,?> statusBar)
@ActionMethod public void gc()
public void setAction(@NotNull
javax.swing.Action action,
@NotNull
java.lang.String name)
Action instance for this editor action.setAction in interface EditorActionaction - the action instancename - the name of the action