|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPlugin
edu.ksu.cis.cadena.core.CadenaCorePlugin
public class CadenaCorePlugin
| Field Summary | |
|---|---|
static java.lang.String |
PLUGIN_ID
|
| Constructor Summary | |
|---|---|
CadenaCorePlugin()
|
|
| Method Summary | |
|---|---|
static CadenaCorePlugin |
getDefault()
|
MarkerManager |
getMarkerManager()
|
java.util.Map<URI,URI> |
getModuleMap()
Creates a copy of the module map. |
java.util.Set<URI> |
getModules()
Creates a copy of the key set from the module map. |
java.util.Map<URI,URI> |
getStyleMap()
Creates a copy of the style map. |
java.util.Set<URI> |
getStyles()
Creates a copy of the key set from the style map. |
void |
setMarkerManager(MarkerManager markerManager)
|
void |
start(BundleContext context)
Populates the specification maps from Eclipse plugin specifications |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PLUGIN_ID
| Constructor Detail |
|---|
public CadenaCorePlugin()
| Method Detail |
|---|
public static CadenaCorePlugin getDefault()
public void start(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.Set<URI> getStyles()
Set of provided style URIs.public java.util.Map<URI,URI> getStyleMap()
Map.public java.util.Set<URI> getModules()
Set of provided module URIs.public java.util.Map<URI,URI> getModuleMap()
Map.public void setMarkerManager(MarkerManager markerManager)
public MarkerManager getMarkerManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||