Uses of Interface
editor.splitpane.ICaptionedPanel
-
Packages that use ICaptionedPanel Package Description editor.splitpane editor.tabpane -
-
Uses of ICaptionedPanel in editor.splitpane
Methods in editor.splitpane that return ICaptionedPanel Modifier and Type Method Description ICaptionedPanel
CollapsibleSplitPane. getBottomMin()
ICaptionedPanel
CollapsibleSplitPane. getTopMin()
Methods in editor.splitpane with parameters of type ICaptionedPanel Modifier and Type Method Description void
ICaptionActionListener. captionActionPerformed(ICaptionedPanel panel, ICaptionActionListener.ActionType actionType)
void
CollapsibleSplitPane. collapseBottom(ICaptionedPanel bottomCaptionedPanel)
protected void
CollapsibleSplitPane. setBottomMin(ICaptionedPanel bottomMin)
protected void
CollapsibleSplitPane. setTopMin(ICaptionedPanel topMin)
void
CollapsibleSplitPane. toggleCollapse(ICaptionedPanel captionedPanel)
-
Uses of ICaptionedPanel in editor.tabpane
Classes in editor.tabpane that implement ICaptionedPanel Modifier and Type Class Description class
TabPane
-