Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

normal.options: Javadoc index of package normal.options.


Package Samples:

normal.options

Classes:

NormalOptionSet: Provides an option set with a cache of frequently used options for faster access. These are accessed through direct variable lookup as opposed to the usual dictionary search with string comparisons. These frequently used options should only be accessed through the appropriate get OptionName () and set OptionName () methods, and never through the standard methods getStringOption() , setBooleanOption() , etc. Options that are not explicitly cached by NormalOptionSet should, however, still be accessed through the standard OptionSet access methods. Cached options will always provide values. If they ...
SelectHelpBrowser: A modal dialog allowing the help browser to be selected by the user. If OK is pressed, the working option set will be changed and written to file.

Home | Contact Us | Privacy Policy | Terms of Service