org.firebirdsql.squirrel.tab
Class IndexInfoTab

java.lang.Object
  extended by net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab
      extended by net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseDataSetTab
          extended by 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

Field Summary
 
Fields inherited from class net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab
_app
 
Constructor Summary
IndexInfoTab()
           
 
Method Summary
protected  IDataSet createDataSet()
          Create the IDataSet to be displayed in this tab.
 String getHint()
          Return the hint for the tab.
 String getTitle()
          Return the title for the tab.
 
Methods inherited from class net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseDataSetTab
clear, getComponent, getDestinationClassName, rebuild, refreshComponent
 
Methods inherited from class net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab
getDatabaseObjectInfo, getDialectType, getSession, select, setDatabaseObjectInfo, setSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexInfoTab

public IndexInfoTab()
Method Detail

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.