|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.data.internal.core.editor.TableEditorFilterRegistryReader
public class TableEditorFilterRegistryReader
Registry reader for Table Editor result set filters
Field Summary | |
---|---|
static java.lang.String |
TABLE_EDITOR_RESULT_FILTER
|
static java.lang.String |
TABLE_EDITOR_RESULT_FILTER_CLASS
|
static java.lang.String |
TABLE_EDITOR_RESULT_FILTER_VENDOR
|
Method Summary | |
---|---|
ITableEditorResultFilter |
createTableEditorResultFilterExecutable()
Creates a new instance of filter executable. |
static TableEditorFilterRegistryReader |
getInstance()
Gets an instance of TableEditorFilterRegistryReader |
ITableEditorResultFilter |
getTableEditorResultFilter()
Gets the executable for external Table editor result filter. |
java.lang.String |
getVendor()
Gets the vendor attribute as set by the user |
boolean |
isExtenionFound()
Determines whether or not there are any extensions to this extension point |
boolean |
isFilterCanceled()
Gets whether or not user cancels the filter dialog |
boolean |
isMatchingVendor(Table aTable)
Determines whether or not a table belongs to a vendor which matches the vendor specified in the extension. |
void |
setFilterCanceled(boolean cancel)
Sets whether or not user cancels the filter dialog |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TABLE_EDITOR_RESULT_FILTER
public static final java.lang.String TABLE_EDITOR_RESULT_FILTER_VENDOR
public static final java.lang.String TABLE_EDITOR_RESULT_FILTER_CLASS
Method Detail |
---|
public static TableEditorFilterRegistryReader getInstance()
public java.lang.String getVendor()
public ITableEditorResultFilter getTableEditorResultFilter()
public ITableEditorResultFilter createTableEditorResultFilterExecutable()
public boolean isMatchingVendor(Table aTable)
aTable
- the table to check against the vendor specified in the extension
public boolean isExtenionFound()
public void setFilterCanceled(boolean cancel)
cancel
- whether or not user cancels the filter actionpublic boolean isFilterCanceled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |