Uses of Class
adams.core.option.UserMode
-
Packages that use UserMode Package Description adams.core.discovery adams.core.option adams.doc.javadoc adams.doc.listing adams.gui.application adams.gui.core adams.gui.goe adams.gui.help adams.gui.menu -
-
Uses of UserMode in adams.core.discovery
Methods in adams.core.discovery with parameters of type UserMode Modifier and Type Method Description static boolean
IntrospectionHelper. hasProperty(Class cls, String name, Class type, boolean useBlacklist, UserMode userMode)
Checks whether the class has a property with the given name and type.static boolean
IntrospectionHelper. hasProperty(Class cls, String name, Class type, UserMode userMode)
Checks whether the class has a property with the given name and type.static IntrospectionHelper.IntrospectionContainer
IntrospectionHelper. introspect(Class cls, boolean useBlacklist, UserMode userMode)
Introspects the specified class.static IntrospectionHelper.IntrospectionContainer
IntrospectionHelper. introspect(Class cls, UserMode userMode)
Introspects the specified class.static IntrospectionHelper.IntrospectionContainer
IntrospectionHelper. introspect(Object obj, boolean useBlacklist, UserMode userMode)
Introspects the specified object.static IntrospectionHelper.IntrospectionContainer
IntrospectionHelper. introspect(Object obj, UserMode userMode)
Introspects the specified object. -
Uses of UserMode in adams.core.option
Fields in adams.core.option declared as UserMode Modifier and Type Field Description static UserMode
UserMode. HIGHEST
static UserMode
UserMode. LOWEST
protected UserMode
AbstractOption. m_MinUserMode
in what usermode to show this option.protected UserMode
CommandlineHelpProducer. m_UserMode
the user mode to generate the help for.protected UserMode
HtmlHelpProducer. m_UserMode
the user mode to generate the help for.Methods in adams.core.option that return UserMode Modifier and Type Method Description UserMode
AbstractOption. getMinUserMode()
Returns the minimum user mode before this option is displayed.UserMode
CommandlineHelpProducer. getUserMode()
Returns the user mode to generate the help for.UserMode
HtmlHelpProducer. getUserMode()
Returns the user mode to generate the help for.UserMode
UserModeSupporter. getUserMode()
Returns the user mode.UserMode
UserMode. parse(String s)
Parses the given string and returns the associated enum.static UserMode
UserMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserMode[]
UserMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.core.option with parameters of type UserMode Modifier and Type Method Description AbstractOption
OptionManager. add(String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. add(String commandline, String property, Object defValue, boolean outputDefValue, Number lower, Number upper, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. add(String commandline, String property, Object defValue, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. add(String commandline, String property, Object defValue, Number lower, Number upper, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. insert(int index, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. insert(int index, String commandline, String property, Object defValue, boolean outputDefValue, Number lower, Number upper, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. insert(int index, String commandline, String property, Object defValue, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. insert(int index, String commandline, String property, Object defValue, Number lower, Number upper, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.static boolean
UserMode. isAtLeast(UserMode mode, UserMode minMode)
Checks whether the given user mode is at least the specified minimum.void
CommandlineHelpProducer. setUserMode(UserMode value)
Sets the user mode to generate the help for.void
HtmlHelpProducer. setUserMode(UserMode value)
Sets the user mode to generate the help for.void
UserModeSupporter. setUserMode(UserMode value)
Sets the user mode.Constructors in adams.core.option with parameters of type UserMode Constructor Description AbstractArgumentOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.AbstractArgumentOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.AbstractNumericOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.AbstractNumericOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, T lower, T upper, UserMode minUserMode)
Initializes the option.AbstractNumericOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.AbstractNumericOption(OptionManager owner, String commandline, String property, Object defValue, T lower, T upper, UserMode minUserMode)
Initializes the option.AbstractOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.BaseObjectOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.BaseObjectOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.BooleanOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.BooleanOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.ByteOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.ByteOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, Byte lower, Byte upper, UserMode minUserMode)
Initializes the option.ByteOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.ByteOption(OptionManager owner, String commandline, String property, Object defValue, Byte lower, Byte upper, UserMode minUserMode)
Initializes the option.ClassOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.ClassOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.CustomHooksOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.CustomHooksOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.DoubleOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.DoubleOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, Double lower, Double upper, UserMode minUserMode)
Initializes the option.DoubleOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.DoubleOption(OptionManager owner, String commandline, String property, Object defValue, Double lower, Double upper, UserMode minUserMode)
Initializes the option.EnumOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.EnumOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.FloatOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.FloatOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, Float lower, Float upper, UserMode minUserMode)
Initializes the option.FloatOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.FloatOption(OptionManager owner, String commandline, String property, Object defValue, Float lower, Float upper, UserMode minUserMode)
Initializes the option.IntegerOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.IntegerOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, Integer lower, Integer upper, UserMode minUserMode)
Initializes the option.IntegerOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.IntegerOption(OptionManager owner, String commandline, String property, Object defValue, Integer lower, Integer upper, UserMode minUserMode)
Initializes the option.LongOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.LongOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, Long lower, Long upper, UserMode minUserMode)
Initializes the option.LongOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.LongOption(OptionManager owner, String commandline, String property, Object defValue, Long lower, Long upper, UserMode minUserMode)
Initializes the option.ShortOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.ShortOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, Short lower, Short upper, UserMode minUserMode)
Initializes the option.ShortOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option.ShortOption(OptionManager owner, String commandline, String property, Object defValue, Short lower, Short upper, UserMode minUserMode)
Initializes the option.StringOption(OptionManager owner, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Initializes the option.StringOption(OptionManager owner, String commandline, String property, Object defValue, UserMode minUserMode)
Initializes the option. -
Uses of UserMode in adams.doc.javadoc
Fields in adams.doc.javadoc declared as UserMode Modifier and Type Field Description protected UserMode
Javadoc. m_UserMode
the user mode to generate the javadoc for.Methods in adams.doc.javadoc that return UserMode Modifier and Type Method Description UserMode
Javadoc. getUserMode()
Returns the user mode to pass on to the producer if that supports it.Methods in adams.doc.javadoc with parameters of type UserMode Modifier and Type Method Description void
Javadoc. setUserMode(UserMode value)
Sets the user mode to pass on to the producer if that supports it. -
Uses of UserMode in adams.doc.listing
Fields in adams.doc.listing declared as UserMode Modifier and Type Field Description protected UserMode
OptionOutput. m_UserMode
the user mode to generate the help for.Methods in adams.doc.listing that return UserMode Modifier and Type Method Description UserMode
OptionOutput. getUserMode()
Returns the user mode to pass on to the producer if that supports it.Methods in adams.doc.listing with parameters of type UserMode Modifier and Type Method Description void
OptionOutput. setUserMode(UserMode value)
Sets the user mode to pass on to the producer if that supports it. -
Uses of UserMode in adams.gui.application
Fields in adams.gui.application declared as UserMode Modifier and Type Field Description protected UserMode
AbstractApplicationFrame. m_UserMode
the user mode - determines what menu entries to display.protected UserMode
ApplicationMenu. m_UserMode
the user mode.Methods in adams.gui.application that return UserMode Modifier and Type Method Description UserMode
AbstractApplicationFrame. getUserMode()
Returns the current user mode - determines what menu entries are being displayed.abstract UserMode
AbstractMenuItemDefinition. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ApplicationMenu. getUserMode()
Returns the current user mode, i.e., the visibility level of menu items.Methods in adams.gui.application with parameters of type UserMode Modifier and Type Method Description void
AbstractApplicationFrame. setUserMode(UserMode value)
Sets the user mode - determines what menu entries are being displayed.void
ApplicationMenu. setUserMode(UserMode value)
Sets the user mode to use, i.e., the visibility level of menu items. -
Uses of UserMode in adams.gui.core
Methods in adams.gui.core that return UserMode Modifier and Type Method Description static UserMode
UserModeUtils. getUserMode(Container parent)
Returns the user mode to apply. -
Uses of UserMode in adams.gui.goe
Fields in adams.gui.goe declared as UserMode Modifier and Type Field Description protected UserMode
GenericObjectEditor. m_UserMode
the user mode to use.protected UserMode
PropertySheetPanel. m_UserMode
the user mode to use.Methods in adams.gui.goe that return UserMode Modifier and Type Method Description UserMode
GenericObjectEditor. getUserMode()
Returns the user mode to use for displaying the properties.UserMode
GenericObjectEditor.GOEPanel. getUserMode()
Returns the user mode.UserMode
GenericObjectEditorDialog. getUserMode()
Returns the user mode.UserMode
GenericObjectEditorPanel. getUserMode()
Returns the user mode.UserMode
PropertySheetPanel. getUserMode()
Returns the user mode to use for displaying the properties.Methods in adams.gui.goe with parameters of type UserMode Modifier and Type Method Description void
GenericObjectEditor.GOEPanel. setUserMode(UserMode value)
Sets the user mode.void
GenericObjectEditor. setUserMode(UserMode value)
Sets the user mode to use for displaying the properties.void
GenericObjectEditorDialog. setUserMode(UserMode value)
Sets the user mode.void
GenericObjectEditorPanel. setUserMode(UserMode value)
Sets the user mode.void
PropertySheetPanel. setUserMode(UserMode value)
Sets the user mode to use for displaying the properties.Constructors in adams.gui.goe with parameters of type UserMode Constructor Description PropertySheetPanel(UserMode userMode)
Default constructor. -
Uses of UserMode in adams.gui.help
Fields in adams.gui.help declared as UserMode Modifier and Type Field Description protected UserMode
AdamsOptionHandlerHelpGenerator. m_UserMode
the user mode to use.Methods in adams.gui.help that return UserMode Modifier and Type Method Description UserMode
AdamsOptionHandlerHelpGenerator. getUserMode()
Returns the user mode to use for displaying the properties.Methods in adams.gui.help with parameters of type UserMode Modifier and Type Method Description static HelpContainer
AbstractHelpGenerator. generateHelp(Class cls, UserMode userMode)
Generates help for the specified class.static HelpContainer
AbstractHelpGenerator. generateHelp(Object obj, UserMode userMode)
Generates help for the specified object.static HelpContainer
AbstractHelpGenerator. generateHelp(String clsName, UserMode userMode)
Generates help for the specified class.void
AdamsOptionHandlerHelpGenerator. setUserMode(UserMode value)
Sets the user mode to use for displaying the properties. -
Uses of UserMode in adams.gui.menu
Methods in adams.gui.menu that return UserMode Modifier and Type Method Description UserMode
About. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
AbstractClassifierBasedGeneticAlgorithmWizard. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
AbstractJDKMenuItemDefinition. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
AbstractSequenceViewer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ActorUsage. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
AntiAliasing. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
AppendDatasets. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ArffViewer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
BatchFilterDatasets. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
BayesNetEditor. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
BoundaryVisualizer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ClassHelp. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ConfigureOptionHandler. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ConnectToDatabases. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ConsoleOutputAnalyzer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ConsoleWindow. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ContainerNesting. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
CostCurve. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
DatasetCompatibility. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
DateTest. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
Diff. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
Documentation. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
EmailAddressBook. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
Experimenter. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
Explorer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
FavoritesManagement. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
FileChooserBookmarksManagement. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
FileCommander. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
FileMonitor. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
FindClass. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
FindInFiles. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
FlowControlCenter. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
FlowEditor. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
FlowRunner. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
GarbageCollector. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
GraphVisualizer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
GroovyConsole. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
Homepage. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ImageProcessor. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ImageViewer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
InstanceCompare. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
InstanceExplorer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
InstancesPlot. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
LogEntryDatabaseViewer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
MakeCompatibleDatasets. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
MarginCurve. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
MemoryMonitor. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
MergeDatasets. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
MultiExplorer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
NestedFormatViewer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
OptionsConversion. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
OptionTree. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
PackageManager. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
PDFViewer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
PlaceholderManagement. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
PlotAttributeVsAttribute. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
PlotPanelTest. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
Preferences. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
PrettyPrintJSON. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
PrettyPrintXML. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
PreviewBrowser. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ProgramExit. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ProgramLookAndFeel. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ProgramRestart. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ProgramRestartWithMoreHeap. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ProgramUserMode. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
PropertiesViewer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
RegExpTest. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
RemoteCommands. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ROC. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
RunTool. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
ScriptingLog. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
SendErrorReport. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
SpreadSheetExplorer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
SpreadSheetFileViewer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
SpreadSheetProcessor. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
SqlViewer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
SqlWorkbench. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
SSH. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
StringConversion. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
SystemInfo. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
SystemPerformance. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
TakeScreenshot. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
Terminal. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
TextEditor. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
TimeseriesExplorer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
TreeVisualizer. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
WekaCommandToCode. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
WekaInvestigator. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
WekaMultiExperimenter. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
WekaSimpleCLI. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
Workbench. getUserMode()
Returns the user mode, which determines visibility as well.UserMode
XSLT. getUserMode()
Returns the user mode, which determines visibility as well.
-