Uses of Class
de.gebit.integrity.ui.outline.DSLOutlineTreeProvider.SuiteType
-
Packages that use DSLOutlineTreeProvider.SuiteType Package Description de.gebit.integrity.ui.outline -
-
Uses of DSLOutlineTreeProvider.SuiteType in de.gebit.integrity.ui.outline
Methods in de.gebit.integrity.ui.outline that return DSLOutlineTreeProvider.SuiteType Modifier and Type Method Description static DSLOutlineTreeProvider.SuiteTypeDSLOutlineTreeProvider.SuiteType. valueOf(String name)Returns the enum constant of this type with the specified name.static DSLOutlineTreeProvider.SuiteType[]DSLOutlineTreeProvider.SuiteType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gebit.integrity.ui.outline with parameters of type DSLOutlineTreeProvider.SuiteType Modifier and Type Method Description protected org.eclipse.xtext.ui.editor.outline.impl.EObjectNodeDSLOutlineTreeProvider. createSuiteNode(org.eclipse.xtext.ui.editor.outline.IOutlineNode aParentNode, SuiteDefinition aSuiteDefinition, DSLOutlineTreeProvider.SuiteType aType)Creates a Suite Node, which is a special case because there are multiple types of suite nodes and we need to know this type before, as the node itself is unaware of it's type.protected org.eclipse.swt.graphics.ImageDSLOutlineTreeProvider. suiteImage(DSLOutlineTreeProvider.SuiteType aType)Gets an image for the given suite definition.protected org.eclipse.jface.viewers.StyledStringDSLOutlineTreeProvider. text(SuiteDefinition aSuiteDefinition, DSLOutlineTreeProvider.SuiteType aType)Returns a styled textual representation of the given suite definition.
-