wt.clients.tools.transfer
Class ExportGraphNode

java.lang.Object
  extended bywt.clients.beans.graph.DefaultGraphNode
      extended bywt.clients.tools.transfer.ExportGraphNode
All Implemented Interfaces:
Externalizable, GraphNode, Serializable

public class ExportGraphNode
extends DefaultGraphNode

See Also:
Serialized Form

Field Summary
(package private)  Vector aliasVec
           
(package private)  int ceiling
           
(package private)  boolean excluded
           
static int EXPANDED
           
(package private)  boolean ghost
           
(package private)  int level
           
static int NOT_SHOWING
           
(package private)  int show_mode
           
static int SHOWING
           
(package private)  int subGraphNumber
           
 
Fields inherited from class wt.clients.beans.graph.DefaultGraphNode
DESCRIPTION, ICON, KEY, LISTENER_LIST, POSITION, SELECTED_ICON
 
Constructor Summary
ExportGraphNode()
           
 
Method Summary
 void addAlias(String aAlias)
           
 Vector getAliases()
           
 int getCeiling()
           
 int getLevel()
           
 int getNumAliases()
           
 int getShowMode()
           
 int getSubGraphNumber()
           
 boolean isExcluded()
           
 boolean isGhost()
           
 void setCeiling(int aInt)
           
 void setExcluded(boolean newval)
           
 void setGhost(boolean aBool)
           
 void setLevel(int aInt)
           
 void setPosition(int x, int y)
           
 void setShowMode(int newMode)
           
 void setSubGraphNumber(int aInt)
           
 
Methods inherited from class wt.clients.beans.graph.DefaultGraphNode
addPropertyChangeListener, getDescription, getIcon, getKey, getPosition, getSelectedIcon, readExternal, removePropertyChangeListener, setDescription, setIcon, setKey, setPosition, setSelectedIcon, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_SHOWING

public static final int NOT_SHOWING
See Also:
Constant Field Values

SHOWING

public static final int SHOWING
See Also:
Constant Field Values

EXPANDED

public static final int EXPANDED
See Also:
Constant Field Values

level

int level

excluded

boolean excluded

ghost

boolean ghost

show_mode

int show_mode

aliasVec

Vector aliasVec

subGraphNumber

int subGraphNumber

ceiling

int ceiling
Constructor Detail

ExportGraphNode

public ExportGraphNode()
Method Detail

setExcluded

public void setExcluded(boolean newval)

isExcluded

public boolean isExcluded()

setPosition

public void setPosition(int x,
                        int y)
Specified by:
setPosition in interface GraphNode
Overrides:
setPosition in class DefaultGraphNode
Parameters:
x -
y -

isGhost

public boolean isGhost()

setGhost

public void setGhost(boolean aBool)

getShowMode

public int getShowMode()

setShowMode

public void setShowMode(int newMode)

getLevel

public int getLevel()

setLevel

public void setLevel(int aInt)

getAliases

public Vector getAliases()

addAlias

public void addAlias(String aAlias)

getNumAliases

public int getNumAliases()

getSubGraphNumber

public int getSubGraphNumber()

setSubGraphNumber

public void setSubGraphNumber(int aInt)

getCeiling

public int getCeiling()

setCeiling

public void setCeiling(int aInt)