mima.presentation.gwt.mindmap
Class CentralNodeView
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
mima.presentation.gwt.mindmap.NodeView
mima.presentation.gwt.mindmap.CentralNodeView
- All Implemented Interfaces:
- com.google.gwt.user.client.EventListener, NodeObserver
public class CentralNodeView
- extends NodeView
- Author:
- Virginio Carfagno
Field Summary |
private com.google.gwt.user.client.ui.AbsolutePanel |
_leftEdges
|
private com.google.gwt.user.client.ui.VerticalPanel |
_leftSubNodeViews
|
private com.google.gwt.user.client.ui.AbsolutePanel |
_rightEdges
|
private com.google.gwt.user.client.ui.VerticalPanel |
_rightSubNodeViews
|
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 |
_leftEdges
private com.google.gwt.user.client.ui.AbsolutePanel _leftEdges
_leftSubNodeViews
private com.google.gwt.user.client.ui.VerticalPanel _leftSubNodeViews
_rightEdges
private com.google.gwt.user.client.ui.AbsolutePanel _rightEdges
_rightSubNodeViews
private com.google.gwt.user.client.ui.VerticalPanel _rightSubNodeViews
CentralNodeView
public CentralNodeView(CentralNode centralNode)
composeCentralNodeView
private void composeCentralNodeView()
createLeftSubNodeViewsContainer
private com.google.gwt.user.client.ui.VerticalPanel createLeftSubNodeViewsContainer()
createRightSubNodeViewsContainer
private com.google.gwt.user.client.ui.VerticalPanel createRightSubNodeViewsContainer()
createSubNodeViewsContainer
private com.google.gwt.user.client.ui.VerticalPanel createSubNodeViewsContainer(com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant alignment)
expand
protected void expand(boolean value)
- Specified by:
expand
in class NodeView
getCentralNode
private CentralNode getCentralNode()
getCentralNodeTitle
public java.lang.String getCentralNodeTitle()
- This method was introduced for testing with Pattern Window Driver.
isComposeRight
boolean isComposeRight()
- Specified by:
isComposeRight
in class NodeView
redrawAllEdges
protected void redrawAllEdges()
- Specified by:
redrawAllEdges
in class NodeView
updateTreeStructure
protected void updateTreeStructure()
- Specified by:
updateTreeStructure
in class NodeView