Classes | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
com.generalrobotix.ui.view.graph.SeriesDialog Class Reference
Inheritance diagram for com.generalrobotix.ui.view.graph.SeriesDialog:
Inheritance graph
[legend]

Classes

class  MyCellModifier
 
class  MyLabelProvider
 
class  MyTable
 

Public Member Functions

DataItemInfo[] getAddedList ()
 
DataItemInfo[] getDataItemInfoList ()
 
DataItemInfo[] getRemovedList ()
 
boolean isUpdated ()
 
int open ()
 
 SeriesDialog (GraphElement initialGraph, Shell shell)
 
void setCurrentGraph (GraphElement currentGraph)
 
void setDataItemInfoList (DataItemInfo[] dii)
 
void setModelList (List< GrxModelItem > list)
 

Protected Member Functions

void buttonPressed (int buttonId)
 
void configureShell (Shell newShell)
 
Control createDialogArea (Composite parent)
 

Private Member Functions

void _resetSelection ()
 
void removeAllRows ()
 

Private Attributes

DataItemInfo[] addedArray_
 
ArrayList< DataItemInfoaddedList_
 
Combo comboAttr_
 
Combo comboLink_
 
Combo comboModel_
 
Combo comboType_
 
GraphElement currentGraph_
 
List< GrxModelItemcurrentModels_ = null
 
DataItemInfo[] dataItemInfoArray_
 
ArrayList< DataItemInfodataItemInfoList_
 
int graphIndex = 0
 
final Map< String, ArrayList< String > > nodeMap = new HashMap<String, ArrayList<String>>()
 
Properties prop = new Properties()
 
Button removeButton_
 
DataItemInfo[] removedArray_
 
ArrayList< DataItemInforemovedList_
 
Button setButton_
 
MyTable tableModel_
 
TableViewer tableviewer_
 
boolean updated_
 
URL url = this.getClass().getResource(GRAPH_PROPERTIES)
 

Static Private Attributes

static final String ATTRIBUTE = "ATTRIBUTE"
 
static final String colAttribute = MessageBundle.get("dialog.graph.series.table.attribute")
 
static final String colColor = MessageBundle.get("dialog.graph.series.table.color")
 
static final String colIndex = MessageBundle.get("dialog.graph.series.table.index")
 
static final String colLegend = MessageBundle.get("dialog.graph.series.table.legend")
 
static final String colNode = MessageBundle.get("dialog.graph.series.table.node")
 
static final String DATA_TYPE = "DATA TYPE"
 
static final String GRAPH_PROPERTIES = "/resources/graph.properties"
 
static final String LINK_NAME = "LINK NAME"
 
static final String ROBOT_MODEL = "ROBOT MODEL"
 

Detailed Description

Author
Kernel Inc.
Version
1.0 (2001/8/20)

Definition at line 60 of file SeriesDialog.java.

Constructor & Destructor Documentation

com.generalrobotix.ui.view.graph.SeriesDialog.SeriesDialog ( GraphElement  initialGraph,
Shell  shell 
)
inline

Definition at line 98 of file SeriesDialog.java.

Member Function Documentation

void com.generalrobotix.ui.view.graph.SeriesDialog._resetSelection ( )
inlineprivate

Definition at line 454 of file SeriesDialog.java.

void com.generalrobotix.ui.view.graph.SeriesDialog.buttonPressed ( int  buttonId)
inlineprotected

Definition at line 414 of file SeriesDialog.java.

void com.generalrobotix.ui.view.graph.SeriesDialog.configureShell ( Shell  newShell)
inlineprotected

Definition at line 129 of file SeriesDialog.java.

Control com.generalrobotix.ui.view.graph.SeriesDialog.createDialogArea ( Composite  parent)
inlineprotected

Definition at line 134 of file SeriesDialog.java.

DataItemInfo [] com.generalrobotix.ui.view.graph.SeriesDialog.getAddedList ( )
inline

Definition at line 524 of file SeriesDialog.java.

DataItemInfo [] com.generalrobotix.ui.view.graph.SeriesDialog.getDataItemInfoList ( )
inline

Definition at line 514 of file SeriesDialog.java.

DataItemInfo [] com.generalrobotix.ui.view.graph.SeriesDialog.getRemovedList ( )
inline

Definition at line 521 of file SeriesDialog.java.

boolean com.generalrobotix.ui.view.graph.SeriesDialog.isUpdated ( )
inline

Definition at line 530 of file SeriesDialog.java.

int com.generalrobotix.ui.view.graph.SeriesDialog.open ( )
inline
Parameters
visible

Definition at line 492 of file SeriesDialog.java.

void com.generalrobotix.ui.view.graph.SeriesDialog.removeAllRows ( )
inlineprivate

Definition at line 537 of file SeriesDialog.java.

void com.generalrobotix.ui.view.graph.SeriesDialog.setCurrentGraph ( GraphElement  currentGraph)
inline

Definition at line 482 of file SeriesDialog.java.

void com.generalrobotix.ui.view.graph.SeriesDialog.setDataItemInfoList ( DataItemInfo[]  dii)
inline

Definition at line 503 of file SeriesDialog.java.

void com.generalrobotix.ui.view.graph.SeriesDialog.setModelList ( List< GrxModelItem list)
inline

Definition at line 603 of file SeriesDialog.java.

Member Data Documentation

DataItemInfo [] com.generalrobotix.ui.view.graph.SeriesDialog.addedArray_
private

Definition at line 68 of file SeriesDialog.java.

ArrayList<DataItemInfo> com.generalrobotix.ui.view.graph.SeriesDialog.addedList_
private

Definition at line 67 of file SeriesDialog.java.

final String com.generalrobotix.ui.view.graph.SeriesDialog.ATTRIBUTE = "ATTRIBUTE"
staticprivate

Definition at line 75 of file SeriesDialog.java.

final String com.generalrobotix.ui.view.graph.SeriesDialog.colAttribute = MessageBundle.get("dialog.graph.series.table.attribute")
staticprivate

Definition at line 77 of file SeriesDialog.java.

final String com.generalrobotix.ui.view.graph.SeriesDialog.colColor = MessageBundle.get("dialog.graph.series.table.color")
staticprivate

Definition at line 79 of file SeriesDialog.java.

final String com.generalrobotix.ui.view.graph.SeriesDialog.colIndex = MessageBundle.get("dialog.graph.series.table.index")
staticprivate

Definition at line 78 of file SeriesDialog.java.

final String com.generalrobotix.ui.view.graph.SeriesDialog.colLegend = MessageBundle.get("dialog.graph.series.table.legend")
staticprivate

Definition at line 80 of file SeriesDialog.java.

final String com.generalrobotix.ui.view.graph.SeriesDialog.colNode = MessageBundle.get("dialog.graph.series.table.node")
staticprivate

Definition at line 76 of file SeriesDialog.java.

Combo com.generalrobotix.ui.view.graph.SeriesDialog.comboAttr_
private

Definition at line 84 of file SeriesDialog.java.

Combo com.generalrobotix.ui.view.graph.SeriesDialog.comboLink_
private

Definition at line 83 of file SeriesDialog.java.

Combo com.generalrobotix.ui.view.graph.SeriesDialog.comboModel_
private

Definition at line 81 of file SeriesDialog.java.

Combo com.generalrobotix.ui.view.graph.SeriesDialog.comboType_
private

Definition at line 82 of file SeriesDialog.java.

GraphElement com.generalrobotix.ui.view.graph.SeriesDialog.currentGraph_
private

Definition at line 91 of file SeriesDialog.java.

List<GrxModelItem> com.generalrobotix.ui.view.graph.SeriesDialog.currentModels_ = null
private

Definition at line 96 of file SeriesDialog.java.

final String com.generalrobotix.ui.view.graph.SeriesDialog.DATA_TYPE = "DATA TYPE"
staticprivate

Definition at line 73 of file SeriesDialog.java.

DataItemInfo [] com.generalrobotix.ui.view.graph.SeriesDialog.dataItemInfoArray_
private

Definition at line 64 of file SeriesDialog.java.

ArrayList<DataItemInfo> com.generalrobotix.ui.view.graph.SeriesDialog.dataItemInfoList_
private

Definition at line 62 of file SeriesDialog.java.

final String com.generalrobotix.ui.view.graph.SeriesDialog.GRAPH_PROPERTIES = "/resources/graph.properties"
staticprivate

Definition at line 88 of file SeriesDialog.java.

int com.generalrobotix.ui.view.graph.SeriesDialog.graphIndex = 0
private

Definition at line 95 of file SeriesDialog.java.

final String com.generalrobotix.ui.view.graph.SeriesDialog.LINK_NAME = "LINK NAME"
staticprivate

Definition at line 74 of file SeriesDialog.java.

final Map<String, ArrayList<String> > com.generalrobotix.ui.view.graph.SeriesDialog.nodeMap = new HashMap<String, ArrayList<String>>()
private

Definition at line 94 of file SeriesDialog.java.

Properties com.generalrobotix.ui.view.graph.SeriesDialog.prop = new Properties()
private

Definition at line 90 of file SeriesDialog.java.

Button com.generalrobotix.ui.view.graph.SeriesDialog.removeButton_
private

Definition at line 86 of file SeriesDialog.java.

DataItemInfo [] com.generalrobotix.ui.view.graph.SeriesDialog.removedArray_
private

Definition at line 65 of file SeriesDialog.java.

ArrayList<DataItemInfo> com.generalrobotix.ui.view.graph.SeriesDialog.removedList_
private

Definition at line 63 of file SeriesDialog.java.

final String com.generalrobotix.ui.view.graph.SeriesDialog.ROBOT_MODEL = "ROBOT MODEL"
staticprivate

Definition at line 72 of file SeriesDialog.java.

Button com.generalrobotix.ui.view.graph.SeriesDialog.setButton_
private

Definition at line 85 of file SeriesDialog.java.

MyTable com.generalrobotix.ui.view.graph.SeriesDialog.tableModel_
private

Definition at line 93 of file SeriesDialog.java.

TableViewer com.generalrobotix.ui.view.graph.SeriesDialog.tableviewer_
private

Definition at line 71 of file SeriesDialog.java.

boolean com.generalrobotix.ui.view.graph.SeriesDialog.updated_
private

Definition at line 61 of file SeriesDialog.java.

URL com.generalrobotix.ui.view.graph.SeriesDialog.url = this.getClass().getResource(GRAPH_PROPERTIES)
private

Definition at line 89 of file SeriesDialog.java.


The documentation for this class was generated from the following file:


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Sat May 8 2021 02:42:44