Uses of Interface
adams.core.option.UserModeSupporter
-
-
Uses of UserModeSupporter in adams.core.option
Classes in adams.core.option that implement UserModeSupporter Modifier and Type Class Description class
CommandlineHelpProducer
Generates the help for the command-line.class
HtmlHelpProducer
Generates the help for the GUI, i.e., HTML output. -
Uses of UserModeSupporter in adams.doc.javadoc
Classes in adams.doc.javadoc that implement UserModeSupporter Modifier and Type Class Description class
AllJavadoc
Applies all known Javadoc-derived classes to a source file.class
FlowJavadoc
Generates Javadoc comments for the AbstractActor.class
GlobalInfoJavadoc
Generates Javadoc comments from the class's globalInfo method.class
GrammarJavadoc
Generates Javadoc comments for the GrammarSupplier.class
Javadoc
Abstract superclass for classes that generate Javadoc comments and replace the content between certain comment tags.class
OptionHandlerJavadoc
Generates Javadoc comments from the OptionHandler's options.class
ScriptletJavadoc
Generates Javadoc comments for an AbstractScriptlet.class
TechnicalInformationHandlerJavadoc
Generates Javadoc comments from the TechnicalInformationHandler's data. -
Uses of UserModeSupporter in adams.doc.listing
Classes in adams.doc.listing that implement UserModeSupporter Modifier and Type Class Description class
OptionOutput
Creates a sub-directory for each module and stores the generated output in there, one file per class. -
Uses of UserModeSupporter in adams.gui.goe
Classes in adams.gui.goe that implement UserModeSupporter Modifier and Type Class Description class
GenericObjectEditor
A PropertyEditor for objects.class
GenericObjectEditor.GOEPanel
Handles the GUI side of editing values.class
GenericObjectEditorDialog
Displays a GenericObjectEditor.class
GenericObjectEditorPanel
A panel that contains text field with the current setup of the object and a button for bringing up the GenericObjectEditor.class
PropertySheetPanel
Displays a property sheet where (supported) properties of the target object may be edited. -
Uses of UserModeSupporter in adams.gui.help
Classes in adams.gui.help that implement UserModeSupporter Modifier and Type Class Description class
AdamsOptionHandlerHelpGenerator
For ADAMSOptionHandler
. -
Uses of UserModeSupporter in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement UserModeSupporter Modifier and Type Class Description static class
HistogramFactory.SetupDialog
A dialog that queries the user about parameters for displaying histograms. -
Uses of UserModeSupporter in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement UserModeSupporter Modifier and Type Class Description static class
HistogramFactory.SetupDialog
A dialog that queries the user about parameters for displaying histograms. -
Uses of UserModeSupporter in adams.gui.visualization.statistics
Classes in adams.gui.visualization.statistics that implement UserModeSupporter Modifier and Type Class Description static class
HistogramFactory.SetupDialog
A dialog that queries the user about parameters for displaying histograms.
-