mima.presentation.gwt.mindmap
Class LeftSubTree

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by mima.presentation.gwt.mindmap.Tree
                  extended by mima.presentation.gwt.mindmap.SubTree
                      extended by mima.presentation.gwt.mindmap.LeftSubTree
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, NodeObserver

 class LeftSubTree
extends SubTree

Author:
Virginio Carfagno

Field Summary
 
Fields inherited from class mima.presentation.gwt.mindmap.Tree
EDGES_WIDTH
 
Constructor Summary
LeftSubTree(Tree superTree, SubNode subNode)
           
 
Method Summary
protected  void composeSubTree()
           
protected  com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant getSubTreesHorizontalAlignment()
           
protected  boolean isRightEdge()
           
 
Methods inherited from class mima.presentation.gwt.mindmap.SubTree
createNodeViewContainer, createRoot, expand, getEdges, getSubTrees, redrawAllEdges, redrawAllEdges, updateTreeStructure, updateTreeStructure
 
Methods inherited from class mima.presentation.gwt.mindmap.Tree
createEdgesContainer, getAbsoluteEdgeConnectionPointY, getNode, getNodeView, getTree, nodeChanged, onLoad
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getElement, initWidget, onAttach, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, isAttached, onBrowserEvent, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getTitle, isVisible, isVisible, removeStyleName, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LeftSubTree

LeftSubTree(Tree superTree,
            SubNode subNode)
Method Detail

composeSubTree

protected void composeSubTree()
Specified by:
composeSubTree in class SubTree

getSubTreesHorizontalAlignment

protected com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant getSubTreesHorizontalAlignment()
Specified by:
getSubTreesHorizontalAlignment in class SubTree

isRightEdge

protected boolean isRightEdge()
Specified by:
isRightEdge in class SubTree