Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.editor
Class SystemTextEditorProfileRegistry

java.lang.Object
  extended by com.ibm.etools.systems.editor.SystemTextEditorProfileRegistry

public class SystemTextEditorProfileRegistry
extends Object

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

Copyright

public static final String Copyright
See Also:
Constant Field Values

_hashRegistry

protected Hashtable _hashRegistry
Constructor Detail

SystemTextEditorProfileRegistry

public SystemTextEditorProfileRegistry()
Constructor.

Method Detail

loadRegisteredProfiles

protected void loadRegisteredProfiles()
Fills the hashtables with profile type and class pairs


getProfile

public ISystemTextEditorProfile getProfile(String strProfileType)
                                    throws Exception
Returns the registered profile class for the given type

Throws:
Exception

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.