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