|
qflib 0.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--de.qfs.lib.gui.MultiPaneEvent
This event contains the details about a change in a MultiPane's
showing state.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
MultiPaneEvent(java.lang.Object source,
int showing)
Create a new MultiPaneEvent. |
Method Summary | |
int |
getShowing()
Get the new showing state of the MultiPane. |
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 MultiPaneEvent(java.lang.Object source, int showing)
source
- The source of the event, i.e. the affected MultiPane.showing
- The new showing state of the MultiPane.Method Detail |
public int getShowing()
|
qflib 0.98.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |