public interface JFrameFactory extends Serializable
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.
| Modifier and Type | Field and Description |
|---|---|
static String |
TOOLKIT
Convenience constant to use in the
toolkit
field of UIDescriptors that contain a
JFrameFactory. |
static String |
TYPE_NAME
Convenience constant to use in the
UIFactoryTypes
set in the attributes set of UIDescriptors
that contain a JFrameFactory. |
| Modifier and Type | Method and Description |
|---|---|
JFrame |
getJFrame(Object roleObject)
Returns a
JFrame with predetermined title. |
static final String TOOLKIT
toolkit
field of UIDescriptors that contain a
JFrameFactory.
The value of this constant is "javax.swing".static final String TYPE_NAME
UIFactoryTypes
set in the attributes set of UIDescriptors
that contain a JFrameFactory.
The value of this constant is "net.jini.lookup.ui.factory.JFrameFactory".Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.