public class ViewPropertyAction extends AbstractViewAction
ENABLED_PROPERTY, VIEW_PROPERTY| Constructor and Description |
|---|
ViewPropertyAction(Application app,
View view,
java.lang.String propertyName,
java.lang.Class propertyClass,
java.lang.Object propertyValue) |
ViewPropertyAction(Application app,
View view,
java.lang.String propertyName,
java.lang.Object propertyValue)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
protected void |
installViewListeners(View p)
Installs listeners on the view object.
|
protected void |
uninstallViewListeners(View p)
Installs listeners on the view object.
|
getActiveView, getApplication, getPropertyName, isEnabled, setEnabled, setPropertyName, updateEnabled, updateView, updateViewpublic ViewPropertyAction(Application app, View view, java.lang.String propertyName, java.lang.Object propertyValue)
public ViewPropertyAction(Application app, View view, java.lang.String propertyName, java.lang.Class propertyClass, java.lang.Object propertyValue)
public void actionPerformed(java.awt.event.ActionEvent evt)
protected void installViewListeners(View p)
AbstractViewActioninstallViewListeners in class AbstractViewActionprotected void uninstallViewListeners(View p)
uninstallViewListeners in class AbstractViewAction