Generation Framework

org.eclipse.gmf.gmfgraph.util
Class RuntimeLiteFQNSwitch

java.lang.Object
  extended by org.eclipse.gmf.gmfgraph.util.GMFGraphSwitch<java.lang.String>
      extended by org.eclipse.gmf.gmfgraph.util.RuntimeLiteFQNSwitch
All Implemented Interfaces:
FigureQualifiedNameSwitch

Deprecated.

@Deprecated
public class RuntimeLiteFQNSwitch
extends GMFGraphSwitch<java.lang.String>

FQNSwitch to use with figures that use oeg.codegen.lite


Field Summary
 
Fields inherited from class org.eclipse.gmf.gmfgraph.util.GMFGraphSwitch
modelPackage
 
Constructor Summary
RuntimeLiteFQNSwitch()
          Deprecated.  
 
Method Summary
 java.lang.String caseBorderLayout(BorderLayout object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Border Layout'
 java.lang.String caseCustomClass(CustomClass object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Custom Class'
 java.lang.String caseEllipse(Ellipse object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Ellipse'
 java.lang.String caseFlowLayout(FlowLayout object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Flow Layout'
 java.lang.String caseGridLayout(GridLayout object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Grid Layout'
 java.lang.String caseGridLayoutData(GridLayoutData object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Grid Layout Data'
 java.lang.String caseLabel(Label object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Label'
 java.lang.String caseLabeledContainer(LabeledContainer object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Labeled Container'
 java.lang.String casePolygon(Polygon object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Polygon'
 java.lang.String casePolygonDecoration(PolygonDecoration object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Polygon Decoration'
 java.lang.String casePolyline(Polyline object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Polyline'
 java.lang.String casePolylineConnection(PolylineConnection object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Polyline Connection'
 java.lang.String casePolylineDecoration(PolylineDecoration object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Polyline Decoration'
 java.lang.String caseRectangle(Rectangle object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Rectangle'
 java.lang.String caseRoundedRectangle(RoundedRectangle object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Rounded Rectangle'
 java.lang.String caseScalablePolygon(ScalablePolygon object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Scalable Polygon'
 java.lang.String caseStackLayout(StackLayout object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Stack Layout'
 java.lang.String caseXYLayout(XYLayout object)
          Deprecated. Returns the result of interpreting the object as an instance of 'XY Layout'
 java.lang.String caseXYLayoutData(XYLayoutData object)
          Deprecated. Returns the result of interpreting the object as an instance of 'XY Layout Data'
protected  void collectDependencies(FigureGallery gallery, org.eclipse.emf.common.util.UniqueEList<java.lang.String> result)
          Deprecated.  
 java.lang.String get(org.eclipse.emf.ecore.EObject gmfgraphObject)
          Deprecated. (XXX) tell about/change behavior with wrong arguments - exception?
 java.lang.String get(org.eclipse.emf.ecore.EObject gmfgraphObject, ImportAssistant importManager)
          Deprecated. Handy addition to FigureQualifiedNameSwitch.get(EObject), with return value passed through ImportAssistant.getImportedName(String)
 java.lang.String[] getDependencies(FigureGallery gallery)
          Deprecated. (XXX) decide whether org.eclipse.draw2d should be included there.
 
Methods inherited from class org.eclipse.gmf.gmfgraph.util.GMFGraphSwitch
caseAbstractFigure, caseAbstractNode, caseAlignmentFacet, caseBasicFont, caseBorder, caseBorderLayoutData, caseBorderRef, caseCanvas, caseChildAccess, caseColor, caseCompartment, caseCompoundBorder, caseConnection, caseConnectionFigure, caseConstantColor, caseCustomAttribute, caseCustomBorder, caseCustomConnection, caseCustomDecoration, caseCustomFigure, caseCustomLayout, caseCustomLayoutData, caseDecorationFigure, caseDefaultSizeFacet, caseDiagramElement, caseDiagramLabel, caseDimension, caseFigure, caseFigureAccessor, caseFigureDescriptor, caseFigureGallery, caseFigureRef, caseFont, caseGeneralFacet, caseGradientFacet, caseIdentity, caseInsets, caseLabelOffsetFacet, caseLayout, caseLayoutable, caseLayoutData, caseLayoutRef, caseLineBorder, caseMarginBorder, caseNode, casePoint, caseRealFigure, caseRGBColor, caseShape, caseVisualFacet, defaultCase, doSwitch, doSwitch, doSwitch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeLiteFQNSwitch

public RuntimeLiteFQNSwitch()
Deprecated. 
Method Detail

get

public java.lang.String get(org.eclipse.emf.ecore.EObject gmfgraphObject)
Deprecated. 
Description copied from interface: FigureQualifiedNameSwitch
(XXX) tell about/change behavior with wrong arguments - exception?

Specified by:
get in interface FigureQualifiedNameSwitch
Returns:
fully-qualified class name corresponding to object, or null if it's not suitable graphical object

get

public java.lang.String get(org.eclipse.emf.ecore.EObject gmfgraphObject,
                            ImportAssistant importManager)
Deprecated. 
Description copied from interface: FigureQualifiedNameSwitch
Handy addition to FigureQualifiedNameSwitch.get(EObject), with return value passed through ImportAssistant.getImportedName(String)

Specified by:
get in interface FigureQualifiedNameSwitch
Returns:
qualified or imported class name

getDependencies

public java.lang.String[] getDependencies(FigureGallery gallery)
Deprecated. 
Description copied from interface: FigureQualifiedNameSwitch
(XXX) decide whether org.eclipse.draw2d should be included there.

Specified by:
getDependencies in interface FigureQualifiedNameSwitch
Returns:
symbolic names of plug-ins. Figures of the gallery may need these in classpath.

collectDependencies

protected void collectDependencies(FigureGallery gallery,
                                   org.eclipse.emf.common.util.UniqueEList<java.lang.String> result)
Deprecated. 

caseCustomClass

public java.lang.String caseCustomClass(CustomClass object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Custom Class'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseCustomClass in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Custom Class'.
See Also:
doSwitch(EObject)

caseFlowLayout

public java.lang.String caseFlowLayout(FlowLayout object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Flow Layout'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseFlowLayout in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Flow Layout'.
See Also:
doSwitch(EObject)

caseXYLayout

public java.lang.String caseXYLayout(XYLayout object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'XY Layout'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseXYLayout in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'XY Layout'.
See Also:
doSwitch(EObject)

caseXYLayoutData

public java.lang.String caseXYLayoutData(XYLayoutData object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'XY Layout Data'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseXYLayoutData in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'XY Layout Data'.
See Also:
doSwitch(EObject)

caseStackLayout

public java.lang.String caseStackLayout(StackLayout object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Stack Layout'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseStackLayout in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Stack Layout'.
See Also:
doSwitch(EObject)

caseBorderLayout

public java.lang.String caseBorderLayout(BorderLayout object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Border Layout'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseBorderLayout in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Border Layout'.
See Also:
doSwitch(EObject)

caseLabel

public java.lang.String caseLabel(Label object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Label'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseLabel in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Label'.
See Also:
doSwitch(EObject)

caseLabeledContainer

public java.lang.String caseLabeledContainer(LabeledContainer object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Labeled Container'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseLabeledContainer in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Labeled Container'.
See Also:
doSwitch(EObject)

caseRectangle

public java.lang.String caseRectangle(Rectangle object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Rectangle'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseRectangle in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Rectangle'.
See Also:
doSwitch(EObject)

caseRoundedRectangle

public java.lang.String caseRoundedRectangle(RoundedRectangle object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Rounded Rectangle'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseRoundedRectangle in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Rounded Rectangle'.
See Also:
doSwitch(EObject)

caseEllipse

public java.lang.String caseEllipse(Ellipse object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Ellipse'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseEllipse in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Ellipse'.
See Also:
doSwitch(EObject)

casePolygon

public java.lang.String casePolygon(Polygon object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Polygon'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
casePolygon in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Polygon'.
See Also:
doSwitch(EObject)

caseScalablePolygon

public java.lang.String caseScalablePolygon(ScalablePolygon object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Scalable Polygon'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseScalablePolygon in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Scalable Polygon'.
See Also:
doSwitch(EObject)

casePolygonDecoration

public java.lang.String casePolygonDecoration(PolygonDecoration object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Polygon Decoration'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
casePolygonDecoration in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Polygon Decoration'.
See Also:
doSwitch(EObject)

casePolyline

public java.lang.String casePolyline(Polyline object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Polyline'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
casePolyline in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Polyline'.
See Also:
doSwitch(EObject)

casePolylineDecoration

public java.lang.String casePolylineDecoration(PolylineDecoration object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Polyline Decoration'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
casePolylineDecoration in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Polyline Decoration'.
See Also:
doSwitch(EObject)

casePolylineConnection

public java.lang.String casePolylineConnection(PolylineConnection object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Polyline Connection'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
casePolylineConnection in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Polyline Connection'.
See Also:
doSwitch(EObject)

caseGridLayout

public java.lang.String caseGridLayout(GridLayout object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Grid Layout'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseGridLayout in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Grid Layout'.
See Also:
doSwitch(EObject)

caseGridLayoutData

public java.lang.String caseGridLayoutData(GridLayoutData object)
Deprecated. 
Description copied from class: GMFGraphSwitch
Returns the result of interpreting the object as an instance of 'Grid Layout Data'. This implementation returns null; returning a non-null result will terminate the switch.

Overrides:
caseGridLayoutData in class GMFGraphSwitch<java.lang.String>
Parameters:
object - the target of the switch.
Returns:
the result of interpreting the object as an instance of 'Grid Layout Data'.
See Also:
doSwitch(EObject)

Generation Framework

Guidelines for using Eclipse APIs.

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