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 PropertiesNewInstance. m_Propertiesthe placeholders.protected static PropertiesPerformance. m_Propertiesthe properties.protected PropertiesPlaceholders. m_Propertiesthe properties.protected PropertiesPropertiesBasedEnumeration. m_Propertiesthe properties to use.Methods in adams.core that return Properties Modifier and Type Method Description PropertiesProperties. collapse()Collapses all the inherited and current properties into a single Properties object and returns it.static PropertiesProperties. fromComment(String comments)Re-generates a properties object that was commented out.PropertiesProperties. getClone()Returns a clone of the object.protected PropertiesPropertiesBasedEnumeration. getProperties()Returns the properties.protected static PropertiesProperties. loadURLs(Properties parent, String path)Loads the properties from URLs associated with the path.static PropertiesProperties. read(String name)Reads properties that inherit from several locations.static PropertiesProperties. read(String name, List<String> dirs)Reads properties that inherit from several locations.protected abstract PropertiesPropertiesBasedEnumeration. readProperties()Reads the properties from disk.PropertiesProperties. subset(BaseRegExp regexp)Returns a subset of all the keys that match the given regular expression.PropertiesProperties. subset(String prefix)Returns a subset of all the keys that match the given prefix.PropertiesPlaceholders. toProperties()Turns the global placeholders into a properties object.Methods in adams.core with parameters of type Properties Modifier and Type Method Description voidProperties. add(Properties props)Adds the key-value pairs stored in the specified properties to itself.voidProperties. add(Properties props, String prefix)Adds the key-value pairs stored in the specified properties to itself.protected voidPropertiesToCode. addClassStart(StringBuilder output, Properties props, List<String> keys)Adds the start of the enclosing "class" statement, including constants and member variables.protected voidPropertiesToCode. addMethod(StringBuilder output, Properties props, List<String> keys)Adds the method that returns the properties (and instantiates if necessary).intProperties. compareTo(Properties o)Compares this object with the specified object for order.StringPropertiesToCode. generate(Properties props)Turns the properties object into Java code.static booleanProperties. loadFromResource(Properties props, String resourceName)Loads the properties with the given name as a classpath resource.protected static PropertiesProperties. loadURLs(Properties parent, String path)Loads the properties from URLs associated with the path.voidProperties. mergeWith(Properties other)Merges its own data with the one provided by the specified object.protected TPropertiesBasedEnumeration. postProcess(T item, Properties props, String key)For post-processing an item.voidProperties. 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 PropertiesCronSchedule. m_Propertiesthe 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_Propertiesthe 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 PropertiesFileUtils. m_Propertiesthe properties.Methods in adams.core.io that return Properties Modifier and Type Method Description protected static PropertiesFileUtils. 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 PropertiesCharsetHelper. m_Propertiesthe properties.protected static PropertiesImplicitClassPathAugmenter. m_Propertiesthe properties.protected static PropertiesJVisualVM. m_Propertiesthe properties.protected PropertiesLocaleHelper. m_Propertiesthe properties.protected static PropertiesTerminal. m_Propertiesthe properties.protected PropertiesTimeZoneHelper. m_Propertiesthe properties.protected static PropertiesWine. m_Propertiesthe properties.Methods in adams.core.management that return Properties Modifier and Type Method Description protected static PropertiesImplicitClassPathAugmenter. getProperties()Returns the properties with the suggestions.static PropertiesJVisualVM. getProperties()Returns the properties.static PropertiesTerminal. getProperties()Returns the properties.protected static PropertiesWine. getProperties()Loads the properties on demand.Methods in adams.core.management with parameters of type Properties Modifier and Type Method Description static booleanTerminal. 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 PropertiesEmailAddressBook. m_Propertiesthe underlying properties.protected static PropertiesEmailHelper. m_Propertiesthe properties.protected PropertiesProxyHelper. m_Propertiesthe properties.protected static PropertiesSSLHelper. m_Propertiesthe properties.Methods in adams.core.net that return Properties Modifier and Type Method Description PropertiesEmailAddressBook. getProperties()Returns the properties, loads them if necessary.static PropertiesEmailHelper. getProperties()Returns the underlying properties.static PropertiesSSLHelper. getProperties()Returns the underlying properties.Methods in adams.core.net with parameters of type Properties Modifier and Type Method Description static booleanEmailHelper. writeProperties(Properties props)Writes the specified properties to disk.static booleanSSLHelper. 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 PropertiesConversion. m_Propertiesthe properties.protected static PropertiesOptionManager. m_Propertiesthe properties in use.protected static PropertiesOptionUtils. m_Propertiesthe properties in use.Methods in adams.core.option that return Properties Modifier and Type Method Description protected PropertiesConversion. getProperties()Returns the properties that define the editor.protected static PropertiesOptionManager. getProperties()Returns the properties file with the custom editors.protected static PropertiesOptionUtils. 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 PropertiesReport. toProperties()Turns the report into a properties object.Methods in adams.data.report with parameters of type Properties Modifier and Type Method Description static ReportReport. 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 PropertiesTesseractHelper. m_Propertiesthe properties. -
Uses of Properties in adams.data.timeseries
Fields in adams.data.timeseries declared as Properties Modifier and Type Field Description protected static PropertiesPeriodicityHelper. m_Propertiesthe properties.Methods in adams.data.timeseries that return Properties Modifier and Type Method Description protected static PropertiesPeriodicityHelper. 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 PropertiesDOMUtils. 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 booleanDOMUtils. 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 PropertiesAbstractDatabaseConnection. m_Propertiesthe properties for database access.protected static PropertiesAbstractDbBackend. m_Propertiesthe properties with the defaults.protected static PropertiesAbstractTable. m_Propertiesthe properties file.protected PropertiesConditions. m_Propertiesthe properties file.protected PropertiesDrivers. m_Propertiesthe properties for database access.protected PropertiesSequences. m_Propertiesthe properties.Fields in adams.db with type parameters of type Properties Modifier and Type Field Description protected static Map<Class,Properties>AbstractDatabaseConnection. m_PropertiesCacheMethods in adams.db that return Properties Modifier and Type Method Description PropertiesLogEntry. getMessageAsProperties()Returns the message as properties object.PropertiesAbstractDatabaseConnection. getProperties()Returns the properties, loads them on demand.protected static PropertiesAbstractDbBackend. getProperties()Returns the underlying properties.protected static PropertiesAbstractTable. getProperties()Returns the properties.protected PropertiesAbstractDatabaseConnection. readProperties()Reads the properties.Methods in adams.db with parameters of type Properties Modifier and Type Method Description voidLogEntry. 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 PropertiesAbstractEnvironment. 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 booleanAbstractEnvironment. 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 StringRestorableActorHelper. read(PlaceholderFile input, Properties props)Loads the state as properties from the specified file.static StringRestorableActorHelper. 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 PropertiesEnterManyValues. 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 SpreadSheetEnterManyValues. 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 PropertiesAbstractPropertiesAction. 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 PropertiesApplicationMenu. m_Propertiesthe properties read from the setup file.Methods in adams.gui.application that return Properties Modifier and Type Method Description PropertiesAbstractPropertiesPreferencesPanel. getPreferences()Returns the currently display preferences as a properties object.protected PropertiesApplicationMenu. getProperties()Returns the properties.protected PropertiesEmailSetupPanel. toProperties()Turns the parameters in the GUI into a properties object.protected PropertiesSSLSetupPanel. 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 voidAbstractPropertiesPreferencesPanel. 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 PropertiesBrowserHelper. m_Propertiesthe general properties.protected static PropertiesConsolePanel. m_Propertiesthe properties.protected static PropertiesFonts. m_Propertiesthe properties.protected static PropertiesGUIHelper. m_Propertiesthe properties.protected PropertiesGUIPrompt. m_Propertiesthe properties.protected static PropertiesMemoryMonitorPanel. m_PropertiesContains the properties.protected PropertiesStringFavorites. m_Propertiesthe properties.protected static PropertiesUISettings. m_Propertiesthe properties.protected PropertiesStringFavorites. m_TempPropertiesthe temporary favorites.Methods in adams.gui.core that return Properties Modifier and Type Method Description static PropertiesBrowserHelper. getProperties()Returns the properties that define the editor.static PropertiesConsolePanel. getProperties()Returns the syntax style definition.static PropertiesFonts. getProperties()Returns the properties in use.static PropertiesMemoryMonitorPanel. getProperties()Returns the properties that define the editor.PropertiesPropertiesParameterPanel. getProperties()Returns the currently display properties as a properties object.PropertiesPropertiesTableModel. getProperties()Returns the current content as properties.PropertiesStringFavorites. getProperties()Returns the properties of the favorites.protected static PropertiesUISettings. getProperties()Returns the properties in use.protected abstract PropertiesAbstractTextEditorPanelWithSimpleSyntaxHighlighting. getStyleProperties()Returns the syntax style definition.protected PropertiesBooleanExpressionEditorPanel. getStyleProperties()Returns the syntax style definition.protected PropertiesLookUpUpdateEditorPanel. getStyleProperties()Returns the syntax style definition.protected PropertiesMathematicalExpressionEditorPanel. getStyleProperties()Returns the syntax style definition.protected PropertiesSpreadSheetFormulaEditorPanel. getStyleProperties()Returns the syntax style definition.protected PropertiesSpreadSheetQueryEditorPanel. getStyleProperties()Returns the syntax style definition.protected PropertiesStringExpressionEditorPanel. getStyleProperties()Returns the syntax style definition.protected PropertiesStringFavorites. getTempProperties()Returns the properties of the temp favorites.protected PropertiesAbstractRecentItemsHandler. 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 voidStringFavorites. addFavorite(Properties props, Class cls, String data, String name)Adds a favorite for a class.protected static String[][]PropertiesTableModel. convert(Properties data)Turns the properties into key-value pairs.protected List<StringFavorites.StringFavorite>StringFavorites. getFavorites(Properties props, Class cls)Returns the favorites for the specified class.voidPropertiesParameterPanel. setProperties(Properties value)Sets the properties to base the properties on.voidStringFavorites. setProperties(Properties value)Sets the properties containing the favorites to use.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 PropertiesArrayStatistic. promptParameters(SpreadSheetTable table)Prompts the user for parameters.protected PropertiesBinning. promptParameters(SpreadSheetTable table, boolean isColumn)Prompts the user to configure the parameters.protected PropertiesCopySelectedFiles. promptParameters(SpreadSheetTable table)Prompts the user to configure the parameters.protected PropertiesHistogram. promptParameters(SpreadSheetTable table, boolean isColumn)Prompts the user to configure the parameters.protected PropertiesJFreeChart. promptParameters(SpreadSheetTable table, boolean isColumn)Prompts the user to configure the parameters.protected PropertiesPreviewSelectedFile. promptParameters(SpreadSheetTable table)Prompts the user to configure the parameters.protected PropertiesSimplePlot. 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 PropertiesPropertiesParameterDialog. getProperties()Returns the current properties from the underlyingPropertiesParameterPanel.Methods in adams.gui.dialog with parameters of type Properties Modifier and Type Method Description voidPropertiesParameterDialog. 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 PropertiesFlowControlCenterPanel. m_Propertiesthe properties.protected static PropertiesFlowEditorPanel. m_Propertiesthe general properties.protected static PropertiesFlowPanel. m_Propertiesthe properties.protected static PropertiesFlowRunnerPanel. m_Propertiesthe properties.protected static PropertiesFlowViewStateManager. m_Propertiesthe properties.protected static PropertiesFlowEditorPanel. m_PropertiesMenuthe menu properties.protected static PropertiesFlowEditorPanel. m_PropertiesTreePopupthe tree popup menu properties.protected static PropertiesFlowEditorPanel. m_PropertiesTreeQuickActionthe tree quick action menu properties.Methods in adams.gui.flow that return Properties Modifier and Type Method Description static PropertiesFlowPanel. getProperties()Returns the properties that define the editor.static PropertiesFlowRunnerPanel. getProperties()Returns the properties that define the editor.static PropertiesFlowViewStateManager. getProperties()Returns the properties that define the manager.static PropertiesFlowEditorPanel. getPropertiesEditor()Returns the properties that define the editor.static PropertiesFlowEditorPanel. getPropertiesMenu()Returns the properties that define the menu in the editor.static PropertiesFlowEditorPanel. getPropertiesTreePopup()Returns the properties for the tree popup menu.static PropertiesFlowEditorPanel. 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 PropertiesAbstractFlowEditorCheckBoxMenuItemAction. getProperties()Returns the underlying properties.protected PropertiesAbstractFlowEditorMenuItemAction. getProperties()Returns the underlying properties.protected PropertiesAbstractFlowEditorSubMenuAction. 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 PropertiesFlowTabManager. m_Propertiesthe properties.Methods in adams.gui.flow.tab that return Properties Modifier and Type Method Description static PropertiesFlowTabManager. 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 PropertiesActorSuggestion. m_Propertiesthe properties with the rules.protected PropertiesActorTemplateSuggestion. m_Propertiesthe properties with the rules.protected PropertiesExternalActorSuggestion. m_Propertiesthe 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 PropertiesActorHandlerSuggestion. m_Propertiesthe properties.protected static PropertiesSimpleSuggestion. m_Propertiesthe properties.Methods in adams.gui.flow.tree.actorswap that return Properties Modifier and Type Method Description protected static PropertiesActorHandlerSuggestion. getProperties()Returns the properties with the suggestions.protected static PropertiesSimpleSuggestion. 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 PropertiesAbstractTreePopupMenuItemAction. getProperties()Returns the underlying properties.protected PropertiesAbstractTreePopupSubMenuAction. 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 PropertiesAbstractTreeQuickMenuItemAction. 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 PropertiesEditors. m_BlacklistedClassesthe blacklisted classes.protected static PropertiesAbstractAdvancedScriptEditorWithTemplates. m_Propertiesthe general properties.protected static PropertiesAbstractSimpleScriptEditorWithTemplates. m_Propertiesthe general properties.protected PropertiesFavorites. m_Propertiesthe properties.protected PropertiesFavorites. m_TempPropertiesthe temporary favorites.Methods in adams.gui.goe that return Properties Modifier and Type Method Description protected static PropertiesEditors. getAvailableEditors()Generates the list of editors to register, based on the classes listed in the ClassLister.props file.protected static PropertiesEditors. getBlacklistedClasses()Returns the properties storing the blacklisted classes.protected static PropertiesEditors. getCustomEditors()Returns the properties file with the custom editors.static PropertiesAbstractAdvancedScriptEditorWithTemplates. getProperties()Returns the properties that define the editor.static PropertiesAbstractSimpleScriptEditorWithTemplates. getProperties()Returns the properties that define the editor.PropertiesFavorites. getProperties()Returns the properties of the favorites.protected PropertiesFavorites. getTempProperties()Returns the properties of the temp favorites.Methods in adams.gui.goe with parameters of type Properties Modifier and Type Method Description protected voidFavorites. 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.voidFavorites. 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 voidMakeCompatibleDatasets. 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 PropertiesAbstractScriptingDialog. m_Propertiesthe properties for scripting.protected PropertiesScriptingLogger. m_Propertiesthe properties.Methods in adams.gui.scripting that return Properties Modifier and Type Method Description protected abstract PropertiesAbstractScriptingEngine. getProperties()Provides access to the properties object.protected PropertiesScriptingEngine. getProperties()Provides access to the properties object.protected PropertiesScriptingTextEditorPanel. getStyleProperties()Returns the syntax style definition.protected PropertiesAbstractScriptingEngine. readProperties()Reads the properties.Methods in adams.gui.scripting with parameters of type Properties Modifier and Type Method Description protected voidSyntaxDocument. 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 PropertiesAbstractManagementPanelWithProperties. m_Propertiesthe underlying properties.protected static PropertiesLogEntryDatabaseViewerPanel. m_Propertiesthe properties.protected static PropertiesLogEntryViewerPanel. m_Propertiesthe properties.protected static PropertiesSpreadSheetViewerPanel. m_Propertiesthe properties.protected static PropertiesSpreadSheetViewerPanel. m_PropertiesMenuthe menu properties.Methods in adams.gui.tools that return Properties Modifier and Type Method Description protected abstract PropertiesAbstractManagementPanelWithProperties. getProperties()Returns the properties to work with.protected PropertiesEmailAddressBookPanel. getProperties()Returns the properties to work with.protected PropertiesFileChooserBookmarksManagementPanel. getProperties()Returns the properties to work with.static PropertiesLogEntryDatabaseViewerPanel. getProperties()Returns the properties that define the editor.static PropertiesLogEntryViewerPanel. getProperties()Returns the properties that define the editor.PropertiesPlaceholderManagementPanel.PlaceholderTableModel. getProperties()Returns the data as props structure.static PropertiesSpreadSheetViewerPanel. getProperties()Returns the properties that define the editor.static PropertiesSpreadSheetViewerPanel. getPropertiesMenu()Returns the properties that define the menu.Methods in adams.gui.tools with parameters of type Properties Modifier and Type Method Description protected voidPropertiesViewerPanel. 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 PropertiesPropertiesManager. m_Propertiesthe properties.protected static PropertiesSerializedObjectPanel. m_Propertiesthe properties.Methods in adams.gui.tools.previewbrowser that return Properties Modifier and Type Method Description static PropertiesPropertiesManager. getProperties()Returns the properties that define the editor.static PropertiesSerializedObjectPanel. 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 PropertiesAbstractSpreadSheetViewerCheckBoxMenuItemAction. getProperties()Returns the underlying properties.protected PropertiesAbstractSpreadSheetViewerMenuItemAction. getProperties()Returns the underlying properties.protected PropertiesAbstractSpreadSheetViewerSubMenuAction. 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 PropertiesViewerTabManager. m_Propertiesthe properties.Methods in adams.gui.tools.spreadsheetviewer.tab that return Properties Modifier and Type Method Description static PropertiesViewerTabManager. 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 PropertiesInvestigatorPanel. m_Propertiesthe properties.protected static PropertiesInvestigatorPanel. m_ShortcutPropertiesthe shortcut properties.Methods in adams.gui.tools.wekainvestigator that return Properties Modifier and Type Method Description static PropertiesInvestigatorPanel. getProperties()Returns the properties that define the investigator.static PropertiesInvestigatorPanel. 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 PropertiesAbstractEvaluation. 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 PropertiesExperimenterPanel. m_Propertiesthe properties.Methods in adams.gui.tools.wekamultiexperimenter that return Properties Modifier and Type Method Description static PropertiesExperimenterPanel. 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_PanelPropertiesthe setup for the panel.Methods in adams.gui.visualization.container that return Properties Modifier and Type Method Description PropertiesDataContainerPanel. 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 PropertiesImageViewerPanel. m_Propertiesthe properties.Methods in adams.gui.visualization.image that return Properties Modifier and Type Method Description static PropertiesImageViewerPanel. 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 voidMarkLocation. 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 PropertiesInstanceComparePanel. m_Propertiesthe properties.protected static PropertiesInstanceExplorer. m_Propertiesthe properties.Methods in adams.gui.visualization.instance that return Properties Modifier and Type Method Description static PropertiesInstanceComparePanel. getProperties()Returns the properties that define the editor.static PropertiesInstanceExplorer. 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 PropertiesArrayStatistic. promptParameters(InstancesTable table)Prompts the user for parameters.protected PropertiesBinning. promptParameters(InstancesTablePopupMenuItemHelper.TableState state, boolean isColumn)Prompts the user to configure the parameters.protected PropertiesHistogram. promptParameters(InstancesTablePopupMenuItemHelper.TableState state, boolean isColumn)Prompts the user to configure the parameters.protected PropertiesJFreeChart. promptParameters(InstancesTablePopupMenuItemHelper.TableState state, boolean isColumn)Prompts the user to configure the parameters.protected PropertiesSimplePlot. 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 PropertiesPDFViewerPanel. m_Propertiesthe 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 PropertiesSpreadSheetExplorer. m_Propertiesthe properties.Methods in adams.gui.visualization.spreadsheet that return Properties Modifier and Type Method Description static PropertiesSpreadSheetExplorer. 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 PropertiesTimeseriesImportDatabaseDialog. getProperties(boolean usePrefix)Returns the properties from all the pages. -
Uses of Properties in adams.gui.visualization.watermark
Methods in adams.gui.visualization.watermark that return Properties Modifier and Type Method Description static PropertiesDefault. getProperties()Returns the properties. -
Uses of Properties in adams.gui.wizard
Methods in adams.gui.wizard that return Properties Modifier and Type Method Description abstract PropertiesAbstractWizardPage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesAbstractWizardPane. getProperties(boolean usePrefix)Returns the properties from all the pages.PropertiesBranchSelectionPage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesFinalPage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesGenericObjectEditorPage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesListPage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesParameterPanelPage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesPropertySheetPanelPage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesSelectDirectoryPage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesSelectFilePage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesSelectMultipleDirectoriesPage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesSelectMultipleFilesPage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesStartPage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesTextAreaPage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesWekaPropertySheetPanelPage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesWekaSelectDatasetPage. getProperties()Returns the content of the page (ie parameters) as properties.PropertiesWekaSelectMultipleDatasetsPage. 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 voidAbstractWizardPage. setProperties(Properties value)Sets the content of the page (ie parameters) as properties.voidAbstractWizardPane. setProperties(Properties props, boolean usePrefix)Sets the properties of all the pages.voidBranchSelectionPage. setProperties(Properties value)Does nothing.voidFinalPage. setProperties(Properties value)Does nothing.voidGenericObjectEditorPage. setProperties(Properties value)Sets the properties to base the properties on.voidListPage. setProperties(Properties value)Sets the content of the page (ie parameters) as properties.voidParameterPanelPage. setProperties(Properties value)Sets the parameters from the properties object.voidPropertySheetPanelPage. setProperties(Properties value)Sets the properties to base the properties on.voidSelectDirectoryPage. setProperties(Properties value)Sets the content of the page (ie parameters) as properties.voidSelectFilePage. setProperties(Properties value)Sets the content of the page (ie parameters) as properties.voidSelectMultipleDirectoriesPage. setProperties(Properties value)Sets the content of the page (ie parameters) as properties.voidSelectMultipleFilesPage. setProperties(Properties value)Sets the content of the page (ie parameters) as properties.voidStartPage. setProperties(Properties value)Does nothing.voidTextAreaPage. setProperties(Properties value)Sets the content of the page (ie parameters) as properties.voidWekaPropertySheetPanelPage. setProperties(Properties value)Sets the properties to base the properties on.voidWekaSelectDatasetPage. setProperties(Properties value)Sets the content of the page (ie parameters) as properties.voidWekaSelectMultipleDatasetsPage. 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 PropertiesAbstractClassifierBasedGeneticAlgorithm. storeSetup(weka.core.Instances data, AbstractGeneticAlgorithm.GeneticAlgorithmJob job)Generates a Properties file that stores information on the setup of the genetic algorithm.protected PropertiesDarkLord. 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 PropertiesAbstractSetupUpload. 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 PropertiesAbstractGeneticAlgorithm. 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 PropertiesScriptingHelper. m_Propertiesthe properties. -
Uses of Properties in adams.scripting.command
Methods in adams.scripting.command that return Properties Modifier and Type Method Description protected PropertiesAbstractCommand. assembleRequestHeader()Assembles the request header.protected PropertiesAbstractCommandWithResponse. assembleResponseHeader()Assembles the response header.Methods in adams.scripting.command with parameters of type Properties Modifier and Type Method Description StringAbstractCommand. parse(Properties header)Parses the header information.StringAbstractCommandWithResponse. parse(Properties header)Parses the header information.StringRemoteCommand. 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 PropertiesSystemInfo. m_Infothe payload. -
Uses of Properties in adams.scripting.processor
Methods in adams.scripting.processor with parameters of type Properties Modifier and Type Method Description StringDefaultProcessor. format(Properties header, byte[] payload)Turns the command properties and payload into a single string to send.StringJsonProcessor. format(Properties header, byte[] payload)Turns the command properties and payload into a single string to send.StringRemoteCommandProcessor. format(Properties header, byte[] payload)Turns the command properties and payload into a single string to send.
-