wt.clients.beans.query
Class ChooserOptions

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended bywt.clients.beans.query.ChooserOptions

public class ChooserOptions
extends ListResourceBundle


Nested Class Summary
 
Nested classes inherited from class java.util.ResourceBundle
 
Field Summary
static String CHANGEABLE_SEARCH_LIST
           
(package private) static Object[][] contents
          LOCALIZATION Instructions: This file uses the contents array in a slightly unique manner.
static String DESCRIBED_BY_SEARCH_LIST
           
static String DOC_DEPEND_SEARCH_LIST
           
static String DOC_STRUCT_SEARCH_LIST
           
static String EFF_CONTEXT_SEARCH_LIST
           
(package private) static Object[][] filters
           
static String PART_USES_LIST
           
static String PIE_OPEN_SEARCH_LIST
           
static String PRODUCT_USES_LIST
           
private static String versionID
           
 
Fields inherited from class java.util.ListResourceBundle
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
ChooserOptions()
           
 
Method Summary
 Object[][] getContents()
           
 Object[][] getFilters()
           
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHANGEABLE_SEARCH_LIST

public static final String CHANGEABLE_SEARCH_LIST
See Also:
Constant Field Values

DESCRIBED_BY_SEARCH_LIST

public static final String DESCRIBED_BY_SEARCH_LIST
See Also:
Constant Field Values

EFF_CONTEXT_SEARCH_LIST

public static final String EFF_CONTEXT_SEARCH_LIST
See Also:
Constant Field Values

DOC_STRUCT_SEARCH_LIST

public static final String DOC_STRUCT_SEARCH_LIST
See Also:
Constant Field Values

DOC_DEPEND_SEARCH_LIST

public static final String DOC_DEPEND_SEARCH_LIST
See Also:
Constant Field Values

PIE_OPEN_SEARCH_LIST

public static final String PIE_OPEN_SEARCH_LIST
See Also:
Constant Field Values

PRODUCT_USES_LIST

public static final String PRODUCT_USES_LIST
See Also:
Constant Field Values

PART_USES_LIST

public static final String PART_USES_LIST
See Also:
Constant Field Values

versionID

private static final String versionID
See Also:
Constant Field Values

contents

static final Object[][] contents
LOCALIZATION Instructions: This file uses the contents array in a slightly unique manner. As a result only parts of the text can be localized. The second member of each row in the contents array is a string. Only the text following "K:" and up to the ";" can be localized within this string. The localization value for this portion of the string must not contain a colon (":") or semi-colon (";"). For example in the following string "C:wt.org.WTUser; K:61; A:name; A:fullName;" the "61" can be localized. The rest of the string must remain intact.


filters

static final Object[][] filters
Constructor Detail

ChooserOptions

public ChooserOptions()
Method Detail

getContents

public Object[][] getContents()

getFilters

public Object[][] getFilters()