org.firebirdsql.squirrel.tab
Class IndexInfoTab
java.lang.Object
net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab
net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseDataSetTab
org.firebirdsql.squirrel.tab.IndexInfoTab
- All Implemented Interfaces:
- IObjectTab
public class IndexInfoTab
- extends BaseDataSetTab
This is the tab displaying information about an index.
- Author:
- Colin Bell
| Fields inherited from class net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab |
_app |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexInfoTab
public IndexInfoTab()
getTitle
public String getTitle()
- Return the title for the tab.
- Returns:
- The title for the tab.
getHint
public String getHint()
- Return the hint for the tab.
- Returns:
- The hint for the tab.
createDataSet
protected IDataSet createDataSet()
throws DataSetException
- Create the IDataSet to be displayed in this tab.
- Specified by:
createDataSet in class BaseDataSetTab
- Throws:
DataSetException
Copyright © 2001-2010. All Rights Reserved.