public interface ROIPanel
Modifier and Type | Field and Description |
---|---|
static int |
ADDFLYR_BUTTON |
static int |
BUTTON_ACCEPT |
static int |
BUTTON_APPLY |
static int |
BUTTON_CANCEL |
static int |
DELETE_BUTTON |
static int |
EXPORT_BUTTON |
static int |
FLYRS_COMBO |
static int |
IMPORT_BUTTON |
static int |
LINE_BUTTON |
static int |
NEW_BUTTON |
static int |
POINT_BUTTON |
static int |
POLYGON_BUTTON |
static int |
REMOVE_ROI_FILE_BUTTON |
Modifier and Type | Method and Description |
---|---|
void |
addButtonsListener(ActionListener listener,
ButtonsPanelListener mainButtonsListener)
Adds a listener to the buttons
|
void |
addTableListeners(ListSelectionListener listSelectionlistener,
TableModelListener tableModelListener) |
AbstractButton |
getButton(int button)
Gets a button.
|
JComponent |
getComponent() |
JComboBox |
getLayerList(int button)
Gets the list of layers
|
TableContainer |
getTable()
Gets the table
|
void |
setToolsEnabled(boolean b)
Enables or disables the list of tools
|
static final int BUTTON_ACCEPT
static final int BUTTON_CANCEL
static final int BUTTON_APPLY
static final int POLYGON_BUTTON
static final int POINT_BUTTON
static final int LINE_BUTTON
static final int NEW_BUTTON
static final int DELETE_BUTTON
static final int EXPORT_BUTTON
static final int IMPORT_BUTTON
static final int ADDFLYR_BUTTON
static final int FLYRS_COMBO
static final int REMOVE_ROI_FILE_BUTTON
JComponent getComponent()
TableContainer getTable()
AbstractButton getButton(int button)
button
- JComboBox getLayerList(int button)
button
- void addButtonsListener(ActionListener listener, ButtonsPanelListener mainButtonsListener)
listener
- void addTableListeners(ListSelectionListener listSelectionlistener, TableModelListener tableModelListener)
void setToolsEnabled(boolean b)
b
-