org.topcased.search.ui.services
Class QueryTabDescriptor
java.lang.Object
org.topcased.search.ui.services.QueryTabDescriptor
public class QueryTabDescriptor
- extends java.lang.Object
Encapsulate data comming from modelSearchQueryTab an extension point contribution.
Constructor Summary |
QueryTabDescriptor(org.eclipse.core.runtime.IConfigurationElement element)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUERY_AREA_ID
public static final java.lang.String QUERY_AREA_ID
- See Also:
- Constant Field Values
QUERY_AREA_LABEL_ID
public static final java.lang.String QUERY_AREA_LABEL_ID
- See Also:
- Constant Field Values
QUERY_AREA_TOOLTIP_ID
public static final java.lang.String QUERY_AREA_TOOLTIP_ID
- See Also:
- Constant Field Values
QUERY_COMPOSITE_AREA_CLASS
public static final java.lang.String QUERY_COMPOSITE_AREA_CLASS
- See Also:
- Constant Field Values
QUERY_COMPOSITE_AREA_FACTORY_CLASS
public static final java.lang.String QUERY_COMPOSITE_AREA_FACTORY_CLASS
- See Also:
- Constant Field Values
QUERY_IMAGE_ID
public static final java.lang.String QUERY_IMAGE_ID
- See Also:
- Constant Field Values
ID
public java.lang.String ID
label
public java.lang.String label
tooltip
public java.lang.String tooltip
queryModelSearchArea
public IModelSearchArea queryModelSearchArea
queryCompositeAreaFactory
public IModelSearchAreaFactory queryCompositeAreaFactory
image
public org.eclipse.swt.graphics.Image image
QueryTabDescriptor
public QueryTabDescriptor(org.eclipse.core.runtime.IConfigurationElement element)
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
getID
public java.lang.String getID()
getQueryCompositeAreaFactory
public IModelSearchAreaFactory getQueryCompositeAreaFactory()
getLabel
public java.lang.String getLabel()
getTooltip
public java.lang.String getTooltip()
createArea
public IModelSearchArea createArea(org.eclipse.swt.widgets.Composite parent,
ModelExtensibleSearchPage searchPage)
getQueryModelSearchArea
public IModelSearchArea getQueryModelSearchArea()
getImage
public org.eclipse.swt.graphics.Image getImage()
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.