Uses of Interface
bibliothek.gui.dock.common.intern.CDockable

Packages that use CDockable
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.event   
bibliothek.gui.dock.common.intern   
 

Uses of CDockable in bibliothek.gui.dock.common
 

Subinterfaces of CDockable in bibliothek.gui.dock.common
 interface MultipleCDockable
          A MultipleCDockable is a CDockable which can have many copies in an CControl.
 interface SingleCDockable
          A SingleCDockable is a dockable which is added once to the CControl and remains there until it is removed by the application.
 

Classes in bibliothek.gui.dock.common that implement CDockable
 class CWorkingArea
          A working area is an element which is always visible and contains some CDockables which can't be dragged out of it.
 class DefaultMultipleCDockable
          A MultipleCDockable that contains a content-pane where the client might add or remove as many Components as it wishes.
 class DefaultSingleCDockable
          A DefaultSingleCDockable is an element which has a content-pane where clients can add or remove as many Components as they whish.
 

Methods in bibliothek.gui.dock.common that return CDockable
 CDockable CControl.getCDockable(int index)
          Gets the index'th dockable that is registered in this control
 

Methods in bibliothek.gui.dock.common with parameters of type CDockable
 void CGrid.add(double x, double y, double width, double height, CDockable... dockables)
          Adds a new set of CDockables to this grid.
 

Uses of CDockable in bibliothek.gui.dock.common.event
 

Methods in bibliothek.gui.dock.common.event with parameters of type CDockable
 void CDockableAdapter.closeableChanged(CDockable dockable)
           
 void CDockableListener.closeableChanged(CDockable dockable)
          Called when the closeable-property has changed.
 void CDockableAdapter.externalizableChanged(CDockable dockable)
           
 void CDockableListener.externalizableChanged(CDockable dockable)
          Called when the externalizable-property has changed.
 void CDockableAdapter.externalized(CDockable dockable)
           
 void CDockableListener.externalized(CDockable dockable)
          Called when the dockable has been externalized.
 void CDockableAdapter.maximizableChanged(CDockable dockable)
           
 void CDockableListener.maximizableChanged(CDockable dockable)
          Called when the maximizable-property has changed.
 void CDockableAdapter.maximized(CDockable dockable)
           
 void CDockableListener.maximized(CDockable dockable)
          Called when the dockable has been maximized.
 void CDockableAdapter.minimizableChanged(CDockable dockable)
           
 void CDockableListener.minimizableChanged(CDockable dockable)
          Called when the minimizable-property has changed.
 void CDockableAdapter.minimized(CDockable dockable)
           
 void CDockableListener.minimized(CDockable dockable)
          Called when the dockable has been minimized.
 void CDockableAdapter.normalized(CDockable dockable)
           
 void CDockableListener.normalized(CDockable dockable)
          Called when the dockable has been normalized.
 void CDockableAdapter.visibilityChanged(CDockable dockable)
           
 void CDockableListener.visibilityChanged(CDockable dockable)
          Called when the visibility-property has changed.
 

Uses of CDockable in bibliothek.gui.dock.common.intern
 

Classes in bibliothek.gui.dock.common.intern that implement CDockable
 class AbstractCDockable
          An abstract implementation of CDockable.
 class DefaultCDockable
          An CDockable that uses a DefaultCommonDockable to show its content.
 

Methods in bibliothek.gui.dock.common.intern that return CDockable
 CDockable CommonDockable.getDockable()
          Gets the model of this dockable.
 CDockable DefaultCommonDockable.getDockable()
           
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CDockable
 CDockableAccess CControlAccess.access(CDockable dockable)
          Grants access to the internal methods of a CDockable.
 DockAction CControlAccess.createCloseAction(CDockable dockable)
          Gets an action that closes dockable when clicked.
 void CStateManager.ensureValidLocation(CDockable dockable)
          Ensures that dockable is in a valid location (a mode that is enabled by dockable and in the correct CWorkingArea), perhaps changes the current location to ensure that.
 void CControlAccess.hide(CDockable dockable)
          Makes dockable invisible.
 boolean CControlAccess.isVisible(CDockable dockable)
          Tells whether dockable is visible or not.
 void CControlAccess.link(CDockable dockable, CDockableAccess access)
          Gives or removes access to internal properties of an CDockable.
 void CControlAccess.show(CDockable dockable)
          Makes dockable visible.
 

Constructors in bibliothek.gui.dock.common.intern with parameters of type CDockable
DefaultCommonDockable(CDockable dockable)
          Creates a new dockable