Generation Framework

org.eclipse.gmf.codegen.gmfgen
Interface GenCustomPropertyTab

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

public interface GenCustomPropertyTab
extends GenPropertyTab

A representation of the model object 'Gen Custom Property Tab'.

The following features are supported:

See Also:
GMFGenPackage.getGenCustomPropertyTab()
** Generated **
Model:

Method Summary
 java.lang.String getClassName()
          Returns the value of the 'Class Name' attribute
 GenPropertyTabFilter getFilter()
          Returns the value of the 'Filter' containment reference.
 java.lang.String getQualifiedClassName()
           
 boolean isGenerateBoilerplate()
          Returns the value of the 'Generate Boilerplate' attribute.
 void setClassName(java.lang.String value)
          Sets the value of the 'Class Name' attribute
 void setFilter(GenPropertyTabFilter value)
          Sets the value of the 'Filter' containment reference
 void setGenerateBoilerplate(boolean value)
          Sets the value of the 'Generate Boilerplate' attribute
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenPropertyTab
getID, getLabel, getSheet, setID, setLabel
 
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

java.lang.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...

For custom tabs without generated boilerplate code should be qualified class name. If not, property sheet's package name will be used for qualified names

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

setClassName

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

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

getFilter

GenPropertyTabFilter getFilter()
Returns the value of the 'Filter' containment reference. It is bidirectional and its opposite is 'Tab'.

If the meaning of the 'Filter' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Filter' containment reference.
See Also:
setFilter(GenPropertyTabFilter), GMFGenPackage.getGenCustomPropertyTab_Filter(), GenPropertyTabFilter.getTab()
** Generated **
Model:
opposite="tab" containment="true"

setFilter

void setFilter(GenPropertyTabFilter value)
Sets the value of the 'Filter' containment reference.

Parameters:
value - the new value of the 'Filter' containment reference.
See Also:
getFilter()
** Generated **

isGenerateBoilerplate

boolean isGenerateBoilerplate()
Returns the value of the 'Generate Boilerplate' attribute. The default value is "true".

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

Returns:
the value of the 'Generate Boilerplate' attribute.
See Also:
setGenerateBoilerplate(boolean), GMFGenPackage.getGenCustomPropertyTab_GenerateBoilerplate()
** Generated **
Model:
default="true"

setGenerateBoilerplate

void setGenerateBoilerplate(boolean value)
Sets the value of the 'Generate Boilerplate' attribute.

Parameters:
value - the new value of the 'Generate Boilerplate' attribute.
See Also:
isGenerateBoilerplate()
** Generated **

getQualifiedClassName

java.lang.String getQualifiedClassName()

** Generated **
Model:
kind="operation"

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.