TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.ui
Class HyadesUI

java.lang.Object
  extended by org.eclipse.hyades.ui.HyadesUI

public class HyadesUI
extends java.lang.Object

Contains utility methods to work with the Hyades UI classes and the wide context constants.


Field Summary
static java.lang.String SWITCH_TO_PERSPECTIVE_KEY
          Preference store key, that holds the value for switching to prefered/default perspective.
 
Constructor Summary
HyadesUI()
           
 
Method Summary
static IAssociationMappingRegistry createAssociationMappingRegistry()
          Creates an instance of a association mapping registry.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SWITCH_TO_PERSPECTIVE_KEY

public static final java.lang.String SWITCH_TO_PERSPECTIVE_KEY
Preference store key, that holds the value for switching to prefered/default perspective. Can have one of three values: MessageDialogWithToggle.PROMPT MessageDialogWithToggle.ALWAYS MessageDialogWithToggle.NEVER

See Also:
Constant Field Values
Constructor Detail

HyadesUI

public HyadesUI()
Method Detail

createAssociationMappingRegistry

public static IAssociationMappingRegistry createAssociationMappingRegistry()
Creates an instance of a association mapping registry.

Returns:
IAssociationMappingRegistry

TPTP 4.6.0 Platform Project
Public API Specification