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

    Modifier and Type
    Method
    Description
    TODO maven-javadoc-plugin 3.3.2 needs a doc here
  • Method Details

    • getValidatingContainer

      Container getValidatingContainer()
      TODO maven-javadoc-plugin 3.3.2 needs a doc here
      Returns:
      Container