jaugment2.ssh
Class SSHServiceSwingRepresentation.Factory

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

public static class SSHServiceSwingRepresentation.Factory
extends java.lang.Object
implements net.jini.lookup.ui.factory.JComponentFactory, java.io.Serializable

A serializable factory for creating this UI

See Also:
Serialized Form

Fields inherited from interface net.jini.lookup.ui.factory.JComponentFactory
TOOLKIT, TYPE_NAME
 
Constructor Summary
SSHServiceSwingRepresentation.Factory()
           
 
Method Summary
 javax.swing.JComponent getJComponent(java.lang.Object roleObject)
          Returns a JComponent.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SSHServiceSwingRepresentation.Factory

public SSHServiceSwingRepresentation.Factory()
Method Detail

getJComponent

public javax.swing.JComponent getJComponent(java.lang.Object roleObject)
Returns a JComponent.
Specified by:
getJComponent in interface net.jini.lookup.ui.factory.JComponentFactory