|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PanelFactory
UI factory for an AWT Panel
.
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.
A PreferredTitle
may be placed in the attributes set to indicate
a preferred title of a pop-up window containing this component.
Field Summary | |
---|---|
static String |
TOOLKIT
Convenience constant to use in the toolkit
field of UIDescriptor s that contain a
PanelFactory . |
static String |
TYPE_NAME
Convenience constant to use in the UIFactoryTypes
set in the attributes set of UIDescriptor s
that contain a JPanelFactory . |
Method Summary | |
---|---|
Panel |
getPanel(Object roleObject)
Returns a Panel . |
Field Detail |
---|
static final String TOOLKIT
toolkit
field of UIDescriptor
s that contain a
PanelFactory
.
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 JPanelFactory
.
The value of this constant is "net.jini.lookup.ui.factory.PanelFactory"
.
Method Detail |
---|
Panel getPanel(Object roleObject)
Panel
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |