jaugment2.UI.textUI
Interface TextUIRepresentable.TextUIFactory

All Known Implementing Classes:
SSHServiceTextRepresentation.Factory, PasswordServiceTextRepresentation.Factory, MediaPlayerTextRepresentation.Factory, SemiNaturalVoiceProcessorTextRepresentation.Factory
Enclosing class:
TextUIRepresentable

public static interface TextUIRepresentable.TextUIFactory


Field Summary
static java.lang.String TOOLKIT
          Convenience constant to use in the toolkit field of UIDescriptors that contain a JComponentFactory.
static java.lang.String TYPE_NAME
          Convenience constant to use in the UIFactoryTypes set in the attributes set of UIDescriptors that contain a JComponentFactory.
 
Method Summary
 TextUIRepresentable getRepresentation(java.lang.Object roleObject)
          Returns a TextUIRepresentable.
 

Field Detail

TOOLKIT

public static final java.lang.String TOOLKIT
Convenience constant to use in the toolkit field of UIDescriptors that contain a JComponentFactory. The value of this constant is "jaugment2.UI.textUI".

TYPE_NAME

public static final java.lang.String TYPE_NAME
Convenience constant to use in the UIFactoryTypes set in the attributes set of UIDescriptors that contain a JComponentFactory. The value of this constant is "jaugment2.UI.textUI.TextUIRepresentable.TextUIFactory".
Method Detail

getRepresentation

public TextUIRepresentable getRepresentation(java.lang.Object roleObject)
Returns a TextUIRepresentable.