|
org.openide.io 1.16.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IOContainer.CallBacks
Callbacks from IOContainer to child component corresponding to IO
IOProvider
implementations can optionally pass Callbacks
when adding new component (IO tab) to parent container via
IOContainer.add(javax.swing.JComponent, org.openide.windows.IOContainer.CallBacks)
IOProvider
implementation then will be notified about some useful events.
Method Summary | |
---|---|
void |
activated()
parent container activated and tab is selected |
void |
closed()
tab closed |
void |
deactivated()
parent container deactivated and tab is selected |
void |
selected()
tab selected |
Method Detail |
---|
void closed()
void selected()
void activated()
void deactivated()
|
org.openide.io 1.16.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |