Uses of Interface
editor.splitpane.ICaptionActionListener
Packages that use ICaptionActionListener
-
Uses of ICaptionActionListener in editor.splitpane
Classes in editor.splitpane that implement ICaptionActionListenerFields in editor.splitpane declared as ICaptionActionListenerModifier and TypeFieldDescriptionprivate ICaptionActionListener
CollapsibleSplitPane._captionActionListener
Methods in editor.splitpane with parameters of type ICaptionActionListenerModifier and TypeMethodDescriptionvoid
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
Fields in editor.tabpane with type parameters of type ICaptionActionListenerModifier and TypeFieldDescriptionprivate List<ICaptionActionListener>
TabAndToolContainer._captionActionListeners
Methods in editor.tabpane with parameters of type ICaptionActionListenerModifier and TypeMethodDescriptionvoid
TabAndToolContainer.addCaptionActionListener
(ICaptionActionListener captionListener) void
TabAndToolContainer.removeCaptionActionListener
(ICaptionActionListener captionListener)