org.flexdock.view.actions
public abstract class ViewAction extends javax.swing.AbstractAction
Modifier and Type | Field and Description |
---|---|
static ViewAction |
EMPTY_ACTION
Deprecated.
unused
|
protected java.lang.String |
viewId |
Constructor and Description |
---|
ViewAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
abstract void |
actionPerformed(View view,
java.awt.event.ActionEvent evt) |
javax.swing.ButtonModel |
createButtonModel() |
protected View |
getView(java.awt.event.ActionEvent evt) |
java.lang.String |
getViewId() |
void |
setViewId(java.lang.String viewId) |
public static final ViewAction EMPTY_ACTION
protected java.lang.String viewId
protected View getView(java.awt.event.ActionEvent evt)
public void actionPerformed(java.awt.event.ActionEvent e)
public abstract void actionPerformed(View view, java.awt.event.ActionEvent evt)
public javax.swing.ButtonModel createButtonModel()
public java.lang.String getViewId()
public void setViewId(java.lang.String viewId)