com.l2fprod.common.swing
Interface JCollapsiblePane.JCollapsiblePaneContainer

All Known Implementing Classes:
JTaskPaneGroup
Enclosing class:
JCollapsiblePane

public static interface JCollapsiblePane.JCollapsiblePaneContainer

Tagging interface for containers in a JCollapsiblePane hierarchy who needs to be revalidated (invalidate/validate/repaint) when the pane is expanding or collapsing. Usually validating only the parent of the JCollapsiblePane is enough but there might be cases where the parent parent must be validated.


Method Summary
 java.awt.Container getValidatingContainer()
           
 

Method Detail

getValidatingContainer

java.awt.Container getValidatingContainer()