Rio Project 4.2 API Documentation
org.rioproject.resources.serviceui
Class UIDialogFactory
java.lang.Object
org.rioproject.resources.serviceui.UIDialogFactory
- All Implemented Interfaces:
- Serializable, net.jini.lookup.ui.factory.JDialogFactory
public class UIDialogFactory
- extends Object
- implements net.jini.lookup.ui.factory.JDialogFactory, Serializable
The UIDialogFactory class is a helper for use with the ServiceUI
- Author:
- Dennis Reedy
- See Also:
- Serialized Form
| Fields inherited from interface net.jini.lookup.ui.factory.JDialogFactory |
TOOLKIT, TYPE_NAME |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIDialogFactory
public UIDialogFactory(URL exportUrl,
String className)
UIDialogFactory
public UIDialogFactory(URL[] exportURL,
String className)
getJDialog
public JDialog getJDialog(Object roleObject,
Dialog dialog,
boolean modal)
- Specified by:
getJDialog in interface net.jini.lookup.ui.factory.JDialogFactory
getJDialog
public JDialog getJDialog(Object roleObject,
Dialog dialog)
- Specified by:
getJDialog in interface net.jini.lookup.ui.factory.JDialogFactory
getJDialog
public JDialog getJDialog(Object roleObject,
Frame frame,
boolean modal)
- Specified by:
getJDialog in interface net.jini.lookup.ui.factory.JDialogFactory
getJDialog
public JDialog getJDialog(Object roleObject,
Frame frame)
- Specified by:
getJDialog in interface net.jini.lookup.ui.factory.JDialogFactory
getJDialog
public JDialog getJDialog(Object roleObject)
- Specified by:
getJDialog in interface net.jini.lookup.ui.factory.JDialogFactory
Copyright © 2006-2011 Rio Project. All Rights Reserved.