Public Member Functions | |
ColorScaleChooser (gui parent, ColorScale colorScale) | |
void | showNewScale (ColorScale colorScale) |
void | valueChanged (ListSelectionEvent e) |
Package Attributes | |
ColorScale | thisColorScale |
MyTableModel | tableModel = new MyTableModel() |
ListSelectionModel | rowSM |
ColorScaleManager | csm = ColorScaleManager.getInstance() |
boolean | editValues |
gui | guiControl |
Private Member Functions | |
void | initComponents () |
void | fillTable () |
void | closeDialog (java.awt.event.WindowEvent evt) |
void | getTableEditorMenu () |
void | checkEditValues () |
Private Attributes | |
javax.swing.JTable | table |
javax.swing.ButtonGroup | buttonGroup1 |
javax.swing.JCheckBox | isGradientPaint |
javax.swing.JCheckBox | isLogScale |
javax.swing.JCheckBox | isPersisted |
javax.swing.JLabel | title |
javax.swing.JScrollPane | scrollPane |
javax.swing.JButton | defaultButton |
javax.swing.JButton | applyButton |
javax.swing.JButton | closeButton |
javax.swing.JMenuItem | removeItem |
javax.swing.JMenuItem | addItem |
javax.swing.JMenu | dataPopupMenu |
Classes | |
class | MyTableModel |
class | tableMouseAdapter |
Definition at line 15 of file ColorScaleChooser.java.