org.eclipse.gmf.codegen.gmfgen
Interface CustomTabFilter

All Superinterfaces:
org.eclipse.emf.ecore.EObject, GenPropertyTabFilter, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CustomTabFilterImpl

public interface CustomTabFilter
extends GenPropertyTabFilter

A representation of the model object 'Custom Tab Filter'.

The following features are supported:

See Also:
GMFGenPackage.getCustomTabFilter()
Generated
Model Properties:

Method Summary
 String getClassName()
          Returns the value of the 'Class Name' attribute.
 String getQualifiedClassName()
           
 void setClassName(String value)
          Sets the value of the 'Class Name' attribute.
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenPropertyTabFilter
getTab
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getClassName

String getClassName()
Returns the value of the 'Class Name' attribute.

If the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...

Qualified class name of a tab filter, implementation of org.eclipse.jface.viewers.IFilter. If class name is not qualified, it's prefixed with editor's package name for legacy reasons

Returns:
the value of the 'Class Name' attribute.
See Also:
setClassName(String), GMFGenPackage.getCustomTabFilter_ClassName()
Generated
Model Properties:
required="true"

setClassName

void setClassName(String value)
Sets the value of the 'Class Name' attribute.

Parameters:
value - the new value of the 'Class Name' attribute.
See Also:
getClassName()
Generated

getQualifiedClassName

String getQualifiedClassName()

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.