|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.keridwen.modelling.group.editor.ui.SeriesTableEditor
public class SeriesTableEditor
Table based editor for SeriesOfDoubleCharacteristic.
Field Summary | |
---|---|
String |
OK_ACTION
|
Constructor Summary | |
---|---|
SeriesTableEditor(JFrame frame,
com.artenum.frida.characteristic.SeriesOfDoubleCharacteristic series)
Default constructor. |
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent evt)
|
JPanel |
getMainPanel()
Return the main panel containing the table and its header. |
JTable |
getTable()
Return the table. |
void |
initComponents()
Initialise the UI. |
static void |
main(String[] args)
For test purpose only. |
void |
show()
|
void |
updateSeries()
Update the series according the values in the table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final String OK_ACTION
Constructor Detail |
---|
public SeriesTableEditor(JFrame frame, com.artenum.frida.characteristic.SeriesOfDoubleCharacteristic series)
series
- - series to be edited.Method Detail |
---|
public void initComponents()
public void show()
public JTable getTable()
public JPanel getMainPanel()
public void updateSeries()
public void actionPerformed(ActionEvent evt)
actionPerformed
in interface ActionListener
public static void main(String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |