|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectUI.Run.GEVAGraphPaneCategory
public class GEVAGraphPaneCategory
Store a grouping of GEVAGraphItems that relate to each other, usually in their measurements in the graph. Each GEVAGraphPaneCategory given to GEVAGraph will produce a new tab, and each GEVAGraphPaneItem in the GEAVGraphCategory will produce a statistics and configuration entry under that tab
Constructor Summary | |
---|---|
GEVAGraphPaneCategory(java.lang.String name)
Create a new category (statistics tab in graph pane) and give it a user- friendly name |
Method Summary | |
---|---|
void |
addItem(GEVAGraphPaneItem item)
Add an item to this category. |
java.awt.Container |
getContainer()
Get the container where all items under this category are to be added. |
GEVAGraphPaneItem |
getItem(java.lang.String itemName)
Get an item by its name. this name is the name used by GEVA, not the user-friendly title |
java.lang.String |
getName()
Get the name that is displayed on the tab for this category |
void |
setContainer(java.awt.Container container)
Set the container where all items under this category are to be added. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GEVAGraphPaneCategory(java.lang.String name)
name
- Name displayed on tabMethod Detail |
---|
public java.lang.String getName()
public void addItem(GEVAGraphPaneItem item)
item
- public GEVAGraphPaneItem getItem(java.lang.String itemName)
itemName
- public void setContainer(java.awt.Container container)
container
- public java.awt.Container getContainer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |