|
EJS Elements, Interface, DataTable |
|
|
|
|
Written by Willy Gerber
|
|
Monday, 09 February 2009 17:26 |
Help for Easy Java Simulation (EJS) Software Version 4.1 (see http://fem.um.es/Ejs) Objective: Create a Data Sheet. Element:  Tree Element:  Element on Interface panel:  Property Window:  Properties, format and examples: | | Property | Format | Example | Function |  | Input | Double [][] | data | |  | Max Points | Int | 1000 | setMaxPoints(int):void |  | Active | Boolean | true | |  | No Repeat | Boolean | true | |  | Stride | Int | 1 | setStride(Int):void |  | Show Row Number | Boolean | true | |  | Columns Names | String [] | String[]{"","Col 1","Col 2"} | setColumnNames(String[]):void setColumnNames(int,String):void |  | Columns Format | String [] | String[]{"###.#","###.#","###.#"} | setColumnFormat(int,String):void |  | Size | Coordinate | "200,200" | setSize(int,int:void setSize(Dimension):void getSize():Dimension |  | Background | Color | "255,255,255,255" | setBackground(color) getBackground():Color |  | Foreground | Color | "0,0,0,255" | setForeground(color) getForeground():Color |  | Font | Font | "Arial,Plain,12" | setFont(Font):Void getFont():Font |  | Tooltip | String | "Consult help." | getToolTipText(String):void getToolTipLocation(MouseEvent):Point getToolTipText(MouseEvent):String getToolTipText():String getToolTip():ToolTip | Actions:
|
|
Last Updated ( Thursday, 12 February 2009 11:35 )
|