Package org.jdesktop.swingx
Interface JXCollapsiblePane.CollapsiblePaneContainer
-
- All Known Implementing Classes:
JXTaskPane
- Enclosing class:
- JXCollapsiblePane
public static interface JXCollapsiblePane.CollapsiblePaneContainer
Tagging interface for containers in a JXCollapsiblePane hierarchy who needs to be revalidated (invalidate/validate/repaint) when the pane is expanding or collapsing. Usually validating only the parent of the JXCollapsiblePane is enough but there might be cases where the parent's parent must be validated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.Container
getValidatingContainer()
-