mima.presentation.gwt.node
Class SubNodeView

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.SubNodeView
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, NodeObserver

public class SubNodeView
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 java.lang.String COMMAND_TITLE_CUT_NODE
           
 
Fields inherited from class mima.presentation.gwt.node.NodeView
CuttedSubNode, IsCreateSubNode
 
Constructor Summary
SubNodeView(SubNode subNode)
           
 
Method Summary
private  com.google.gwt.user.client.Command createCutNodeCommand(com.google.gwt.user.client.ui.PopupPanel popupMenu)
           
protected  com.google.gwt.user.client.ui.MenuBar createPopupMenu(com.google.gwt.user.client.ui.PopupPanel popupPanel)
           
private  SubNode getSubNode()
           
 
Methods inherited from class mima.presentation.gwt.node.NodeView
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

COMMAND_TITLE_CUT_NODE

private static final java.lang.String COMMAND_TITLE_CUT_NODE
See Also:
Constant Field Values
Constructor Detail

SubNodeView

public SubNodeView(SubNode subNode)
Method Detail

createPopupMenu

protected com.google.gwt.user.client.ui.MenuBar createPopupMenu(com.google.gwt.user.client.ui.PopupPanel popupPanel)
Overrides:
createPopupMenu in class NodeView

createCutNodeCommand

private com.google.gwt.user.client.Command createCutNodeCommand(com.google.gwt.user.client.ui.PopupPanel popupMenu)

getSubNode

private SubNode getSubNode()