|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.clients.beans.monitor.MonitorNode
Field Summary | |
private Hashtable |
attributeHashtable
|
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private static String |
versionID
|
Constructor Summary | |
MonitorNode()
|
Method Summary | |
void |
addAttribute(String pKey,
Object pValue)
|
void |
addPropertyChangeListener(PropertyChangeListener listener)
|
Object |
getAttribute(String pKey)
|
String |
getDescription()
Gets the value of the attribute: description. |
String |
getIcon()
Gets the value of the attribute: icon. |
String |
getKey()
Gets the value of the attribute: key. |
Point |
getPosition()
Gets the value of the attribute: position. |
String |
getSelectedIcon()
Gets the value of the attribute: selectedIcon. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private void |
readOldVersion(ObjectInput input,
long readSerialVersionUID)
Reads the non-transient fields of this class from an external source, which is not the current version. |
void |
removeAttribute(Object pObject)
|
void |
removeAttribute(String pKey)
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
|
void |
setDescription(String a_Description)
Sets the value of the attribute: description. |
void |
setIcon(String a_Icon)
Sets the value of the attribute: icon. |
void |
setKey(String a_Key)
Sets the value of the attribute: key. |
void |
setPosition(int x,
int y)
|
void |
setPosition(Point a_Position)
Sets the value of the attribute: position. |
void |
setSelectedIcon(String a_SelectedIcon)
Sets the value of the attribute: selectedIcon. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String CLASSNAME
private static final String versionID
static final long serialVersionUID
private Hashtable attributeHashtable
private static final String RESOURCE
Constructor Detail |
public MonitorNode()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
private void readOldVersion(ObjectInput input, long readSerialVersionUID) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
-
IOException
ClassNotFoundException
public String getIcon()
getIcon
in interface GraphNode
public void setIcon(String a_Icon) throws WTPropertyVetoException
a_Icon
-
WTPropertyVetoException
public String getSelectedIcon()
getSelectedIcon
in interface GraphNode
public void setSelectedIcon(String a_SelectedIcon) throws WTPropertyVetoException
a_SelectedIcon
-
WTPropertyVetoException
public String getDescription()
getDescription
in interface GraphNode
public void setDescription(String a_Description) throws WTPropertyVetoException
a_Description
-
WTPropertyVetoException
public Point getPosition()
getPosition
in interface GraphNode
public void setPosition(Point a_Position) throws WTPropertyVetoException
a_Position
-
WTPropertyVetoException
public String getKey()
getKey
in interface GraphNode
public void setKey(String a_Key) throws WTPropertyVetoException
a_Key
-
WTPropertyVetoException
public void addAttribute(String pKey, Object pValue)
pKey
- pValue
- public void removeAttribute(String pKey)
pKey
- public void removeAttribute(Object pObject)
pObject
- public Object getAttribute(String pKey)
pKey
-
public void setPosition(int x, int y)
setPosition
in interface GraphNode
x
- y
- public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
in interface GraphNode
listener
- public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
in interface GraphNode
listener
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |