Uses of Class
org.noos.xing.mydoggy.plaf.ui.ToolWindowDescriptor

Packages that use ToolWindowDescriptor
org.noos.xing.mydoggy.plaf   
org.noos.xing.mydoggy.plaf.descriptors   
org.noos.xing.mydoggy.plaf.ui   
org.noos.xing.mydoggy.plaf.ui.cmp   
org.noos.xing.mydoggy.plaf.ui.cmp.event   
org.noos.xing.mydoggy.plaf.ui.look   
 

Uses of ToolWindowDescriptor in org.noos.xing.mydoggy.plaf
 

Fields in org.noos.xing.mydoggy.plaf declared as ToolWindowDescriptor
protected  ToolWindowDescriptor MyDoggyToolWindow.descriptor
           
 

Fields in org.noos.xing.mydoggy.plaf with type parameters of type ToolWindowDescriptor
protected  Map<ToolWindowDescriptor,Integer> MyDoggyToolWindowBar.VisibleDockedListener.anchorPositions
           
protected  Map<Object,ToolWindowDescriptor> MyDoggyToolWindowManager.tools
           
 

Methods in org.noos.xing.mydoggy.plaf that return ToolWindowDescriptor
 ToolWindowDescriptor MyDoggyToolWindow.getDescriptor()
           
 ToolWindowDescriptor MyDoggyToolWindowManager.getDescriptor(org.noos.xing.mydoggy.ToolWindow toolWindow)
           
 

Methods in org.noos.xing.mydoggy.plaf that return types with arguments of type ToolWindowDescriptor
 Collection<ToolWindowDescriptor> MyDoggyToolWindowManager.getToolWindowDescriptors()
           
 

Uses of ToolWindowDescriptor in org.noos.xing.mydoggy.plaf.descriptors
 

Fields in org.noos.xing.mydoggy.plaf.descriptors declared as ToolWindowDescriptor
protected  ToolWindowDescriptor DefaultToolWindowTypeDescriptor.toolWindowDescriptor
           
protected  ToolWindowDescriptor ToolWindowRepresentativeAnchorDescriptor.toolWindowDescriptor
           
 

Methods in org.noos.xing.mydoggy.plaf.descriptors with parameters of type ToolWindowDescriptor
 org.noos.xing.mydoggy.ToolWindowTypeDescriptor DefaultDockedTypeDescriptor.cloneMe(ToolWindowDescriptor toolWindowDescriptor)
           
 org.noos.xing.mydoggy.ToolWindowTypeDescriptor InternalTypeDescriptor.cloneMe(ToolWindowDescriptor toolWindowDescriptor)
           
 org.noos.xing.mydoggy.ToolWindowTypeDescriptor DefaultSlidingTypeDescriptor.cloneMe(ToolWindowDescriptor toolWindowDescriptor)
           
 org.noos.xing.mydoggy.ToolWindowTypeDescriptor DefaultFloatingLiveTypeDescriptor.cloneMe(ToolWindowDescriptor toolWindowDescriptor)
           
 org.noos.xing.mydoggy.ToolWindowTypeDescriptor DefaultFloatingTypeDescriptor.cloneMe(ToolWindowDescriptor toolWindowDescriptor)
           
 

Constructors in org.noos.xing.mydoggy.plaf.descriptors with parameters of type ToolWindowDescriptor
DefaultDockedTypeDescriptor(ToolWindowDescriptor toolWindowDescriptor, DefaultDockedTypeDescriptor parent, int dockLength, boolean popupMenuEnabled, org.noos.xing.mydoggy.ToolWindowActionHandler toolWindowActionHandler, boolean animating, boolean autoHide, boolean hideRepresentativeButtonOnVisible, boolean idVisibleOnTitleBar, int minimumDockLength, boolean titleBarButtonsVisible, boolean titleBarVisible)
           
DefaultFloatingLiveTypeDescriptor(ToolWindowDescriptor toolWindowDescriptor, DefaultFloatingLiveTypeDescriptor parent, Point location, Dimension size, int transparentDelay, float transparentRatio, boolean useTransparentMode, boolean enabled, boolean animating, boolean autoHide, boolean idVisibleOnTitleBar, boolean hideRepresentativeButtonOnVisible, boolean titleBarButtonsVisible, boolean titleBarVisible, boolean resizable)
           
DefaultFloatingTypeDescriptor(ToolWindowDescriptor toolWindowDescriptor, DefaultFloatingTypeDescriptor parent, Point location, Dimension size, int transparentDelay, float transparentRatio, boolean useTransparentMode, boolean modal, boolean addToTaskBar, boolean alwaysOnTop, boolean osDecorated, boolean enabled, boolean animating, boolean autoHide, boolean idVisibleOnTitleBar, boolean hideRepresentativeButtonOnVisible, boolean resizable, boolean titleBarButtonsVisible, boolean titleBarVisible)
           
DefaultSlidingTypeDescriptor(ToolWindowDescriptor toolWindowDescriptor, DefaultSlidingTypeDescriptor parent, int transparentDelay, float transparentRatio, boolean transparentMode, boolean enabled, boolean animating, boolean autoHide, boolean idVisibleOnTitleBar, boolean hideRepresentativeButtonOnVisible, boolean titleBarButtonsVisible, boolean titleBarVisible)
           
