Ontimize 5.2072EN

com.ontimize.gui.tree
Class DirectoryPositionator

java.lang.Object
  extended bycom.ontimize.gui.tree.DirectoryPositionator
All Implemented Interfaces:
JOrgTreeNodePositionator

public class DirectoryPositionator
extends java.lang.Object
implements JOrgTreeNodePositionator


Field Summary
protected  boolean calculated
           
protected  java.util.Vector levels
           
protected  int ORIENTATION_DOWN_LEFT
           
protected  int ORIENTATION_DOWN_RIGHT
           
protected  int ORIENTATION_UP_LEFT
           
protected  int ORIENTATION_UP_RIGHT
           
protected  java.awt.Dimension preferredSize
           
 
Constructor Summary
DirectoryPositionator()
           
 
Method Summary
 boolean calculated()
           
 void calculateNodePositions(JOrgTree tree)
           
 java.awt.Dimension getPreferredSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

calculated

protected boolean calculated

levels

protected java.util.Vector levels

preferredSize

protected java.awt.Dimension preferredSize

ORIENTATION_UP_RIGHT

protected int ORIENTATION_UP_RIGHT

ORIENTATION_UP_LEFT

protected int ORIENTATION_UP_LEFT

ORIENTATION_DOWN_RIGHT

protected int ORIENTATION_DOWN_RIGHT

ORIENTATION_DOWN_LEFT

protected int ORIENTATION_DOWN_LEFT
Constructor Detail

DirectoryPositionator

public DirectoryPositionator()
Method Detail

getPreferredSize

public java.awt.Dimension getPreferredSize()
Specified by:
getPreferredSize in interface JOrgTreeNodePositionator

calculateNodePositions

public void calculateNodePositions(JOrgTree tree)
Specified by:
calculateNodePositions in interface JOrgTreeNodePositionator

calculated

public boolean calculated()
Specified by:
calculated in interface JOrgTreeNodePositionator

Ontimize