g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.core.model.impl.ContainerMarker.MarkerType

Packages that use ContainerMarker.MarkerType
eu.geclipse.core.model.impl   
 

Uses of ContainerMarker.MarkerType in eu.geclipse.core.model.impl
 

Methods in eu.geclipse.core.model.impl that return ContainerMarker.MarkerType
 ContainerMarker.MarkerType ContainerMarker.getType()
          Get the type of this marker.
static ContainerMarker.MarkerType ContainerMarker.MarkerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ContainerMarker.MarkerType[] ContainerMarker.MarkerType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in eu.geclipse.core.model.impl with parameters of type ContainerMarker.MarkerType
ContainerMarker(IGridContainer container, ContainerMarker.MarkerType type, java.lang.String message)
          Create a new container marker of the specified type.
 


g-Eclipse
Release 1.0.0