Uses of Interface
bibliothek.gui.dock.common.event.CFocusListener
Packages that use CFocusListener
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
-
Uses of CFocusListener in bibliothek.gui.dock.common
Methods in bibliothek.gui.dock.common with parameters of type CFocusListenerModifier and TypeMethodDescriptionvoidCControl.addFocusListener(CFocusListener listener) Adds a new focus listener to this control.voidCControl.removeFocusListener(CFocusListener listener) Removes a listener from this control. -
Uses of CFocusListener in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return CFocusListenerModifier and TypeMethodDescriptionCDockableAccess.getFocusListener()A focus listener which will be informed whenever the owner of thisCDockableAccessexperiences a change in the focus.CListenerCollection.getFocusListener()Gets aCFocusListenerwhich forwards all calls to its methods to the listener registered at this collection.CListenerCollection.getFocusListeners()Gets all currently registeredCFocusListeners collected in an array.Methods in bibliothek.gui.dock.common.intern with parameters of type CFocusListenerModifier and TypeMethodDescriptionvoidAbstractCDockable.addFocusListener(CFocusListener listener) voidCDockable.addFocusListener(CFocusListener listener) Adds a focus listener to this dockable.voidCListenerCollection.addFocusListener(CFocusListener listener) Adds aCFocusListenerto this collection.voidAbstractCDockable.removeFocusListener(CFocusListener listener) voidCDockable.removeFocusListener(CFocusListener listener) Removes a focus listener from this dockable.voidCListenerCollection.removeFocusListener(CFocusListener listener) Removes a listener from this collection.