DefaultToolWindowTypeDescriptor(ToolWindowDescriptor toolWindowDescriptor, DefaultToolWindowTypeDescriptor parent, boolean enabled, boolean animating, boolean autoHide, boolean idVisibleOnTitleBar, boolean hideRepresentativeButtonOnVisible, boolean titleBarButtonsVisible, boolean titleBarVisible)
           
ToolWindowRepresentativeAnchorDescriptor(ToolWindowDescriptor toolWindowDescriptor)
           
 

Uses of ToolWindowDescriptor in org.noos.xing.mydoggy.plaf.ui
 

Fields in org.noos.xing.mydoggy.plaf.ui declared as ToolWindowDescriptor
protected  ToolWindowDescriptor MyDoggyToolWindowContainer.descriptor
           
 

Methods in org.noos.xing.mydoggy.plaf.ui with parameters of type ToolWindowDescriptor
 void FloatingContainer.setVisible(ToolWindowDescriptor referenceAggregationTool, Component content, ToolWindowDescriptor aggregationOnTool, org.noos.xing.mydoggy.AggregationPosition aggregationPosition)
           
 void FloatingLiveContainer.setVisible(ToolWindowDescriptor referenceAggregationTool, Component content, ToolWindowDescriptor aggregationOnTool, org.noos.xing.mydoggy.AggregationPosition aggregationPosition)
           
 

Constructors in org.noos.xing.mydoggy.plaf.ui with parameters of type ToolWindowDescriptor
DockedContainer(ToolWindowDescriptor descriptor)
           
FloatingContainer(ToolWindowDescriptor toolWindowDescriptor)
           
FloatingLiveContainer(ToolWindowDescriptor toolWindowDescriptor)
           
MyDoggyToolWindowContainer(ToolWindowDescriptor toolWindowDescriptor)
           
SlidingContainer(ToolWindowDescriptor toolWindowDescriptor)
           
 

Uses of ToolWindowDescriptor in org.noos.xing.mydoggy.plaf.ui.cmp
 

Fields in org.noos.xing.mydoggy.plaf.ui.cmp declared as ToolWindowDescriptor
protected  ToolWindowDescriptor ToolWindowTitleBar.toolWindowDescriptor
           
protected  ToolWindowDescriptor ToolWindowPanel.toolWindowDescriptor
           
protected  ToolWindowDescriptor ToolWindowRepresentativeAnchor.toolWindowDescriptor
           
protected  ToolWindowDescriptor ToolWindowTabPanel.toolWindowDescriptor
           
protected  ToolWindowDescriptor ToolWindowTitleButtonPanel.toolWindowDescriptor
           
 

Methods in org.noos.xing.mydoggy.plaf.ui.cmp that return ToolWindowDescriptor
 ToolWindowDescriptor ToolWindowRepresentativeAnchor.getDockableDescriptor()
           
 ToolWindowDescriptor ToolWindowTitleBar.getToolWindowDescriptor()
           
 ToolWindowDescriptor ToolWindowPanel.getToolWindowDescriptor()
           
 ToolWindowDescriptor ToolWindowTabPanel.getToolWindowDescriptor()
           
 ToolWindowDescriptor ToolWindowTitleButtonPanel.getToolWindowDescriptor()
           
 

Constructors in org.noos.xing.mydoggy.plaf.ui.cmp with parameters of type ToolWindowDescriptor
ToolWindowPanel(ToolWindowDescriptor toolWindowDescriptor)
           
ToolWindowRepresentativeAnchor(ToolWindowDescriptor toolWindowDescriptor, Icon image, int horizontalAlignment)
           
ToolWindowRepresentativeAnchor(ToolWindowDescriptor toolWindowDescriptor, String text, Icon icon, int horizontalAlignment)
           
ToolWindowTabPanel(ToolWindowDescriptor descriptor)
           
ToolWindowTitleBar(ToolWindowDescriptor toolWindowDescriptor)
           
ToolWindowTitleButtonPanel(ToolWindowDescriptor toolWindowDescriptor)
           
 

Uses of ToolWindowDescriptor in org.noos.xing.mydoggy.plaf.ui.cmp.event
 

Fields in org.noos.xing.mydoggy.plaf.ui.cmp.event declared as ToolWindowDescriptor
protected  ToolWindowDescriptor SlidingMouseInputHandler.descriptor
           
 

Constructors in org.noos.xing.mydoggy.plaf.ui.cmp.event with parameters of type ToolWindowDescriptor
SlidingMouseInputHandler(ToolWindowDescriptor descriptor)
           
 

Uses of ToolWindowDescriptor in org.noos.xing.mydoggy.plaf.ui.look
 

Fields in org.noos.xing.mydoggy.plaf.ui.look declared as ToolWindowDescriptor
protected  ToolWindowDescriptor ToolWindowTitleButtonPanelUI.descriptor
           
protected  ToolWindowDescriptor ToolWindowRepresentativeAnchorUI.descriptor
           
protected  ToolWindowDescriptor ToolWindowTabPanelUI.descriptor
           
protected  ToolWindowDescriptor ToolWindowTitleBarUI.descriptor
           
protected  ToolWindowDescriptor TitleBarMouseAdapter.toolWindowDescriptor
           
 

Constructors in org.noos.xing.mydoggy.plaf.ui.look with parameters of type ToolWindowDescriptor
TitleBarMouseAdapter(ToolWindowDescriptor toolWindowDescriptor)
           
ToolWindowTitleBarUI.ToolWindowTitleBarDragListener(ToolWindowDescriptor descriptor)
           
 



Copyright © 2012. All Rights Reserved.