Uses of Interface
editor.splitpane.ICaptionActionListener
-
Packages that use ICaptionActionListener Package Description editor.splitpane editor.tabpane -
-
Uses of ICaptionActionListener in editor.splitpane
Classes in editor.splitpane that implement ICaptionActionListener Modifier and Type Class Description private classCollapsibleSplitPane.CaptionActionListenerFields in editor.splitpane declared as ICaptionActionListener Modifier and Type Field Description private ICaptionActionListenerCollapsibleSplitPane. _captionActionListenerMethods in editor.splitpane with parameters of type ICaptionActionListener Modifier and Type Method Description voidEmptyCaptionBar. addCaptionActionListener(ICaptionActionListener captionListener)voidICaptionBar. addCaptionActionListener(ICaptionActionListener captionListener)voidEmptyCaptionBar. removeCaptionActionListener(ICaptionActionListener captionListener)voidICaptionBar. removeCaptionActionListener(ICaptionActionListener captionListener) -
Uses of ICaptionActionListener in editor.tabpane
Fields in editor.tabpane with type parameters of type ICaptionActionListener Modifier and Type Field Description private java.util.List<ICaptionActionListener>TabAndToolContainer. _captionActionListenersMethods in editor.tabpane with parameters of type ICaptionActionListener Modifier and Type Method Description voidTabAndToolContainer. addCaptionActionListener(ICaptionActionListener captionListener)voidTabAndToolContainer. removeCaptionActionListener(ICaptionActionListener captionListener)
-