|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kaom.karma.ptolemy.KaomPortProvider
public class KaomPortProvider
Constructor Summary | |
---|---|
KaomPortProvider()
|
Method Summary | |
---|---|
org.eclipse.gmf.runtime.diagram.ui.figures.BorderItemLocator |
getBorderItemLocatorByString(String input,
IFigure parentFigure,
Object locator,
EObject object)
Method that returns a BorderItemLocator according to a given string. |
IFigure |
getDefaultFigure()
|
LayoutManager |
getDefaultLayoutManager()
|
IFigure |
getFigureByString(String input,
IFigure oldFigure,
EObject object,
EditPart part)
Method that returns a figure according to a given string. |
LayoutManager |
getLayoutManagerByString(String input,
LayoutManager oldLayoutManager,
EObject object)
Method that returns a LayoutManager according to a given string. |
NodeFigure |
getNodePlateByString(String input,
EObject object)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KaomPortProvider()
Method Detail |
---|
public IFigure getFigureByString(String input, IFigure oldFigure, EObject object, EditPart part)
getFigureByString
in interface IRenderingProvider
input
- a string representation of the figureoldFigure
- the old figureobject
- the model elementpart
- the corresponding editPart
public IFigure getDefaultFigure()
public LayoutManager getLayoutManagerByString(String input, LayoutManager oldLayoutManager, EObject object)
getLayoutManagerByString
in interface IRenderingProvider
input
- a string representation of the LayoutManageroldLayoutManager
- the old LayoutManagerobject
- the model element
public LayoutManager getDefaultLayoutManager()
public org.eclipse.gmf.runtime.diagram.ui.figures.BorderItemLocator getBorderItemLocatorByString(String input, IFigure parentFigure, Object locator, EObject object)
getBorderItemLocatorByString
in interface IRenderingProvider
input
- a string representation of the BorderItemLocatorparentFigure
- the parentFigurelocator
- the old BorderItemLocatorobject
- the model element
public NodeFigure getNodePlateByString(String input, EObject object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |