Package editor.splitpane
Interface ICaptionBar
- All Known Implementing Classes:
EmptyCaptionBar
,TabAndToolContainer
public interface ICaptionBar
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCaptionActionListener
(ICaptionActionListener captionListener) void
addDecoration
(JComponent decoration, int iIndex) getMinimizedPanel
(TabPosition tabPosition) void
removeCaptionActionListener
(ICaptionActionListener captionListener) void
setCaptionType
(ICaptionActionListener.ActionType actionType)
-
Method Details
-
getDecorations
Component[] getDecorations() -
addDecoration
-
setCaptionType
-
getCaptionType
ICaptionActionListener.ActionType getCaptionType() -
getMinimizedPanel
-
addCaptionActionListener
-
removeCaptionActionListener
-