|
Generators | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractExtensionManager
org.topcased.modeler.diagramconfigurator.extension.FigureDeclarationsManager
public final class FigureDeclarationsManager
Class that stores the FigureDeclarations registered with the figureDeclarations extension point. Creation 30 juin 06
Method Summary | |
---|---|
protected void |
addExtension(org.eclipse.core.runtime.IExtension extension)
|
FigureDeclarationDescriptor |
find(java.lang.String name)
Find a descriptor in the registry. |
java.util.List<java.lang.String> |
getFigureDeclarationNames()
Get the list of all the name of the FigureDeclaration descriptors. |
FigureDeclarationDescriptor[] |
getFigureDeclarations()
Get an enumeration of FigureDeclaration descriptors. |
static FigureDeclarationsManager |
getInstance()
Get the shared instance. |
protected void |
removeExtension(org.eclipse.core.runtime.IExtension extension)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FigureDeclarationsManager getInstance()
public FigureDeclarationDescriptor find(java.lang.String name)
name
- the searched figureDeclaration name
null
if not foundpublic FigureDeclarationDescriptor[] getFigureDeclarations()
public java.util.List<java.lang.String> getFigureDeclarationNames()
protected void addExtension(org.eclipse.core.runtime.IExtension extension)
org.topcased.facilities.extensions.AbstractExtensionManager#addExtension(org.eclipse.core.runtime.IExtension)
protected void removeExtension(org.eclipse.core.runtime.IExtension extension)
org.topcased.facilities.extensions.AbstractExtensionManager#removeExtension(org.eclipse.core.runtime.IExtension)
|
Generators | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.