mima.presentation.gwt.nodeeditor
Class NodeEditor

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.Panel
              extended by com.google.gwt.user.client.ui.SimplePanel
                  extended by com.google.gwt.user.client.ui.PopupPanel
                      extended by com.google.gwt.user.client.ui.DialogBox
                          extended by mima.presentation.gwt.nodeeditor.NodeEditor
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.EventPreview, com.google.gwt.user.client.ui.HasHTML, com.google.gwt.user.client.ui.HasText, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.MouseListener, com.google.gwt.user.client.ui.SourcesPopupEvents

public class NodeEditor
extends com.google.gwt.user.client.ui.DialogBox

Author:
Virginio Carfagno

Field Summary
private static java.lang.String LINK_EDITOR_TITLE
           
private static java.lang.String NODE_EDITOR_TITLE
           
 
Constructor Summary
NodeEditor(int left, int top, Node node, boolean isEditLink)
           
 
Method Summary
 
Methods inherited from class com.google.gwt.user.client.ui.DialogBox
getHTML, getText, onMouseDown, onMouseEnter, onMouseLeave, onMouseMove, onMouseUp, remove, setHTML, setText, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.PopupPanel
addPopupListener, getPopupLeft, getPopupTop, hide, onEventPreview, onKeyDownPreview, onKeyPressPreview, onKeyUpPreview, removePopupListener, setPopupPosition, show
 
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel
add, getContainerElement, getWidget, iterator
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
adopt, clear, disown, onAttach, onDetach
 
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, getElement, 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

NODE_EDITOR_TITLE

private static final java.lang.String NODE_EDITOR_TITLE
See Also:
Constant Field Values

LINK_EDITOR_TITLE

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

NodeEditor

public NodeEditor(int left,
                  int top,
                  Node node,
                  boolean isEditLink)