Uses of Interface
bibliothek.gui.dock.event.LocatedListener

Packages that use LocatedListener
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework. 
 

Uses of LocatedListener in bibliothek.gui.dock.event
 

Classes in bibliothek.gui.dock.event with type parameters of type LocatedListener
 class LocatedListenerList<L extends LocatedListener>
          An object that can hold some LocatedListeners and order and filter them regarding to one element of the tree.
 

Subinterfaces of LocatedListener in bibliothek.gui.dock.event
 interface DoubleClickListener
          A DoubleClickListener is added to the DoubleClickController and may receive an event if a Dockable, which is child or equal to getTreeLocation(), was clicked twice.
 interface KeyboardListener
          A listener added to the KeyboardController, this listener receives a notification whenever a keyevent is dispatched in a DockElement below the location of this listener.