|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.ui.schema.presets.extension.internal.PredefinedSchemaImpl
public class PredefinedSchemaImpl
Predefined schema based on a configuration element.
Constructor Summary | |
---|---|
PredefinedSchemaImpl(org.eclipse.core.runtime.IConfigurationElement element,
String elementId)
Create a predefined schema from a configuration element. |
Method Summary | |
---|---|
String |
getDescription()
Get the schema description. |
URL |
getIconURL()
Get the icon URL. |
String |
getId()
|
LocatableInputSupplier<? extends InputStream> |
getLocation()
Get the schema location. |
String |
getName()
Get the schema name. |
String |
getTag()
Get a tag to discern it from other versions of the same schema, e.g. |
String |
getVersion()
Get the schema version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PredefinedSchemaImpl(org.eclipse.core.runtime.IConfigurationElement element, String elementId)
element
- the configuration elementelementId
- the element IDMethod Detail |
---|
public String getName()
SchemaPreset
getName
in interface SchemaPreset
SchemaPreset.getName()
public String getDescription()
SchemaPreset
getDescription
in interface SchemaPreset
null
SchemaPreset.getDescription()
public LocatableInputSupplier<? extends InputStream> getLocation()
SchemaPreset
getLocation
in interface SchemaPreset
SchemaPreset.getLocation()
public URL getIconURL()
SchemaPreset
getIconURL
in interface SchemaPreset
null
SchemaPreset.getIconURL()
public String getId()
getId
in interface de.cs3d.util.eclipse.extension.simple.IdentifiableExtension.Identifiable
getId
in interface SchemaPreset
SchemaPreset.getId()
public String getTag()
SchemaPreset
getTag
in interface SchemaPreset
null
SchemaPreset.getTag()
public String getVersion()
SchemaPreset
getVersion
in interface SchemaPreset
null
SchemaPreset.getVersion()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |