|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.openapi.module.ModuleTypeManager
public abstract class ModuleTypeManager
| Constructor Summary | |
|---|---|
ModuleTypeManager()
|
|
| Method Summary | |
|---|---|
abstract ModuleType |
findByID(java.lang.String moduleTypeID)
|
static ModuleTypeManager |
getInstance()
|
abstract ModuleType[] |
getRegisteredTypes()
|
abstract void |
registerModuleType(ModuleType type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.intellij.openapi.components.BaseComponent |
|---|
disposeComponent, getComponentName, initComponent |
| Constructor Detail |
|---|
public ModuleTypeManager()
| Method Detail |
|---|
public static ModuleTypeManager getInstance()
public abstract void registerModuleType(ModuleType type)
public abstract ModuleType[] getRegisteredTypes()
public abstract ModuleType findByID(java.lang.String moduleTypeID)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||