Uses of Class
com.bbn.openmap.gui.dock.DockWrapper

Packages that use DockWrapper
com.bbn.openmap.gui.dock   
 

Uses of DockWrapper in com.bbn.openmap.gui.dock
 

Methods in com.bbn.openmap.gui.dock that return DockWrapper
 DockWrapper DockWrapper.getDockedWrapper(int idx)
           
protected  DockWrapper BasicDockPanel.getEast()
           
protected  DockWrapper BasicDockPanel.getNorth()
           
protected  DockWrapper BasicDockPanel.getSouth()
           
protected  DockWrapper BasicDockPanel.getWest()
           
protected  DockWrapper BasicDockPanel.getWrapper(javax.swing.JComponent child)
           
 

Methods in com.bbn.openmap.gui.dock with parameters of type DockWrapper
 void DockWrapper.dock(DockWrapper w)
           
protected  void BasicDockPanel.dock(DockWrapper outter, DockWrapper inner)
          Dock the given child onto the given parent, which is itself a child of this class.
protected  void BasicDockPanel.dock(DockWrapper outter, DockWrapper inner, int idx)
          Dock the given child onto the given parent, which is itself a child of this class.
 void DockWrapper.dock(DockWrapper w, int i)
           
protected  void BasicDockPanel.dockEast(DockWrapper wrapper)
           
protected  void BasicDockPanel.dockEast(DockWrapper wrapper, int idx)
          Dock the given child into the given position on the MapPanel
protected  void BasicDockPanel.dockNorth(DockWrapper wrapper)
           
protected  void BasicDockPanel.dockNorth(DockWrapper wrapper, int idx)
          Dock the given child into the given position on the MapPanel
protected  void BasicDockPanel.dockSomewhere(DockWrapper wrapper)
          Dock the given child somewhere...
protected  void BasicDockPanel.dockSouth(DockWrapper wrapper)
           
protected  void BasicDockPanel.dockSouth(DockWrapper wrapper, int idx)
          Dock the given child into the given position on the MapPanel
protected  void BasicDockPanel.dockWest(DockWrapper wrapper)
           
protected  void BasicDockPanel.dockWest(DockWrapper wrapper, int idx)
          Dock the given child into the given position on the MapPanel
protected  void BasicDockPanel.externalFrame(DockWrapper wrapper)
          Set the component to an internal frame
 boolean DockWrapper.freeWrapper(DockWrapper w)
          Attempt to remove the given wrapper from us
protected  void BasicDockPanel.freeWrapper(DockWrapper w)
          Remove the wrapper from wherever it is currently
protected  int DockLayout.getHeightAtLeft(DockWrapper dw)
          Get the height at the left point for a north or south DockWrapper.
protected  int DockLayout.getHeightAtLeftCardinal(DockWrapper dw)
          Account for the extra size of the cardinal DockWrapper.
protected  int DockLayout.getHeightAtRight(DockWrapper dw)
          Get the height at the right point for a north or south DockWrapper.
protected  int DockLayout.getHeightAtRightCardinal(DockWrapper dw)
          Account for the extra size of the cardinal DockWrapper.
protected  int DockLayout.getWidthAtY(DockWrapper dw, int y)
          Get the width at the given point for a east or west DockWrapper.
protected  int DockLayout.getWidthAtYCardinal(DockWrapper dw, int y)
          Account for the extra size of the cardinal DockWrapper.
protected  void BasicDockPanel.internalFrame(DockWrapper wrapper)
          Set the component to an internal frame
 boolean DockWrapper.isDockedOnRecurse(DockWrapper w)
          Recursively determine if another wrapper is docked on this one.
protected  void DockLayout.layoutEast(DockWrapper base, int x, int y, int maxwidth, int maxheight)
          Layout west side.
protected  void DockLayout.layoutNorth(DockWrapper base, int x, int y, int maxwidth, int maxheight)
          Layout north side.
protected  void DockLayout.layoutSouth(DockWrapper base, int x, int y, int maxwidth, int maxheight)
          Layout north side.
protected  void DockLayout.layoutWest(DockWrapper base, int x, int y, int maxwidth, int maxheight)
          Layout west side.
protected  void BasicDockPanel.removeWrapper(DockWrapper wrapper)
           
protected  void BasicDockPanel.setWrapper(javax.swing.JComponent child, DockWrapper w)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details