|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.systems.editor.SystemTextEditorProfileRegistry
public class SystemTextEditorProfileRegistry
Loads text editor profile classes registered by plugin extensions. The profiles need to implement ISystemTextEditorProfile.
Field Summary | |
---|---|
protected Hashtable |
_hashRegistry
|
static String |
Copyright
|
Constructor Summary | |
---|---|
SystemTextEditorProfileRegistry()
Constructor. |
Method Summary | |
---|---|
ISystemTextEditorProfile |
getProfile(String strProfileType)
Returns the registered profile class for the given type |
protected void |
loadRegisteredProfiles()
Fills the hashtables with profile type and class pairs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
protected Hashtable _hashRegistry
Constructor Detail |
---|
public SystemTextEditorProfileRegistry()
Method Detail |
---|
protected void loadRegisteredProfiles()
public ISystemTextEditorProfile getProfile(String strProfileType) throws Exception
Exception
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |