public class ActivityDefinitonCell extends DVertex
Title: DECLARE
Description:
Copyright: Copyright (c) 2006
Company: TU/e
Modifier | Constructor and Description |
---|---|
|
ActivityDefinitonCell(ActivityDefinition anActivityDefinition,
int x,
int y) |
protected |
ActivityDefinitonCell(DVertex vertex) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
addPort()
addPort
|
ActivityDefinition |
getActivityDefinition() |
double |
getDiameter() |
java.util.Vector |
getLabels() |
javax.swing.JPanel |
getMainPanel() |
javax.swing.JPanel |
getMetricsPanel() |
void |
mouseClicked(java.awt.event.MouseEvent e) |
void |
mouseEntered(java.awt.event.MouseEvent arg0) |
void |
mouseExited(java.awt.event.MouseEvent arg0) |
void |
mousePressed(java.awt.event.MouseEvent arg0) |
void |
mouseReleased(java.awt.event.MouseEvent arg0) |
void |
setBackground(java.awt.Color color) |
void |
setForeground(java.awt.Color color) |
void |
setLabel(java.lang.String label) |
void |
setLabels(java.util.Vector labels) |
void |
setMainPanel(javax.swing.JPanel mainPanel) |
void |
setMetricsPanel(javax.swing.JPanel metricsPanel) |
getBase, getBorderWidth, getBounds, getHeight, getWidth, resize, setBounds, setEditable, setPosition, setSize
addPort, addPort, changeAttributes, clone, getAttributes, getChildren, setAttributes
add, breadthFirstEnumeration, children, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
public ActivityDefinitonCell(ActivityDefinition anActivityDefinition, int x, int y)
anActivityDefinition
- ActivityDefinitionprotected ActivityDefinitonCell(DVertex vertex)
anActivityDefinition
- ActivityDefinitionpublic javax.swing.JPanel getMainPanel()
public void setMainPanel(javax.swing.JPanel mainPanel)
public void setBackground(java.awt.Color color)
public void setForeground(java.awt.Color color)
public void setLabel(java.lang.String label)
public void setMetricsPanel(javax.swing.JPanel metricsPanel)
public void setLabels(java.util.Vector labels)
public java.util.Vector getLabels()
public javax.swing.JPanel getMetricsPanel()
public ActivityDefinition getActivityDefinition()
public java.lang.Object addPort()
public double getDiameter()
public void mouseEntered(java.awt.event.MouseEvent arg0)
public void mouseExited(java.awt.event.MouseEvent arg0)
public void mousePressed(java.awt.event.MouseEvent arg0)
public void mouseReleased(java.awt.event.MouseEvent arg0)
public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked
in interface java.awt.event.MouseListener
mouseClicked
in class DVertex