jaugment2.mail
Class JavaMailSwingRepresentation.Factory

java.lang.Object
  |
  +--jaugment2.mail.JavaMailSwingRepresentation.Factory
Enclosing class:
JavaMailSwingRepresentation

public static class JavaMailSwingRepresentation.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
JavaMailSwingRepresentation.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

JavaMailSwingRepresentation.Factory

public JavaMailSwingRepresentation.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