Package com.jidesoft.swing.event
Interface SidePaneListener
- All Superinterfaces:
EventListener
The listener interface for receiving side pane events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a tab is deselected in theSidePaneGroup.voidInvoked when a tab is selected in theSidePaneGroup.
-
Method Details
-
sidePaneTabSelected
Invoked when a tab is selected in theSidePaneGroup.- Parameters:
e- SidePaneEvent
-
sidePaneTabDeselected
Invoked when a tab is deselected in theSidePaneGroup.- Parameters:
e- SidePaneEvent
-