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