|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WindowFactory
UI factory for an AWT Window
that isn't a Frame
or a Dialog
.
AWT Frame
s should be produced by a FrameFactory
.
AWT Dialog
s should be produced by a DialogFactory
.)
If the UI generated by the method declared in this interface implements
javax.accessibility.Accessible
and supports the Java Accessibility
API, an AccessibleUI
attribute
should be placed in the UIDescriptor
's attributes
set.
Field Summary | |
---|---|
static String |
TOOLKIT
Convenience constant to use in the toolkit
field of UIDescriptor s that contain a
WindowFactory . |
static String |
TYPE_NAME
Convenience constant to use in the UIFactoryTypes
set in the attributes set of UIDescriptor s
that contain a WindowFactory . |
Method Summary | |
---|---|
Window |
getWindow(Object roleObject,
Frame owner)
Returns a Window with specified
owner Frame |
Window |
getWindow(Object roleObject,
Window owner)
Returns a Window with specified
owner Window |
Field Detail |
---|
static final String TOOLKIT
toolkit
field of UIDescriptor
s that contain a
WindowFactory
.
The value of this constant is "java.awt"
.
static final String TYPE_NAME
UIFactoryTypes
set in the attributes
set of UIDescriptor
s
that contain a WindowFactory
.
The value of this constant is "net.jini.lookup.ui.factory.WindowFactory"
.
Method Detail |
---|
Window getWindow(Object roleObject, Window owner)
Window
with specified
owner Window
roleObject
- an object defined by the semantics of the UI role interface
implemented by the returned UI object. (UI role is indicated in the
role
field of UIDescriptor
s.)owner
- the Window
to act as owner of the returned
Window
Window
UIWindow getWindow(Object roleObject, Frame owner)
Window
with specified
owner Frame
owner
- the Frame
to act as owner of the returned
Window
Window
UI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |