net.sourceforge.squirrel_sql.plugins.refactoring.tab
Class SupportedRefactoringsTab
java.lang.Object
net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseObjectTab
net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.tabs.BaseDataSetTab
net.sourceforge.squirrel_sql.plugins.refactoring.tab.SupportedRefactoringsTab
- All Implemented Interfaces:
- IObjectTab
public class SupportedRefactoringsTab
- extends BaseDataSetTab
This tab shows the columns in the currently selected stored procedure.
- Author:
- manningr
| 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 |
SupportedRefactoringsTab
public SupportedRefactoringsTab(ISession session)
- Constructor
- Parameters:
session - the session to check for supported refactorings.
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.