|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
wt.clients.beans.FindObjectsPanel
This class is used to find different types of objects. It allows the user to
select the object type and the WTQuery is dynamically updated with the new
schema.
Supported API: false.
Extendable: false.
Nested Class Summary | |
(package private) class |
FindObjectsPanel.SymItem
|
Nested classes inherited from class java.awt.Panel |
Panel.AccessibleAWTPanel |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
private static String |
BEANS_RESOURCE
|
private String |
chooserOptions
|
(package private) Choice |
classChoice
|
private String[] |
classLabels
|
private SchemeDB |
db
|
private static String |
RESOURCE
|
(package private) Label |
searchOnLabel
|
(package private) WTQuery |
wTQuery1
|
Fields inherited from class java.awt.Panel |
|
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
FindObjectsPanel()
This class is used to find different types of objects. |
|
FindObjectsPanel(boolean show_iba)
This class is used to find different types of objects. |
|
FindObjectsPanel(String options,
boolean show_iba)
This constructs the panel and sets the list of the classnames for the drop down that the user can select from Supported API: false. |
Method Summary | |
void |
addListener(WTQueryListener a_listener)
Method addListener adds the given listener to be notified
of WTQueryEvents . |
(package private) void |
classChoice_ItemStateChanged(ItemEvent event)
|
private String |
display(String key,
Object[] params)
Returns the localized string to be displayed to the user given a key. |
String |
getChooserOptions()
This returns the list of the classnames for the drop down that the user can select from Supported API: false. |
protected void |
localize()
Sets the localized text of display fields. |
void |
removeListener(WTQueryListener a_listener)
Method removeHelpListener removes a listener which was being
notified of PropertyChangeEvents in the help system. |
void |
setChooserOptions(String options)
This sets the list of the classnames for the drop down that the user can select from Supported API: false. |
Methods inherited from class java.awt.Panel |
addNotify, getAccessibleContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private SchemeDB db
private String chooserOptions
private String[] classLabels
private static String RESOURCE
private static String BEANS_RESOURCE
Label searchOnLabel
Choice classChoice
WTQuery wTQuery1
Constructor Detail |
public FindObjectsPanel()
public FindObjectsPanel(boolean show_iba)
public FindObjectsPanel(String options, boolean show_iba)
Method Detail |
public void setChooserOptions(String options)
public String getChooserOptions()
protected void localize()
void classChoice_ItemStateChanged(ItemEvent event)
public void addListener(WTQueryListener a_listener)
addListener
adds the given listener to be notified
of WTQueryEvents
. A WTQueryEvent
is
fired when a button is clicked, a status message is ready or
the selection has been changed in the results viewing area.
a_listener
- The WTQueryListener
to be notified of
WTQueryEvents
.removeListener(wt.clients.beans.query.WTQueryListener)
,
WTQueryListener
,
WTQueryEvent
public void removeListener(WTQueryListener a_listener)
removeHelpListener
removes a listener which was being
notified of PropertyChangeEvents
in the help system. If
the given listener is not currently a listener, no changes are made.
a_listener
- the WTQueryistener
to be removed as a
listener of events generated by the help system of this panel.addListener(wt.clients.beans.query.WTQueryListener)
,
WTQueryListener
private String display(String key, Object[] params)
key
- The string that represents the key in the
BeansQueryRB
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |