jaugment2.directory
Class DirectoryServiceSwingAdministration.Factory

java.lang.Object
  |
  +--jaugment2.directory.DirectoryServiceSwingAdministration.Factory
Enclosing class:
DirectoryServiceSwingAdministration

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

DirectoryServiceSwingAdministration.Factory

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