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