|
CESE 1.4.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.simulogic.dataview.DataGroup
public class DataGroup
Class that represents group of data sets (channels) from a single recording
| Field Summary |
|---|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
DataGroup(java.lang.String name,
java.lang.String info)
Creates new DataGroup |
|
| Method Summary | |
|---|---|
void |
addChannel(DataChannel c)
Adds a channel to this group |
DataChannel |
getChannel(int c)
Returns channel in the group |
java.lang.String |
getInfo()
Getter for property info |
java.lang.String |
getName()
Getter for property name |
int |
getXChannel()
Getter for property xChannel. |
void |
setInfo(java.lang.String info)
Setter for property info |
void |
setName(java.lang.String name)
Setter for property name |
void |
setXChannel(int x)
Setter for property xChannel. |
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
add, breadthFirstEnumeration, children, clone, 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataGroup(java.lang.String name,
java.lang.String info)
name - name of the groupinfo - description| Method Detail |
|---|
public void addChannel(DataChannel c)
c - channel to add
public DataChannel getChannel(int c)
throws java.lang.ClassCastException
c - channel index
java.lang.ClassCastException - if object is not of type DataChannelpublic java.lang.String getName()
public void setName(java.lang.String name)
name - New value of property namepublic java.lang.String getInfo()
public void setInfo(java.lang.String info)
info - New value of property infopublic int getXChannel()
public void setXChannel(int x)
x - New value of property xChannel.
|
CESE 1.4.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||