public class AbstractVertex extends AbstractVertexRef implements Vertex
Constructor and Description |
---|
AbstractVertex(String namespace,
String id)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getIconKey() |
String |
getIpAddress() |
com.vaadin.data.Item |
getItem() |
String |
getKey()
Deprecated.
Use namespace/id tuple
|
Integer |
getNodeID() |
VertexRef |
getParent()
TODO: To support Many-to-Many grouping, this function will need to be
enhanced to return an array of vertices.
|
String |
getStyleName() |
String |
getTooltipText() |
Integer |
getX() |
Integer |
getY() |
boolean |
isGroup() |
boolean |
isLocked() |
boolean |
isSelected() |
void |
setIconKey(String iconKey) |
void |
setIpAddress(String ipAddr) |
void |
setLocked(boolean locked) |
void |
setNodeID(Integer nodeID) |
void |
setParent(VertexRef parent)
TODO: To support Many-to-Many grouping, this function will need to be
enhanced add to a list of parents.
|
void |
setSelected(boolean selected) |
void |
setStyleName(String styleName) |
void |
setTooltipText(String tooltpText) |
void |
setX(Integer x) |
void |
setY(Integer y) |
String |
toString() |
equals
compareTo, getId, getLabel, getNamespace, hashCode, setLabel
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getNamespace
compareTo
@Deprecated public AbstractVertex(String namespace, String id)
public final String getKey()
public String getTooltipText()
getTooltipText
in interface Vertex
public final void setTooltipText(String tooltpText)
public final String getIconKey()
getIconKey
in interface Vertex
public final void setIconKey(String iconKey)
public String getStyleName()
getStyleName
in interface Vertex
public final void setStyleName(String styleName)
public final void setX(Integer x)
public final void setY(Integer y)
public final VertexRef getParent()
Vertex
public final void setParent(VertexRef parent)
Vertex
public final void setLocked(boolean locked)
public final boolean isSelected()
isSelected
in interface Vertex
public final void setSelected(boolean selected)
public final String getIpAddress()
getIpAddress
in interface Vertex
public final void setIpAddress(String ipAddr)
public final void setNodeID(Integer nodeID)
public String toString()
toString
in class AbstractVertexRef
Copyright © 2015. All Rights Reserved.