public class MapComponentLoader
extends java.lang.Object
| Constructor and Description |
|---|
MapComponentLoader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
registerComponentAfter(java.lang.Class mapComponent,
java.lang.Class c)
Allows for a system flavor to register a MapComponent that should be instantiated after an
existing component.
|
public static void registerComponentAfter(java.lang.Class mapComponent,
java.lang.Class c)
mapComponent - The MapComponent to loadc - the class to load this immediately after. If c is null, then the mapComponent is
loaded at the very end.