public static interface IOContainer.CallBacks
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.
Modifier and Type | Method and Description |
---|---|
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
|
Built on August 28 2016. | Portions Copyright 1997-2016 Oracle. All rights reserved.