|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject com.taursys.swing.EnableEvent
An event which indicates whether or not a component should be enabled.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
EnableEvent(java.lang.Object source,
boolean enable)
Constructs a new EnableEvent for given source with indication of enable. |
Method Summary | |
boolean |
isEnable()
Get flag indicating whether or not the component should be enabled. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EnableEvent(java.lang.Object source, boolean enable)
Method Detail |
public boolean isEnable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |