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 Details

    • getValidatingContainer

      Container getValidatingContainer()