| Klasse javax.swing.AbstractAction | 1.2 |
java.lang.Object | +--javax.swing.AbstractAction
| Datenelemente | |
|---|---|
| protected boolean | enabled |
| protected SwingPropertyChangeSupport | changeSupport |
| Konstruktoren | |
|---|---|
| public | AbstractAction() |
| public | AbstractAction(String name) |
| public | AbstractAction(String name, Icon icon) |
| Methoden | |
|---|---|
| public Object | getValue(String key) |
| public void | putValue(String key, Object newValue) |
| public boolean | isEnabled() |
| public void | setEnabled(boolean newValue) |
| public Object[] | getKeys() ![]() |
| protected void | firePropertyChange(String propertyName, Object oldValue, Object newValue) |
| public synchronized void | addPropertyChangeListener(PropertyChangeListener listener) |
| public synchronized void | removePropertyChangeListener(PropertyChangeListener listener) |
| public synchronized PropertyChangeListener[] | getPropertyChangeListeners() ![]() |
| protected Object | clone() |
![[1.3]](../../images/marg13.gif)
![[1.4]](../../images/marg14.gif)