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 | 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 April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.