jaugment2.ssh
Class SSHServiceTextRepresentation.Factory

java.lang.Object
  |
  +--jaugment2.ssh.SSHServiceTextRepresentation.Factory
Enclosing class:
SSHServiceTextRepresentation

public static class SSHServiceTextRepresentation.Factory
extends java.lang.Object
implements TextUIRepresentable.TextUIFactory, java.io.Serializable

A factory for our UIDescriptor

See Also:
Serialized Form

Fields inherited from interface jaugment2.UI.textUI.TextUIRepresentable.TextUIFactory
TOOLKIT, TYPE_NAME
 
Constructor Summary
SSHServiceTextRepresentation.Factory()
           
 
Method Summary
 TextUIRepresentable getRepresentation(java.lang.Object roleObject)
          Returns a TextUIRepresentable.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SSHServiceTextRepresentation.Factory

public SSHServiceTextRepresentation.Factory()
Method Detail

getRepresentation

public TextUIRepresentable getRepresentation(java.lang.Object roleObject)
Returns a TextUIRepresentable.
Specified by:
getRepresentation in interface TextUIRepresentable.TextUIFactory