Uses of Class
editor.splitpane.ICaptionActionListener.ActionType
-
Packages that use ICaptionActionListener.ActionType Package Description editor.splitpane editor.tabpane -
-
Uses of ICaptionActionListener.ActionType in editor.splitpane
Fields in editor.splitpane declared as ICaptionActionListener.ActionType Modifier and Type Field Description static ICaptionActionListener.ActionType
ICaptionActionListener.ActionType. MAXIMIZE
static ICaptionActionListener.ActionType
ICaptionActionListener.ActionType. MINIMIZE
static ICaptionActionListener.ActionType
ICaptionActionListener.ActionType. RESTORE
Methods in editor.splitpane that return ICaptionActionListener.ActionType Modifier and Type Method Description ICaptionActionListener.ActionType
EmptyCaptionBar. getCaptionType()
ICaptionActionListener.ActionType
ICaptionBar. getCaptionType()
Methods in editor.splitpane with parameters of type ICaptionActionListener.ActionType Modifier and Type Method Description void
ICaptionActionListener. captionActionPerformed(ICaptionedPanel panel, ICaptionActionListener.ActionType actionType)
void
EmptyCaptionBar. setCaptionType(ICaptionActionListener.ActionType actionType)
void
ICaptionBar. setCaptionType(ICaptionActionListener.ActionType actionType)
-
Uses of ICaptionActionListener.ActionType in editor.tabpane
Methods in editor.tabpane that return ICaptionActionListener.ActionType Modifier and Type Method Description ICaptionActionListener.ActionType
TabAndToolContainer. getCaptionType()
Methods in editor.tabpane with parameters of type ICaptionActionListener.ActionType Modifier and Type Method Description void
TabAndToolContainer. setCaptionType(ICaptionActionListener.ActionType actionType)
-