com.artima.cyberspace.ui
Class IconPlaceJFrameFactory

java.lang.Object
  |
  +--com.artima.cyberspace.ui.IconPlaceJFrameFactory

public class IconPlaceJFrameFactory
extends java.lang.Object
implements net.jini.lookup.ui.factory.JFrameFactory

See Also:
Serialized Form

Field Summary
private  java.lang.Object[] keys
           
private  java.lang.String title
           
 
Fields inherited from interface net.jini.lookup.ui.factory.JFrameFactory
TOOLKIT, TYPE_NAME
 
Constructor Summary
IconPlaceJFrameFactory(java.lang.String title, java.lang.Object[] keys)
           
 
Method Summary
 javax.swing.JFrame getJFrame(java.lang.Object roleObject)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

title

private java.lang.String title

keys

private java.lang.Object[] keys
Constructor Detail

IconPlaceJFrameFactory

public IconPlaceJFrameFactory(java.lang.String title,
                              java.lang.Object[] keys)
Method Detail

getJFrame

public javax.swing.JFrame getJFrame(java.lang.Object roleObject)
Specified by:
getJFrame in interface net.jini.lookup.ui.factory.JFrameFactory