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 January 27 2012. | Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.