mima.presentation.gwt.node
Class CentralNodeView

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.node.NodeView
                  extended by mima.presentation.gwt.node.CentralNodeView
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, NodeObserver

public class CentralNodeView
extends NodeView

Author:
Virginio Carfagno

Nested Class Summary
 
Nested classes/interfaces inherited from class mima.presentation.gwt.node.NodeView
NodeView.HidePopupMenuCommand
 
Field Summary
private static boolean IS_COMPOSE_RIGHT
           
 
Fields inherited from class mima.presentation.gwt.node.NodeView
CuttedSubNode, IsCreateSubNode
 
Constructor Summary
CentralNodeView(CentralNode centralNode)
           
 
Method Summary
 
Methods inherited from class mima.presentation.gwt.node.NodeView
createPopupMenu, deregisterObserver, getAbsoluteEdgeConnectionPointY, getNode, getNodeTitle, nodeChanged, showTitleEditor
 
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, onLoad, 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
 

Field Detail

IS_COMPOSE_RIGHT

private static final boolean IS_COMPOSE_RIGHT
See Also:
Constant Field Values
Constructor Detail

CentralNodeView

public CentralNodeView(CentralNode centralNode)