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 parent must be validated.
    • Method Detail

      • getValidatingContainer

        java.awt.Container getValidatingContainer()