|
|||||||||||
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.RapidFind
Nested Class Summary | |
(package private) class |
RapidFind.SymAction
|
(package private) class |
RapidFind.SymItem
|
(package private) class |
RapidFind.SymKey
|
(package private) class |
RapidFind.SymMouse
|
(package private) class |
RapidFind.WorkThread
The work thread is used to place long operations in a separate WTThread so the AWT thread isn't tied up. |
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 | |
(package private) Button |
browseButton
|
private boolean |
cancelInProgress
|
private boolean |
cardLayoutInitialized
|
(package private) Label |
choiceLabel
|
(package private) Choice |
classChoice
|
private SchemeDB |
db
|
private static String |
EMPTY_STRING
|
(package private) WTImagePanel |
imagePanel
|
(package private) Label |
label1
|
private static ResourceBundle |
messagesResource
The ResourceBundle containing localized error messages for this
RapidFind |
private boolean |
multiSelect
|
protected RapidFind.WorkThread |
myPR
|
(package private) TextField |
numberField
|
private static String |
OPTIONS_RESOURCE
|
private static ListResourceBundle |
optionsResources
|
protected static int |
PROCESS_BROWSE
|
protected static int |
PROCESS_RETRIEVE
|
private RapidFindListener |
rapidFindListener
|
private static String |
RESOURCE
Defined constant used for referencing the ResourceBundle class for this
WTContentHolder |
(package private) Button |
retrieveButton
|
protected WTObject |
selectedObject
|
protected WTObject[] |
selectedObjects
|
private WTScheme |
selectedScheme
|
(package private) Button |
stopButton
|
private ThreadGroup |
theThreadGroup
|
protected boolean |
verbose
|
(package private) Checkbox |
versionCheckbox
|
(package private) TextField |
versionField
|
private static String |
versionID
|
(package private) Label |
versionLabel
|
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 | |
RapidFind()
|
Method Summary | |
void |
addRapidFindListener(RapidFindListener l)
|
(package private) void |
browseButton_ActionPerformed(ActionEvent event)
|
(package private) void |
classChoice_ItemStateChanged(ItemEvent event)
|
Dimension |
getPreferredSize()
|
WTObject |
getSelectedItem()
Return the currently selected object. |
WTObject[] |
getSelectedItems()
Return the currently selected array of objects. |
private void |
initChoiceList()
Initialize the choice list. |
private ResourceBundle |
initResources()
initResources gets the ResourceBundle used for
providing localized error-messages and feedback. |
boolean |
isCancelInProgress()
|
boolean |
isMultipleMode()
|
private void |
localize()
Localize the labels. |
static void |
main(String[] args)
|
(package private) void |
numberField_KeyPressed(KeyEvent event)
|
(package private) void |
numberField_MousePressed(MouseEvent event)
|
private void |
processBrowse()
|
private void |
processRetrieve()
|
private void |
reset()
Reset to initial values. |
(package private) void |
retrieveButton_ActionPerformed(ActionEvent event)
|
protected void |
setCancelInProgress(boolean state)
|
void |
setEnabled(boolean b)
|
private void |
setImage(WTObject an_object)
Set the image associated with the object in the image panel. |
void |
setLayout(LayoutManager mgr)
|
void |
setMultipleMode(boolean multi_select)
Set the multiple select mode. |
private void |
setNumber(WTObject an_object)
|
private void |
setVersion(WTObject an_object)
|
(package private) void |
stopButton_ActionPerformed(ActionEvent event)
|
(package private) void |
versionField_KeyPressed(KeyEvent event)
|
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 static final String versionID
private static ResourceBundle messagesResource
ResourceBundle
containing localized error messages for this
RapidFind
private static final String RESOURCE
ResourceBundle
class for this
WTContentHolder
protected static final int PROCESS_BROWSE
protected static final int PROCESS_RETRIEVE
private static final String EMPTY_STRING
private static ListResourceBundle optionsResources
private static String OPTIONS_RESOURCE
private ThreadGroup theThreadGroup
protected WTObject selectedObject
protected WTObject[] selectedObjects
private boolean cardLayoutInitialized
private boolean multiSelect
private SchemeDB db
private RapidFindListener rapidFindListener
protected boolean verbose
private boolean cancelInProgress
protected RapidFind.WorkThread myPR
private WTScheme selectedScheme
Label choiceLabel
Choice classChoice
Button browseButton
Label label1
TextField numberField
WTImagePanel imagePanel
Button stopButton
Label versionLabel
TextField versionField
Checkbox versionCheckbox
Button retrieveButton
Constructor Detail |
public RapidFind()
Method Detail |
public void setLayout(LayoutManager mgr)
public void setEnabled(boolean b)
public Dimension getPreferredSize()
public void addRapidFindListener(RapidFindListener l)
private void localize()
private void initChoiceList()
public WTObject getSelectedItem()
public WTObject[] getSelectedItems()
RapidFind
in multi-select mode.
private ResourceBundle initResources()
initResources
gets the ResourceBundle
used for
providing localized error-messages and feedback.
ResourceBundle
private void reset()
void classChoice_ItemStateChanged(ItemEvent event)
void browseButton_ActionPerformed(ActionEvent event)
void stopButton_ActionPerformed(ActionEvent event)
void retrieveButton_ActionPerformed(ActionEvent event)
private void setImage(WTObject an_object)
public void setMultipleMode(boolean multi_select)
public boolean isMultipleMode()
private void processBrowse()
private void processRetrieve()
private void setNumber(WTObject an_object)
private void setVersion(WTObject an_object)
void numberField_MousePressed(MouseEvent event)
void numberField_KeyPressed(KeyEvent event)
public boolean isCancelInProgress()
protected void setCancelInProgress(boolean state)
public static void main(String[] args)
void versionField_KeyPressed(KeyEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |