public class SearchData extends LiveObject
Modifier and Type | Field and Description |
---|---|
static int |
FROM_CURRENT
A possible searchFrom value.
|
static int |
FROM_TOP
A possible searchFrom value.
|
boolean |
ignoreCLSID |
int |
maxDepth |
String |
searchFor |
int |
searchFrom |
int |
searchThat |
int |
searchWhat
A possible searchWhat value.
|
static int |
THAT_CONTAINS |
static int |
THAT_EQUALS |
static int |
THAT_STARTS_WITH |
static int |
WHAT_KEY_NAMES
A possible searchWhat value.
|
Constructor and Description |
---|
SearchData(RegistryViewForm rvf) |
Modifier and Type | Method and Description |
---|---|
void |
addToPanel(CellPanel cp,
Editor ed,
int which)
Override this to provide the user interface for editing the Object.
|
void |
cancel_action(Editor ed) |
void |
search_action(Editor ed) |
action, action, addMeToPanel, addObjectToPanel, editorCanExit, enableEditorScrolling, fieldChanged, fieldChanged, fieldEvent, getEditor, getEditorScroller, getIcon, getName, input, isNamed, liveMain, main, makeNewEditor, menuItemSelected, prepareMainPanel, runAsApp, setToEditor, willBeSetToEditor
getParentObject, getParentObject, setParentObject
decode, decoded, decoded, decodeFields, decodeFields, encode, encoded, encoded, encodeFields, encodeFields, textDecode, textEncode
_getFieldType, _getSetField, cache, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getMyFieldList, getNew
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compareTo
textDecode, textEncode
public static final int FROM_CURRENT
public static final int FROM_TOP
public int searchFrom
public static final int WHAT_KEY_NAMES
public int searchWhat
public int maxDepth
public String searchFor
public static final int THAT_STARTS_WITH
public static final int THAT_EQUALS
public static final int THAT_CONTAINS
public int searchThat
public boolean ignoreCLSID
public SearchData(RegistryViewForm rvf)
public void addToPanel(CellPanel cp, Editor ed, int which)
LiveObject
addToPanel
in class LiveObject
public void cancel_action(Editor ed)
public void search_action(Editor ed)