| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.help.AbstractHelpAction
| Method Summary | |
|  void | addPropertyChangeListener(java.beans.PropertyChangeListener l)Add a PropertyChangeListener to the listener list. | 
|  java.lang.Object | getControl()Getter for property control. | 
|  java.lang.Object | getValue(java.lang.String key)Gets the Objectassociated with the specified key. | 
|  boolean | isEnabled()Getter for property enabled. | 
|  void | putValue(java.lang.String key,
         java.lang.Object newValue)Sets the Valueassociated with the specified key. | 
|  void | removePropertyChangeListener(java.beans.PropertyChangeListener l)Removes a PropertyChangeListener from the listener list. | 
|  void | setEnabled(boolean enabled)Setter for property enabled. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
addPropertyChangeListener in interface HelpActionl - The listener to add.public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
removePropertyChangeListener in interface HelpActionl - The listener to remove.HelpAction.addPropertyChangeListener(java.beans.PropertyChangeListener)public boolean isEnabled()
isEnabled in interface HelpActionpublic void setEnabled(boolean enabled)
setEnabled in interface HelpActionenabled - New value of property enabled.public java.lang.Object getControl()
getControl in interface HelpActionpublic java.lang.Object getValue(java.lang.String key)
Object associated with the specified key.
getValue in interface HelpActionkey - a string containing the specified key
Object stored with this key; if there
		are no keys, it will return nullAction#getValue
public void putValue(java.lang.String key,
                     java.lang.Object newValue)
Value associated with the specified key.
putValue in interface HelpActionkey - the String that identifies the stored objectnewValue - the Object to store using this keyAction#putValue| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||