jaugment2.clock
Class ClockServiceRepresentation.Factory

java.lang.Object
  |
  +--jaugment2.clock.ClockServiceRepresentation.Factory
Enclosing class:
ClockServiceRepresentation

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

ClockServiceRepresentation.Factory

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