Package com._1c.g5.v8.dt.qw.ui.utils
Class AvailableTable
- java.lang.Object
-
- com._1c.g5.v8.dt.qw.ui.utils.AvailableTable
-
- Direct Known Subclasses:
AvailableTableWithChildren
public class AvailableTable extends Object
Available table for query wizard
-
-
Field Summary
Fields Modifier and Type Field Description static intTEMPORARY_TABLES
-
Constructor Summary
Constructors Constructor Description AvailableTable(int type, String name)AvailableTable(org.eclipse.emf.ecore.EReference eReference, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRealDbView(DbViewElement dbView)List<DbViewElement>getDbViews(QueryWizardSource source)org.eclipse.emf.ecore.EReferencegetEReference()org.eclipse.swt.graphics.ImagegetImage()StringgetName()Get available table nameintgetType()Get typevoidsetDbViewsFromParentQuery(List<DbViewElement> dbViews)
-
-
-
Field Detail
-
TEMPORARY_TABLES
public static final int TEMPORARY_TABLES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
Get available table name- Returns:
- name of table
-
getImage
public org.eclipse.swt.graphics.Image getImage()
- Returns:
- image for table
-
getEReference
public org.eclipse.emf.ecore.EReference getEReference()
- Returns:
- EReference
-
getType
public int getType()
Get type- Returns:
- type
-
addRealDbView
public void addRealDbView(DbViewElement dbView)
-
setDbViewsFromParentQuery
public void setDbViewsFromParentQuery(List<DbViewElement> dbViews)
-
getDbViews
public List<DbViewElement> getDbViews(QueryWizardSource source)
- Returns:
- DbViews from current scope
-
-