Uses of Interface
editor.splitpane.ICaptionActionListener
-
Packages that use ICaptionActionListener Package Description editor.splitpane editor.tabpane -
-
Uses of ICaptionActionListener in editor.splitpane
Methods in editor.splitpane with parameters of type ICaptionActionListener Modifier and Type Method Description void
EmptyCaptionBar. addCaptionActionListener(ICaptionActionListener captionListener)
void
ICaptionBar. addCaptionActionListener(ICaptionActionListener captionListener)
void
EmptyCaptionBar. removeCaptionActionListener(ICaptionActionListener captionListener)
void
ICaptionBar. removeCaptionActionListener(ICaptionActionListener captionListener)
-
Uses of ICaptionActionListener in editor.tabpane
Methods in editor.tabpane with parameters of type ICaptionActionListener Modifier and Type Method Description void
TabAndToolContainer. addCaptionActionListener(ICaptionActionListener captionListener)
void
TabAndToolContainer. removeCaptionActionListener(ICaptionActionListener captionListener)
-