Uses of Interface
bibliothek.gui.dock.common.event.CDockableLocationListener
Packages that use CDockableLocationListener
-
Uses of CDockableLocationListener in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return CDockableLocationListenerModifier and TypeMethodDescriptionCListenerCollection.getCDockableLocationListener()Gets aCDockableLocationListenerwhich forwards all calls to its methods to the listeners registered at this collection.CListenerCollection.getCDockableLocationListeners()Gets all currently registeredCDockableLocationListeners collected in an array.Methods in bibliothek.gui.dock.common.intern with parameters of type CDockableLocationListenerModifier and TypeMethodDescriptionvoidAbstractCDockable.addCDockableLocationListener(CDockableLocationListener listener) voidCDockable.addCDockableLocationListener(CDockableLocationListener listener) Adds a listener to this dockable which gets informed if the location or the visibility changes.voidCListenerCollection.addCDockableLocationListener(CDockableLocationListener listener) Stores an additionalCDockableLocationListenerin this collection.voidAbstractCDockable.removeCDockableLocationListener(CDockableLocationListener listener) voidCDockable.removeCDockableLocationListener(CDockableLocationListener listener) Removeslistenerfrom this dockablevoidCListenerCollection.removeCDockableLocationListener(CDockableLocationListener listener) Removes a listener from this collectionvoidCDockableLocationListenerManager.setListener(CDockableLocationListener listener) Sets the listener which will be informed about changes.