Uses of Class
adams.core.Properties
-
-
Uses of Properties in adams.core
Fields in adams.core declared as Properties Modifier and Type Field Description protected Properties
NewInstance. m_Properties
the placeholders.protected static Properties
Performance. m_Properties
the properties.protected Properties
Placeholders. m_Properties
the properties.protected Properties
PropertiesBasedEnumeration. m_Properties
the properties to use.Methods in adams.core that return Properties Modifier and Type Method Description Properties
Properties. collapse()
Collapses all the inherited and current properties into a single Properties object and returns it.static Properties
Properties. fromComment(String comments)
Re-generates a properties object that was commented out.Properties
Properties. getClone()
Returns a clone of the object.protected Properties
PropertiesBasedEnumeration. getProperties()
Returns the properties.protected static Properties
Properties. loadURLs(Properties parent, String path)
Loads the properties from URLs associated with the path.static Properties
Properties. read(String name)
Reads properties that inherit from several locations.static Properties
Properties. read(String name, List<String> dirs)
Reads properties that inherit from several locations.protected abstract Properties
PropertiesBasedEnumeration. readProperties()
Reads the properties from disk.Properties
Properties. subset(BaseRegExp regexp)
Returns a subset of all the keys that match the given regular expression.Properties
Properties. subset(String prefix)
Returns a subset of all the keys that match the given prefix.Properties
Placeholders. toProperties()
Turns the global placeholders into a properties object.Methods in adams.core with parameters of type Properties Modifier and Type Method Description void
Properties. add(Properties props)
Adds the key-value pairs stored in the specified properties to itself.void
Properties. add(Properties props, String prefix)
Adds the key-value pairs stored in the specified properties to itself.protected void
PropertiesToCode. addClassStart(StringBuilder output, Properties props, List<String> keys)
Adds the start of the enclosing "class" statement, including constants and member variables.protected void
PropertiesToCode. addMethod(StringBuilder output, Properties props, List<String> keys)
Adds the method that returns the properties (and instantiates if necessary).int
Properties. compareTo(Properties o)
Compares this object with the specified object for order.String
PropertiesToCode. generate(Properties props)
Turns the properties object into Java code.static boolean
Properties. loadFromResource(Properties props, String resourceName)
Loads the properties with the given name as a classpath resource.protected static Properties
Properties. loadURLs(Properties parent, String path)
Loads the properties from URLs associated with the path.void
Properties. mergeWith(Properties other)
Merges its own data with the one provided by the specified object.protected T
PropertiesBasedEnumeration. postProcess(T item, Properties props, String key)
For post-processing an item.void
Properties. setDefaults(Properties value)
Sets the default properties.Constructors in adams.core with parameters of type Properties Constructor Description Properties(Properties defaults)
Creates an empty property list with the specified defaults. -
Uses of Properties in adams.core.base
Fields in adams.core.base declared as Properties Modifier and Type Field Description protected static Properties
CronSchedule. m_Properties
the properties with the templates.Fields in adams.core.base with type parameters of type Properties Modifier and Type Field Description protected static Map<Class,Properties>
BaseObject. m_Properties
the properties with the templates. -
Uses of Properties in adams.core.io
Fields in adams.core.io declared as Properties Modifier and Type Field Description protected static Properties
FileUtils. m_Properties
the properties.Methods in adams.core.io that return Properties Modifier and Type Method Description protected static Properties
FileUtils. getProperties()
Returns the properties. -
Uses of Properties in adams.core.management
Fields in adams.core.management declared as Properties Modifier and Type Field Description protected Properties
CharsetHelper. m_Properties
the properties.protected static Properties
ImplicitClassPathAugmenter. m_Properties
the properties.protected static Properties
JVisualVM. m_Properties
the properties.protected Properties
LocaleHelper. m_Properties
the properties.protected static Properties
Terminal. m_Properties
the properties.protected Properties
TimeZoneHelper. m_Properties
the properties.protected static Properties
Wine. m_Properties
the properties.Methods in adams.core.management that return Properties Modifier and Type Method Description protected static Properties
ImplicitClassPathAugmenter. getProperties()
Returns the properties with the suggestions.static Properties
JVisualVM. getProperties()
Returns the properties.static Properties
Terminal. getProperties()
Returns the properties.protected static Properties
Wine. getProperties()
Loads the properties on demand.Methods in adams.core.management with parameters of type Properties Modifier and Type Method Description static boolean
Terminal. writeProperties(Properties props)
Writes the specified properties to disk. -
Uses of Properties in adams.core.net
Fields in adams.core.net declared as Properties Modifier and Type Field Description protected Properties
EmailAddressBook. m_Properties
the underlying properties.protected static Properties
EmailHelper. m_Properties
the properties.protected Properties
ProxyHelper. m_Properties
the properties.protected static Properties
SMBHelper. m_Properties
the properties.protected static Properties
SSLHelper. m_Properties
the properties.Methods in adams.core.net that return Properties Modifier and Type Method Description Properties
EmailAddressBook. getProperties()
Returns the properties, loads them if necessary.static Properties
EmailHelper. getProperties()
Returns the underlying properties.static Properties
SMBHelper. getProperties()
Returns the underlying properties.static Properties
SSLHelper. getProperties()
Returns the underlying properties.Methods in adams.core.net with parameters of type Properties Modifier and Type Method Description static boolean
EmailHelper. writeProperties(Properties props)
Writes the specified properties to disk.static boolean
SMBHelper. writeProperties(Properties props)
Writes the specified properties to disk.static boolean
SSLHelper. writeProperties(Properties props)
Writes the specified properties to disk. -
Uses of Properties in adams.core.option
Fields in adams.core.option declared as Properties Modifier and Type Field Description protected Properties
Conversion. m_Properties
the properties.protected static Properties
OptionManager. m_Properties
the properties in use.protected static Properties
OptionUtils. m_Properties
the properties in use.Methods in adams.core.option that return Properties Modifier and Type Method Description protected Properties
Conversion. getProperties()
Returns the properties that define the editor.protected static Properties
OptionManager. getProperties()
Returns the properties file with the custom editors.protected static Properties
OptionUtils. getProperties()
Returns the properties file with the custom editors. -
Uses of Properties in adams.data.io.input
Methods in adams.data.io.input with parameters of type Properties Modifier and Type Method Description protected EmailAddress[]
PropertiesEmailFileReader. getAddresses(Properties props, String key)
Reads the email addresses from the specified property.protected File[]
PropertiesEmailFileReader. getFiles(Properties props, String key)
Reads the files from the specified property. -
Uses of Properties in adams.data.report
Methods in adams.data.report that return Properties Modifier and Type Method Description Properties
Report. toProperties()
Turns the report into a properties object.Methods in adams.data.report with parameters of type Properties Modifier and Type Method Description static Report
Report. parseProperties(Properties props)
Parses the properties (generated with the toProperties() method) and generates a report object from it. -
Uses of Properties in adams.data.tesseract
Fields in adams.data.tesseract declared as Properties Modifier and Type Field Description protected Properties
TesseractHelper. m_Properties
the properties. -
Uses of Properties in adams.data.timeseries
Fields in adams.data.timeseries declared as Properties Modifier and Type Field Description protected static Properties
PeriodicityHelper. m_Properties
the properties.Methods in adams.data.timeseries that return Properties Modifier and Type Method Description protected static Properties
PeriodicityHelper. getProperties()
Returns the properties. -
Uses of Properties in adams.data.xml
Methods in adams.data.xml that return Properties Modifier and Type Method Description static Properties
DOMUtils. toProperties(String pathSeparator, boolean addIndex, boolean storeAttributes, boolean skipRoot, Node node)
Flattens the DOM and turns them into properties.Methods in adams.data.xml with parameters of type Properties Modifier and Type Method Description protected static boolean
DOMUtils. flatten(String pathSeparator, boolean addIndex, boolean storeAttributes, boolean skipRoot, String path, Node node, int index, Properties props)
Flattens the node structure. -
Uses of Properties in adams.db
Fields in adams.db declared as Properties Modifier and Type Field Description protected Properties
AbstractDatabaseConnection. m_Properties
the properties for database access.protected static Properties
AbstractDbBackend. m_Properties
the properties with the defaults.protected static Properties
AbstractTable. m_Properties
the properties file.protected Properties
Conditions. m_Properties
the properties file.protected Properties
Drivers. m_Properties
the properties for database access.protected Properties
Sequences. m_Properties
the properties.Fields in adams.db with type parameters of type Properties Modifier and Type Field Description protected static Map<Class,Properties>
AbstractDatabaseConnection. m_PropertiesCache
Methods in adams.db that return Properties Modifier and Type Method Description Properties
LogEntry. getMessageAsProperties()
Returns the message as properties object.Properties
AbstractDatabaseConnection. getProperties()
Returns the properties, loads them on demand.protected static Properties
AbstractDbBackend. getProperties()
Returns the underlying properties.protected static Properties
AbstractTable. getProperties()
Returns the properties.protected Properties
AbstractDatabaseConnection. readProperties()
Reads the properties.Methods in adams.db with parameters of type Properties Modifier and Type Method Description void
LogEntry. setMessage(Properties value)
Sets the message as properties object. -
Uses of Properties in adams.env
Methods in adams.env that return Properties Modifier and Type Method Description Properties
AbstractEnvironment. read(String key)
Returns the properties object generated from all the stored props files.Methods in adams.env with parameters of type Properties Modifier and Type Method Description boolean
AbstractEnvironment. write(String key, Properties props)
Writes the properties to the project's home directory.Constructors in adams.env with parameters of type Properties Constructor Description Module(Properties props)
Initializes the object. -
Uses of Properties in adams.flow.core
Methods in adams.flow.core with parameters of type Properties Modifier and Type Method Description static String
RestorableActorHelper. read(PlaceholderFile input, Properties props)
Loads the state as properties from the specified file.static String
RestorableActorHelper. write(Properties props, PlaceholderFile output)
Stores the state properties in the specified file. -
Uses of Properties in adams.flow.source
Methods in adams.flow.source that return Properties Modifier and Type Method Description protected Properties
EnterManyValues. getDefaultProperties()
Returns the default properties.Methods in adams.flow.source with parameters of type Properties Modifier and Type Method Description protected Token[]
EnterManyValues. propertiesToOutputType(Properties props)
Converts the properties into the requested output type.protected SpreadSheet
EnterManyValues. propertiesToSpreadSheet(Properties props)
Converts the properties into a spreadsheet (single row, with property names for column names). -
Uses of Properties in adams.gui.action
Methods in adams.gui.action that return Properties Modifier and Type Method Description protected abstract Properties
AbstractPropertiesAction. getProperties()
Returns the underlying properties. -
Uses of Properties in adams.gui.application
Fields in adams.gui.application declared as Properties Modifier and Type Field Description protected Properties
ApplicationMenu. m_Properties
the properties read from the setup file.Methods in adams.gui.application that return Properties Modifier and Type Method Description Properties
AbstractPropertiesPreferencesPanel. getPreferences()
Returns the currently display preferences as a properties object.protected Properties
ApplicationMenu. getProperties()
Returns the properties.protected Properties
EmailSetupPanel. toProperties()
Turns the parameters in the GUI into a properties object.protected Properties
SMBSetupPanel. toProperties()
Turns the parameters in the GUI into a properties object.protected Properties
SSLSetupPanel. toProperties()
Turns the parameters in the GUI into a properties object.Methods in adams.gui.application with parameters of type Properties Modifier and Type Method Description void
AbstractPropertiesPreferencesPanel. setPreferences(Properties value)
Sets the properties to base the preferences on. -
Uses of Properties in adams.gui.core
Fields in adams.gui.core declared as Properties Modifier and Type Field Description protected static Properties
BrowserHelper. m_Properties
the general properties.protected static Properties
ConsolePanel. m_Properties
the properties.protected static Properties
Fonts. m_Properties
the properties.protected static Properties
GUIHelper. m_Properties
the properties.protected Properties
GUIPrompt. m_Properties
the properties.protected static Properties
MemoryMonitorPanel. m_Properties
Contains the properties.protected static Properties
UISettings. m_Properties
the properties.Methods in adams.gui.core that return Properties Modifier and Type Method Description static Properties
BrowserHelper. getProperties()
Returns the properties that define the editor.static Properties
ConsolePanel. getProperties()
Returns the syntax style definition.static Properties
Fonts. getProperties()
Returns the properties in use.static Properties
MemoryMonitorPanel. getProperties()
Returns the properties that define the editor.Properties
PropertiesParameterPanel. getProperties()
Returns the currently display properties as a properties object.Properties
PropertiesTableModel. getProperties()
Returns the current content as properties.protected static Properties
UISettings. getProperties()
Returns the properties in use.protected abstract Properties
AbstractTextEditorPanelWithSimpleSyntaxHighlighting. getStyleProperties()
Returns the syntax style definition.protected Properties
BooleanExpressionEditorPanel. getStyleProperties()
Returns the syntax style definition.protected Properties
LookUpUpdateEditorPanel. getStyleProperties()
Returns the syntax style definition.protected Properties
MathematicalExpressionEditorPanel. getStyleProperties()
Returns the syntax style definition.protected Properties
SpreadSheetFormulaEditorPanel. getStyleProperties()
Returns the syntax style definition.protected Properties
SpreadSheetQueryEditorPanel. getStyleProperties()
Returns the syntax style definition.protected Properties
SQLSyntaxEditorPanel. getStyleProperties()
Returns the syntax style definition.protected Properties
StringExpressionEditorPanel. getStyleProperties()
Returns the syntax style definition.protected Properties
AbstractRecentItemsHandler. loadProps()
Loads the properties file from disk, if possible.Methods in adams.gui.core with parameters of type Properties Modifier and Type Method Description protected static String[][]
PropertiesTableModel. convert(Properties data)
Turns the properties into key-value pairs.void
PropertiesParameterPanel. setProperties(Properties value)
Sets the properties to base the properties on.Constructors in adams.gui.core with parameters of type Properties Constructor Description PropertiesTableModel(Properties props)
Initializes the table model. -
Uses of Properties in adams.gui.core.spreadsheettable
Methods in adams.gui.core.spreadsheettable that return Properties Modifier and Type Method Description protected Properties
ArrayStatistic. promptParameters(SpreadSheetTable table)
Prompts the user for parameters.protected Properties
Binning. promptParameters(SpreadSheetTable table, boolean isColumn)
Prompts the user to configure the parameters.protected Properties
CopySelectedFiles. promptParameters(SpreadSheetTable table)
Prompts the user to configure the parameters.protected Properties
Histogram. promptParameters(SpreadSheetTable table, boolean isColumn)
Prompts the user to configure the parameters.protected Properties
JFreeChart. promptParameters(SpreadSheetTable table, boolean isColumn)
Prompts the user to configure the parameters.protected Properties
PreviewSelectedFile. promptParameters(SpreadSheetTable table)
Prompts the user to configure the parameters.protected Properties
SimplePlot. promptParameters(SpreadSheetTable table, boolean isColumn)
Prompts the user to configure the parameters. -
Uses of Properties in adams.gui.dialog
Methods in adams.gui.dialog that return Properties Modifier and Type Method Description Properties
PropertiesParameterDialog. getProperties()
Returns the current properties from the underlyingPropertiesParameterPanel
.Methods in adams.gui.dialog with parameters of type Properties Modifier and Type Method Description void
PropertiesParameterDialog. setProperties(Properties value)
Sets the properties in the underlyingPropertiesParameterPanel
. -
Uses of Properties in adams.gui.flow
Fields in adams.gui.flow declared as Properties Modifier and Type Field Description protected static Properties
FlowControlCenterPanel. m_Properties
the properties.protected static Properties
FlowEditorPanel. m_Properties
the general properties.protected static Properties
FlowPanel. m_Properties
the properties.protected static Properties
FlowRunnerPanel. m_Properties
the properties.protected static Properties
FlowEditorPanel. m_PropertiesMenu
the menu properties.protected static Properties
FlowEditorPanel. m_PropertiesTreePopup
the tree popup menu properties.protected static Properties
FlowEditorPanel. m_PropertiesTreeQuickAction
the tree quick action menu properties.Methods in adams.gui.flow that return Properties Modifier and Type Method Description static Properties
FlowPanel. getProperties()
Returns the properties that define the editor.static Properties
FlowRunnerPanel. getProperties()
Returns the properties that define the editor.static Properties
FlowEditorPanel. getPropertiesEditor()
Returns the properties that define the editor.static Properties
FlowEditorPanel. getPropertiesMenu()
Returns the properties that define the menu in the editor.static Properties
FlowEditorPanel. getPropertiesTreePopup()
Returns the properties for the tree popup menu.static Properties
FlowEditorPanel. getPropertiesTreeQuickAction()
Returns the properties for the tree quick action menu. -
Uses of Properties in adams.gui.flow.menu
Methods in adams.gui.flow.menu that return Properties Modifier and Type Method Description protected Properties
AbstractFlowEditorCheckBoxMenuItemAction. getProperties()
Returns the underlying properties.protected Properties
AbstractFlowEditorMenuItemAction. getProperties()
Returns the underlying properties.protected Properties
AbstractFlowEditorSubMenuAction. getProperties()
Returns the underlying properties. -
Uses of Properties in adams.gui.flow.tab
Fields in adams.gui.flow.tab declared as Properties Modifier and Type Field Description protected static Properties
FlowTabManager. m_Properties
the properties.Methods in adams.gui.flow.tab that return Properties Modifier and Type Method Description static Properties
FlowTabManager. getProperties()
Returns the properties that define the editor. -
Uses of Properties in adams.gui.flow.tree
Fields in adams.gui.flow.tree declared as Properties Modifier and Type Field Description protected Properties
ActorSuggestion. m_Properties
the properties with the rules.protected Properties
ActorTemplateSuggestion. m_Properties
the properties with the rules.protected Properties
ExternalActorSuggestion. m_Properties
the properties with the rules. -
Uses of Properties in adams.gui.flow.tree.actorswap
Fields in adams.gui.flow.tree.actorswap declared as Properties Modifier and Type Field Description protected static Properties
ActorHandlerSuggestion. m_Properties
the properties.protected static Properties
SimpleSuggestion. m_Properties
the properties.Methods in adams.gui.flow.tree.actorswap that return Properties Modifier and Type Method Description protected static Properties
ActorHandlerSuggestion. getProperties()
Returns the properties with the suggestions.protected static Properties
SimpleSuggestion. getProperties()
Returns the properties with the suggestions. -
Uses of Properties in adams.gui.flow.tree.menu
Methods in adams.gui.flow.tree.menu that return Properties Modifier and Type Method Description protected Properties
AbstractTreePopupMenuItemAction. getProperties()
Returns the underlying properties.protected Properties
AbstractTreePopupSubMenuAction. getProperties()
Returns the underlying properties. -
Uses of Properties in adams.gui.flow.tree.quickaction
Methods in adams.gui.flow.tree.quickaction that return Properties Modifier and Type Method Description protected Properties
AbstractTreeQuickMenuItemAction. getProperties()
Returns the underlying properties. -
Uses of Properties in adams.gui.goe
Fields in adams.gui.goe declared as Properties Modifier and Type Field Description protected static Properties
Editors. m_BlacklistedClasses
the blacklisted classes.protected static Properties
AbstractAdvancedScriptEditorWithTemplates. m_Properties
the general properties.protected static Properties
AbstractSimpleScriptEditorWithTemplates. m_Properties
the general properties.protected Properties
Favorites. m_Properties
the properties.protected Properties
Favorites. m_TempProperties
the temporary favorites.Methods in adams.gui.goe that return Properties Modifier and Type Method Description protected static Properties
Editors. getAvailableEditors()
Generates the list of editors to register, based on the classes listed in the ClassLister.props file.protected static Properties
Editors. getBlacklistedClasses()
Returns the properties storing the blacklisted classes.protected static Properties
Editors. getCustomEditors()
Returns the properties file with the custom editors.static Properties
AbstractAdvancedScriptEditorWithTemplates. getProperties()
Returns the properties that define the editor.static Properties
AbstractSimpleScriptEditorWithTemplates. getProperties()
Returns the properties that define the editor.Properties
Favorites. getProperties()
Returns the properties of the favorites.protected Properties
Favorites. getTempProperties()
Returns the properties of the temp favorites.Methods in adams.gui.goe with parameters of type Properties Modifier and Type Method Description protected void
Favorites. addFavorite(Properties props, Class cls, boolean array, Object obj, String name)
Adds a favorite for a class.protected List<Favorites.Favorite>
Favorites. getFavorites(Properties props, Class cls)
Returns the favorites for the specified class.void
Favorites. setProperties(Properties value)
Sets the properties containing the favorites to use. -
Uses of Properties in adams.gui.menu
Methods in adams.gui.menu with parameters of type Properties Modifier and Type Method Description protected void
MakeCompatibleDatasets. doGenerate(ChildFrame frame, Properties props)
Performs the data generation. -
Uses of Properties in adams.gui.scripting
Fields in adams.gui.scripting declared as Properties Modifier and Type Field Description protected Properties
AbstractScriptingDialog. m_Properties
the properties for scripting.protected Properties
ScriptingLogger. m_Properties
the properties.Methods in adams.gui.scripting that return Properties Modifier and Type Method Description protected abstract Properties
AbstractScriptingEngine. getProperties()
Provides access to the properties object.protected Properties
ScriptingEngine. getProperties()
Provides access to the properties object.protected Properties
ScriptingTextEditorPanel. getStyleProperties()
Returns the syntax style definition.protected Properties
AbstractScriptingEngine. readProperties()
Reads the properties.Methods in adams.gui.scripting with parameters of type Properties Modifier and Type Method Description protected void
SyntaxDocument. setup(Properties props)
Sets up the document according to the properties.Constructors in adams.gui.scripting with parameters of type Properties Constructor Description SyntaxDocument(Properties props)
Initializes the document. -
Uses of Properties in adams.gui.tools
Fields in adams.gui.tools declared as Properties Modifier and Type Field Description protected Properties
AbstractManagementPanelWithProperties. m_Properties
the underlying properties.protected static Properties
LogEntryDatabaseViewerPanel. m_Properties
the properties.protected static Properties
LogEntryViewerPanel. m_Properties
the properties.protected static Properties
SpreadSheetViewerPanel. m_Properties
the properties.protected static Properties
SpreadSheetViewerPanel. m_PropertiesMenu
the menu properties.Methods in adams.gui.tools that return Properties Modifier and Type Method Description protected abstract Properties
AbstractManagementPanelWithProperties. getProperties()
Returns the properties to work with.protected Properties
EmailAddressBookPanel. getProperties()
Returns the properties to work with.protected Properties
FileChooserBookmarksManagementPanel. getProperties()
Returns the properties to work with.static Properties
LogEntryDatabaseViewerPanel. getProperties()
Returns the properties that define the editor.static Properties
LogEntryViewerPanel. getProperties()
Returns the properties that define the editor.Properties
PlaceholderManagementPanel.PlaceholderTableModel. getProperties()
Returns the data as props structure.static Properties
SpreadSheetViewerPanel. getProperties()
Returns the properties that define the editor.static Properties
SpreadSheetViewerPanel. getPropertiesMenu()
Returns the properties that define the menu.Methods in adams.gui.tools with parameters of type Properties Modifier and Type Method Description protected void
PropertiesViewerPanel. open(Properties props)
Displays the properties in the table.Constructors in adams.gui.tools with parameters of type Properties Constructor Description PlaceholderTableModel(Properties props, boolean system)
Initializes the model with the specified properties. -
Uses of Properties in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as Properties Modifier and Type Field Description protected static Properties
PropertiesManager. m_Properties
the properties.protected static Properties
SerializedObjectPanel. m_Properties
the properties.Methods in adams.gui.tools.previewbrowser that return Properties Modifier and Type Method Description static Properties
PropertiesManager. getProperties()
Returns the properties that define the editor.static Properties
SerializedObjectPanel. getProperties()
Returns the properties that define the editor. -
Uses of Properties in adams.gui.tools.spreadsheetviewer.menu
Methods in adams.gui.tools.spreadsheetviewer.menu that return Properties Modifier and Type Method Description protected Properties
AbstractSpreadSheetViewerCheckBoxMenuItemAction. getProperties()
Returns the underlying properties.protected Properties
AbstractSpreadSheetViewerMenuItemAction. getProperties()
Returns the underlying properties.protected Properties
AbstractSpreadSheetViewerSubMenuAction. getProperties()
Returns the underlying properties. -
Uses of Properties in adams.gui.tools.spreadsheetviewer.tab
Fields in adams.gui.tools.spreadsheetviewer.tab declared as Properties Modifier and Type Field Description protected static Properties
ViewerTabManager. m_Properties
the properties.Methods in adams.gui.tools.spreadsheetviewer.tab that return Properties Modifier and Type Method Description static Properties
ViewerTabManager. getProperties()
Returns the properties that define the editor. -
Uses of Properties in adams.gui.tools.wekainvestigator
Fields in adams.gui.tools.wekainvestigator declared as Properties Modifier and Type Field Description protected static Properties
InvestigatorPanel. m_Properties
the properties.protected static Properties
InvestigatorPanel. m_ShortcutProperties
the shortcut properties.Methods in adams.gui.tools.wekainvestigator that return Properties Modifier and Type Method Description static Properties
InvestigatorPanel. getProperties()
Returns the properties that define the investigator.static Properties
InvestigatorPanel. getShortcutProperties()
Returns the properties that define the shortcuts. -
Uses of Properties in adams.gui.tools.wekainvestigator.evaluation
Methods in adams.gui.tools.wekainvestigator.evaluation that return Properties Modifier and Type Method Description static Properties
AbstractEvaluation. getProperties()
Returns the properties that define the editor. -
Uses of Properties in adams.gui.tools.wekamultiexperimenter
Fields in adams.gui.tools.wekamultiexperimenter declared as Properties Modifier and Type Field Description protected static Properties
ExperimenterPanel. m_Properties
the properties.Methods in adams.gui.tools.wekamultiexperimenter that return Properties Modifier and Type Method Description static Properties
ExperimenterPanel. getProperties()
Returns the properties that define the editor. -
Uses of Properties in adams.gui.visualization.container
Fields in adams.gui.visualization.container with type parameters of type Properties Modifier and Type Field Description protected static Hashtable<String,Properties>
DataContainerPanel. m_PanelProperties
the setup for the panel.Methods in adams.gui.visualization.container that return Properties Modifier and Type Method Description Properties
DataContainerPanel. getProperties()
Returns the properties for this panel. -
Uses of Properties in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as Properties Modifier and Type Field Description protected static Properties
ImageViewerPanel. m_Properties
the properties.Methods in adams.gui.visualization.image that return Properties Modifier and Type Method Description static Properties
ImageViewerPanel. getProperties()
Returns the properties that define the editor. -
Uses of Properties in adams.gui.visualization.image.plugins
Methods in adams.gui.visualization.image.plugins with parameters of type Properties Modifier and Type Method Description protected void
MarkLocation. showHighlights(Properties props)
Displays the highlight specified in the properties. -
Uses of Properties in adams.gui.visualization.instance
Fields in adams.gui.visualization.instance declared as Properties Modifier and Type Field Description protected static Properties
InstanceComparePanel. m_Properties
the properties.protected static Properties
InstanceExplorer. m_Properties
the properties.Methods in adams.gui.visualization.instance that return Properties Modifier and Type Method Description static Properties
InstanceComparePanel. getProperties()
Returns the properties that define the editor.static Properties
InstanceExplorer. getProperties()
Returns the properties that define the editor. -
Uses of Properties in adams.gui.visualization.instances.instancestable
Methods in adams.gui.visualization.instances.instancestable that return Properties Modifier and Type Method Description protected Properties
ArrayStatistic. promptParameters(InstancesTable table)
Prompts the user for parameters.protected Properties
Binning. promptParameters(InstancesTablePopupMenuItemHelper.TableState state, boolean isColumn)
Prompts the user to configure the parameters.protected Properties
Histogram. promptParameters(InstancesTablePopupMenuItemHelper.TableState state, boolean isColumn)
Prompts the user to configure the parameters.protected Properties
JFreeChart. promptParameters(InstancesTablePopupMenuItemHelper.TableState state, boolean isColumn)
Prompts the user to configure the parameters.protected Properties
SimplePlot. promptParameters(InstancesTable table, boolean isColumn)
Prompts the user to configure the parameters. -
Uses of Properties in adams.gui.visualization.pdf
Fields in adams.gui.visualization.pdf declared as Properties Modifier and Type Field Description protected static Properties
PDFViewerPanel. m_Properties
the properties. -
Uses of Properties in adams.gui.visualization.spreadsheet
Fields in adams.gui.visualization.spreadsheet declared as Properties Modifier and Type Field Description protected static Properties
SpreadSheetExplorer. m_Properties
the properties.Methods in adams.gui.visualization.spreadsheet that return Properties Modifier and Type Method Description static Properties
SpreadSheetExplorer. getProperties()
Returns the properties that define the editor. -
Uses of Properties in adams.gui.visualization.timeseries
Methods in adams.gui.visualization.timeseries that return Properties Modifier and Type Method Description Properties
TimeseriesImportDatabaseDialog. getProperties(boolean usePrefix)
Returns the properties from all the pages. -
Uses of Properties in adams.gui.wizard
Methods in adams.gui.wizard that return Properties Modifier and Type Method Description abstract Properties
AbstractWizardPage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
AbstractWizardPane. getProperties(boolean usePrefix)
Returns the properties from all the pages.Properties
BranchSelectionPage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
FinalPage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
GenericObjectEditorPage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
ListPage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
ParameterPanelPage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
PropertySheetPanelPage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
SelectDirectoryPage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
SelectFilePage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
SelectMultipleDirectoriesPage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
SelectMultipleFilesPage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
StartPage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
TextAreaPage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
WekaPropertySheetPanelPage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
WekaSelectDatasetPage. getProperties()
Returns the content of the page (ie parameters) as properties.Properties
WekaSelectMultipleDatasetsPage. getProperties()
Returns the content of the page (ie parameters) as properties.Methods in adams.gui.wizard with parameters of type Properties Modifier and Type Method Description abstract void
AbstractWizardPage. setProperties(Properties value)
Sets the content of the page (ie parameters) as properties.void
AbstractWizardPane. setProperties(Properties props, boolean usePrefix)
Sets the properties of all the pages.void
BranchSelectionPage. setProperties(Properties value)
Does nothing.void
FinalPage. setProperties(Properties value)
Does nothing.void
GenericObjectEditorPage. setProperties(Properties value)
Sets the properties to base the properties on.void
ListPage. setProperties(Properties value)
Sets the content of the page (ie parameters) as properties.void
ParameterPanelPage. setProperties(Properties value)
Sets the parameters from the properties object.void
PropertySheetPanelPage. setProperties(Properties value)
Sets the properties to base the properties on.void
SelectDirectoryPage. setProperties(Properties value)
Sets the content of the page (ie parameters) as properties.void
SelectFilePage. setProperties(Properties value)
Sets the content of the page (ie parameters) as properties.void
SelectMultipleDirectoriesPage. setProperties(Properties value)
Sets the content of the page (ie parameters) as properties.void
SelectMultipleFilesPage. setProperties(Properties value)
Sets the content of the page (ie parameters) as properties.void
StartPage. setProperties(Properties value)
Does nothing.void
TextAreaPage. setProperties(Properties value)
Sets the content of the page (ie parameters) as properties.void
WekaPropertySheetPanelPage. setProperties(Properties value)
Sets the properties to base the properties on.void
WekaSelectDatasetPage. setProperties(Properties value)
Sets the content of the page (ie parameters) as properties.void
WekaSelectMultipleDatasetsPage. setProperties(Properties value)
Sets the content of the page (ie parameters) as properties. -
Uses of Properties in adams.opt.genetic
Methods in adams.opt.genetic that return Properties Modifier and Type Method Description protected Properties
AbstractClassifierBasedGeneticAlgorithm. storeSetup(weka.core.Instances data, AbstractGeneticAlgorithm.GeneticAlgorithmJob job)
Generates a Properties file that stores information on the setup of the genetic algorithm.protected Properties
DarkLord. storeSetup(weka.core.Instances data, AbstractGeneticAlgorithm.GeneticAlgorithmJob job)
Generates a Properties file that stores information on the setup of the genetic algorithm. -
Uses of Properties in adams.opt.genetic.setupupload
Methods in adams.opt.genetic.setupupload that return Properties Modifier and Type Method Description static Properties
AbstractSetupUpload. toProperties(Map<String,Object> setup)
Turns the setup map into a properties object. -
Uses of Properties in adams.opt.optimise.genetic
Methods in adams.opt.optimise.genetic that return Properties Modifier and Type Method Description protected Properties
AbstractGeneticAlgorithm. storeSetup(weka.core.Instances data)
Generates a Properties file that stores information on the setup of the genetic algorithm. -
Uses of Properties in adams.scripting
Fields in adams.scripting declared as Properties Modifier and Type Field Description protected Properties
ScriptingHelper. m_Properties
the properties. -
Uses of Properties in adams.scripting.command
Methods in adams.scripting.command that return Properties Modifier and Type Method Description protected Properties
AbstractCommand. assembleRequestHeader()
Assembles the request header.protected Properties
AbstractCommandWithResponse. assembleResponseHeader()
Assembles the response header.Methods in adams.scripting.command with parameters of type Properties Modifier and Type Method Description String
AbstractCommand. parse(Properties header)
Parses the header information.String
AbstractCommandWithResponse. parse(Properties header)
Parses the header information.String
RemoteCommand. parse(Properties header)
Parses the header information. -
Uses of Properties in adams.scripting.command.basic
Fields in adams.scripting.command.basic declared as Properties Modifier and Type Field Description protected Properties
SystemInfo. m_Info
the payload. -
Uses of Properties in adams.scripting.processor
Methods in adams.scripting.processor with parameters of type Properties Modifier and Type Method Description String
DefaultProcessor. format(Properties header, byte[] payload)
Turns the command properties and payload into a single string to send.String
JsonProcessor. format(Properties header, byte[] payload)
Turns the command properties and payload into a single string to send.String
RemoteCommandProcessor. format(Properties header, byte[] payload)
Turns the command properties and payload into a single string to send.
-