Uses of Class
org.noos.xing.mydoggy.ToolWindowAnchor

Packages that use ToolWindowAnchor
org.noos.xing.mydoggy   
 

Uses of ToolWindowAnchor in org.noos.xing.mydoggy
 

Methods in org.noos.xing.mydoggy that return ToolWindowAnchor
 ToolWindowAnchor ToolWindowBar.getAnchor()
          Returns the reference anchor.
 ToolWindowAnchor RepresentativeAnchorDescriptor.getAnchor()
           
 ToolWindowAnchor ToolWindow.getAnchor()
          Returns the anchor which the tool is anchored.
 ToolWindowAnchor[] RepresentativeAnchorDescriptor.getLockingAnchors()
          Returns the anchors register as locking anchors.
 ToolWindowAnchor[] MostRecentDescriptor.getMostRecentAnchors()
          Returns last activated anchors.
static ToolWindowAnchor ToolWindowAnchor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ToolWindowAnchor[] ToolWindowAnchor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.noos.xing.mydoggy with parameters of type ToolWindowAnchor
 void RepresentativeAnchorDescriptor.addLockingAnchor(ToolWindowAnchor anchor)
          Add an anchor used to indicate where the dockable can be placed.
 void MostRecentDescriptor.append(ToolWindowAnchor... anchors)
          This methods is used to simulate activations.
 boolean RepresentativeAnchorDescriptor.containsLockingAnchor(ToolWindowAnchor anchor)
          Checks if the specified anchor is registered as a locking anchor.
 ToolWindow[] ToolWindowManager.getToolsByAnchor(ToolWindowAnchor anchor)
          Returns an array of the toolwindows, registered into this manager, with the specified anchor.
 ToolWindowBar ToolWindowManager.getToolWindowBar(ToolWindowAnchor anchor)
          Returns the instance of ToolWindowBar related to the specified anchor.
 ToolWindow ToolWindowManager.registerToolWindow(String id, String title, Icon icon, Component component, ToolWindowAnchor anchor)
          Register a new tool window into this window manager based on the passed parameters.
 void RepresentativeAnchorDescriptor.removeLockingAnchor(ToolWindowAnchor anchor)
          Remove an anchor to indicate where the dockable cannot be placed.
 void ToolWindow.setAnchor(ToolWindowAnchor anchor)
          This method is used to set the anchor for the tool.
 void ToolWindow.setAnchor(ToolWindowAnchor anchor, int index)
          This method is used to set the anchor for the tool.
 



Copyright © 2012. All Rights Reserved.