| javax.swing.JPanel org.netbeans.modules.sql.framework.ui.view.TableColumnTreePanel
TableColumnTreePanel | public class TableColumnTreePanel extends JPanel (Code) | | author: Jonathan Giron version: $Revision$ |
Constructor Summary | |
public | TableColumnTreePanel(List tableList) Creates a new instance of TableTreeView using the given List of Databases and showing
all components (Databases, tables, and columns). | public | TableColumnTreePanel(List tableList, boolean useColumnOrdinalPosition) Creates a new instance of TableTreeView using the given List of Databases and showing
all components (Db, tables, and columns). |
TableColumnTreePanel | public TableColumnTreePanel(List tableList)(Code) | | Creates a new instance of TableTreeView using the given List of Databases and showing
all components (Databases, tables, and columns).
Parameters: dbList - List containing Databases to display |
TableColumnTreePanel | public TableColumnTreePanel(List tableList, boolean useColumnOrdinalPosition)(Code) | | Creates a new instance of TableTreeView using the given List of Databases and showing
all components (Db, tables, and columns).
Parameters: DbList - List containing Databases to display Parameters: useColumnOrdinalPosition - true if columns should be sorted based on theirordinal position; false to sort by column name (ascending) |
getSelectedItems | public List<DBColumn> getSelectedItems()(Code) | | Gets List of selected items, if any, in this component.
List (possibly empty) of user-selected items |
setAsLabel | public void setAsLabel(JLabel myLabel)(Code) | | Associates the given JLabel with this component as its target whenever its
associated keyboard accelerator is triggered.
Parameters: myLabel - label to associate with this component |
|
|