| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.datatools.connectivity.sqm.core.ui.explorer.filter.ConnectionFilterWizardPage
public abstract class ConnectionFilterWizardPage
| Field Summary | 
|---|
| Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider | 
|---|
| ERROR, INFORMATION, NONE, WARNING | 
| Constructor Summary | |
|---|---|
| ConnectionFilterWizardPage(java.lang.String pageName) | |
| Method Summary | |
|---|---|
|  void | createControl(org.eclipse.swt.widgets.Composite parent) | 
|  void | createControl(org.eclipse.swt.widgets.Composite parent,
              boolean hideExpressionOption,
              boolean hideSelectionOption) | 
|  void | dataChanged()This method is called when ever the user changes the filter settings. | 
| abstract  org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFilter | getConnectionFilter()This method provides the filter to use to initialize the UI. | 
|  java.lang.String | getPredicate()This method returns the filter predicate that should be used to set the connection filter | 
|  boolean | isFilterSpecified()This method indicates whether the filter is disabled or not. | 
|  boolean | isIncludeSelected()This method indicates whether the include or exclude option is selected for a selection filter. | 
|  void | populateSelectionTable()This method will refresh the contents of the table | 
|  void | populateSelectionTable(org.eclipse.swt.widgets.Table selectionTable)Override this method to override the default table population implementation. | 
|  void | setSelectionListPopulated(boolean isPopulated) | 
| Methods inherited from class org.eclipse.jface.wizard.WizardPage | 
|---|
| canFlipToNextPage, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString | 
| Methods inherited from class org.eclipse.jface.dialogs.DialogPage | 
|---|
| dispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, performHelp, setMessage, setVisible | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage | 
|---|
| dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible | 
| Constructor Detail | 
|---|
public ConnectionFilterWizardPage(java.lang.String pageName)
| Method Detail | 
|---|
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl in interface org.eclipse.jface.dialogs.IDialogPage
public void createControl(org.eclipse.swt.widgets.Composite parent,
                          boolean hideExpressionOption,
                          boolean hideSelectionOption)
public void dataChanged()
dataChanged in interface org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.filter.IConnectionFilterProviderpublic java.lang.String getPredicate()
public boolean isFilterSpecified()
public boolean isIncludeSelected()
public void populateSelectionTable(org.eclipse.swt.widgets.Table selectionTable)
populateSelectionTable in interface org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.filter.IConnectionFilterProviderpublic void populateSelectionTable()
public void setSelectionListPopulated(boolean isPopulated)
public abstract org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFilter getConnectionFilter()
getConnectionFilter in interface org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.filter.IConnectionFilterProvider| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||