Uses of Interface
org.noos.xing.mydoggy.Observable

Packages that use Observable
org.noos.xing.mydoggy   
 

Uses of Observable in org.noos.xing.mydoggy
 

Subinterfaces of Observable in org.noos.xing.mydoggy
 interface Content
          A content is a wrapper of a component decorated with some properties like a title, an icon, etc.
 interface ContentManager
          This manager manages the main window.
 interface ContentManagerUI<C extends ContentUI>
          A ContentManagerUI is an interface to modify the ui behaviours of a content manager.
 interface ContentUI
          This interface is used to modify the ui behaviours of a single content.
 interface DesktopContentManagerUI
          This interface represents a ui that use a container to create a multiple-document interface or a virtual desktop.
 interface DesktopContentUI
          This interface let you modify ui behaviours of a content when a DesktopContentManagerUI is used as current ContentManagerUI.
 interface Dockable<M extends DockableManager>
          This interface represents the super interface for of all dockable object, i.e.
 interface DockableUI
          This interface represents the super interface for of all dockable ui parts.
 interface DockedTypeDescriptor
          This interface is used to modify the behaviours of DOCKED type.
 interface FloatingLiveTypeDescriptor
          This interface is used to modify the behaviours of FLOATING_LIVE type.
 interface FloatingTypeDescriptor
          This interface is used to modify the behaviours of FLOATING and FLOATING_FREE type.
 interface MultiSplitContentManagerUI
          This interface represents a ui that use a component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.
 interface MultiSplitContentUI
          This interface let you modify ui behaviours of a content when a MultiSplitContentManagerUI is used as current ContentManagerUI.
 interface RepresentativeAnchorDescriptor<D extends Dockable>
          This interface is used to modify the behaviour of a representative anchor.
 interface SlidingTypeDescriptor
          This interface is used to modify the behaviours of SLIDING type.
 interface TabbedContentManagerUI<E extends TabbedContentUI>
          This interface represents a ui that use a component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon (i.e.
 interface TabbedContentUI
          This interface let you modify ui behaviours of a content when a TabbedContentManagerUI is used as current ContentManagerUI.
 interface ToolWindow
          Tool Windows are secondary windows within the main window that provide access to and/or support for a particular functionality.
 interface ToolWindowBar
          This interface is used to modify all toolwindow anchor related properties.
 interface ToolWindowManagerDescriptor
          This interface is used to modify the behaviours of the ToolWindowManager.
 interface ToolWindowTab
          Every toolwindow can be considered as a special JTabbedPane and so it can contain more than one component.
 interface ToolWindowTypeDescriptor
          This is a markup interface for all ToolWindowTypeDescriptor.
 



Copyright © 2012. All Rights Reserved.