public interface AddLayerUI
Modifier and Type | Field and Description |
---|---|
static String |
NOT_MAPPED |
Modifier and Type | Method and Description |
---|---|
void |
addElementToTable(Object obj)
Adds a new element to the list of tables in the selected database
|
void |
addListenerToBDSelectionCombo(ActionListener listener)
Adds a listener to the combo box which selects de database to connect
|
void |
addListenerToNewDBButton(ActionListener event)
Adds a listener to the button to add a new data base connection
|
void |
addListenerToTableSelector(ListSelectionListener listener)
Adds a listener to the table selector
|
void |
addSubdatasetToTable(Object obj)
Adds a new element to the subdataset list in the selected database
|
void |
clearList()
Clears the table list
|
void |
clearSubdatasetList()
Clears the table of subdatasets
|
JComponent |
getComponent() |
JComboBox |
getDBCombo()
Gets the list of data bases
|
int[] |
getSelectedSubdatasets()
Gets the selected subdatasets by the user
|
List<Object> |
getSelectedTables()
Gets the selected tables by the user
|
boolean |
isAddDBEventObject(Object obj)
Checks if the object passed is the control to add a new database connection
|
boolean |
isAddTableEvent(Object obj)
Checks if the object passed is the control to select a table
|
boolean |
isLayerTiled()
Returns true if the layer is tiled
|
static final String NOT_MAPPED
JComponent getComponent()
void addListenerToNewDBButton(ActionListener event)
event
- void addListenerToBDSelectionCombo(ActionListener listener)
listener
- void addListenerToTableSelector(ListSelectionListener listener)
listener
- boolean isAddTableEvent(Object obj)
obj
- boolean isAddDBEventObject(Object obj)
obj
- JComboBox getDBCombo()
void addElementToTable(Object obj)
void clearList()
int[] getSelectedSubdatasets()
void addSubdatasetToTable(Object obj)
void clearSubdatasetList()
boolean isLayerTiled()