|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FrameFactory
UI factory for an AWT Frame
with a predetermined
title.
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
FrameFactory . |
static String |
TYPE_NAME
Convenience constant to use in the UIFactoryTypes
set in the attributes set of UIDescriptor s
that contain a FrameFactory . |
Method Summary | |
---|---|
Frame |
getFrame(Object roleObject)
Returns a Frame with predetermined title. |
Field Detail |
---|
static final String TOOLKIT
toolkit
field of UIDescriptor
s that contain a
FrameFactory
.
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 FrameFactory
.
The value of this constant is "net.jini.lookup.ui.factory.FrameFactory"
.
Method Detail |
---|
Frame getFrame(Object roleObject)
Frame
with predetermined title.
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.)
Frame
UI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |