Uses of Interface
bibliothek.gui.dock.common.event.CVetoFocusListener
Packages that use CVetoFocusListener
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
-
Uses of CVetoFocusListener in bibliothek.gui.dock.common
Methods in bibliothek.gui.dock.common with parameters of type CVetoFocusListenerModifier and TypeMethodDescriptionvoidCControl.addVetoFocusListener(CVetoFocusListener listener) Adds a new veto focus listener to this control.voidCControl.removeVetoFocusListener(CVetoFocusListener listener) Removes a listener from this control. -
Uses of CVetoFocusListener in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return CVetoFocusListenerModifier and TypeMethodDescriptionCListenerCollection.getVetoFocusListener()Gets aCVetoFocusListenerwhich forwards all calls to its methods to the listeners registered in this collection.CListenerCollection.getVetoFocusListeners()Gets all theCVetoFocusListenerthat are collected in this collection.Methods in bibliothek.gui.dock.common.intern with parameters of type CVetoFocusListenerModifier and TypeMethodDescriptionvoidCListenerCollection.addVetoFocusListener(CVetoFocusListener listener) Adds a listener to this collection.voidCListenerCollection.removeVetoFocusListener(CVetoFocusListener listener) Removes a listener from this collectionConstructors in bibliothek.gui.dock.common.intern with parameters of type CVetoFocusListenerModifierConstructorDescriptionControlVetoFocusListener(CControl control, CVetoFocusListener callback) Creates a new veto focus listener.