public class TableInfoController
extends java.lang.Object
implements org.gvsig.tools.swing.api.SupportIsEnable
| Modifier and Type | Class and Description |
|---|---|
static class |
TableInfoController.RemoveDALInformationAction |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIGURABLE_PANEL_ID |
| Constructor and Description |
|---|
TableInfoController(javax.swing.JButton btnDeselectAllColumns,
javax.swing.JButton btnSelectAllColumns,
javax.swing.JList lstColumns,
javax.swing.JTextField txtName,
javax.swing.JComboBox cboIdField,
javax.swing.JComboBox cboGeometryField,
javax.swing.JTextField txtProjection,
javax.swing.JButton btnProjection,
javax.swing.JTextField txtFilter,
javax.swing.JButton btnFilter,
javax.swing.JButton btnFilterBookmarks,
javax.swing.JButton btnFilterHistory,
javax.swing.JButton btnAdvancedProperties,
javax.swing.JLabel lblReadOnlyNotification,
javax.swing.JComponent pnlCfgActions) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
fetch(TableInfo tableInfo) |
java.lang.String |
getId() |
boolean |
isEnabled(java.lang.Object component) |
void |
put(TableInfo tableInfo) |
static void |
selfRegister() |
void |
setEditable(boolean enable) |
void |
setEnabled(boolean enable) |
public static final java.lang.String CONFIGURABLE_PANEL_ID
public TableInfoController(javax.swing.JButton btnDeselectAllColumns,
javax.swing.JButton btnSelectAllColumns,
javax.swing.JList lstColumns,
javax.swing.JTextField txtName,
javax.swing.JComboBox cboIdField,
javax.swing.JComboBox cboGeometryField,
javax.swing.JTextField txtProjection,
javax.swing.JButton btnProjection,
javax.swing.JTextField txtFilter,
javax.swing.JButton btnFilter,
javax.swing.JButton btnFilterBookmarks,
javax.swing.JButton btnFilterHistory,
javax.swing.JButton btnAdvancedProperties,
javax.swing.JLabel lblReadOnlyNotification,
javax.swing.JComponent pnlCfgActions)
public void clear()
public void fetch(TableInfo tableInfo)
public java.lang.String getId()
public boolean isEnabled(java.lang.Object component)
isEnabled in interface org.gvsig.tools.swing.api.SupportIsEnablepublic void put(TableInfo tableInfo)
public static void selfRegister()
public void setEditable(boolean enable)
public void setEnabled(boolean enable)
Copyright © 2021 gvSIG Association. All rights reserved.