Uses of Class
adams.core.base.AbstractBaseString
-
Packages that use AbstractBaseString Package Description adams.core adams.core.base adams.core.net adams.core.scripting adams.core.tags adams.data adams.db adams.flow.control adams.flow.core adams.gui.core adams.parser -
-
Uses of AbstractBaseString in adams.core
Subclasses of AbstractBaseString in adams.core Modifier and Type Class Description classByteFormatStringWrapper for byte format strings.classMicroSecondFormatStringWrapper for microsecond format strings.classSecondFormatStringWrapper for microsecond format strings.classVariableNameWrapper around the name of a variable (= string).classVariableNameNoUpdateWrapper around the name of a variable (= string).classVariableNameValuePairWrapper for a name/value pair of a variable. -
Uses of AbstractBaseString in adams.core.base
Subclasses of AbstractBaseString in adams.core.base Modifier and Type Class Description classArrayDimensionsFor defining dimensions for an array: eg [2] or [2][4][6] or [@{variable}].classAttributeTypeListWrapper for a comma-separated list of attribute types.classBaseAnnotationClass used for annotating actors in the flow.classBaseCharsetWrapper for aCharsetobject to be editable in the GOE.classBaseClassnameWrapper for a class name object to be editable in the GOE.classBaseCommandLineWrapper for a commandline object to be editable in the GOE.classBaseDimensionWrapper for aDimensionobject to be editable in the GOE.classBaseHostnameWrapper for internet hostnames.classBaseIntervalFor specifying mathematical intervals like (1;1.2] or [-3.1;7.8].classBaseKeyValuePairWrapper for a key/value pairs.classBaseListWrapper for a comma-separated list (String).classBaseMarkdownWrapper for a Markdown string to be editable in the GOE.classBasePasswordWrapper for a String object to be editable in the GOE.classBasePointDoubleWrapper for aPoint2D.Doubleobject to be editable in the GOE.classBasePointFloatWrapper for aPoint2D.Floatobject to be editable in the GOE.classBasePointIntWrapper for aPointobject (integers) to be editable in the GOE.classBaseRectangleWrapper for a rectangle object to be editable in the GOE.classBaseRegExpWrapper for a regular expression string to be editable in the GOE.classBaseStringWrapper for a String object to be editable in the GOE.classBaseTextWrapper for a String object to be editable in the GOE.classCronScheduleEncapsulates a cron schedule.classJsonPathExpressionEncapsulates a JSON Path expression.classLabeledRectangleWrapper for a rectangle object (with a label) to be editable in the GOE.classMat5ArrayDimensionsFor specifying the dimensions of a Matlab matrix.classMat5ArrayElementIndexFor specifying a matrix index (or matrix subset).classMatrixSubsetFor defining matrix subsets ', '. classMavenArtifactEncapsulates Maven artifacts.classMavenArtifactExclusionEncapsulates Maven artifact exclusions.classMavenRepositoryEncapsulates Maven repositories.classQuadrilateralLocationWrapper for a quadrilateral location object to be editable in the GOE.classRangedThresholdFor specifying thresholds for ranges.classXPathExpressionEncapsulates an XPath expression.classXSLTStyleSheetEncapsulates an XSLT Stylesheet. -
Uses of AbstractBaseString in adams.core.net
Subclasses of AbstractBaseString in adams.core.net Modifier and Type Class Description classEmailAddressWrapper for a regular expression string to be editable in the GOE. -
Uses of AbstractBaseString in adams.core.scripting
Subclasses of AbstractBaseString in adams.core.scripting Modifier and Type Class Description classGroovyScriptWrapper for a Groovy scripts to be editable in the GOE. -
Uses of AbstractBaseString in adams.core.tags
Subclasses of AbstractBaseString in adams.core.tags Modifier and Type Class Description classTagWrapper for a tag (key/value pair). -
Uses of AbstractBaseString in adams.data
Subclasses of AbstractBaseString in adams.data Modifier and Type Class Description classDateFormatStringWrapper for date/time formats.classDecimalFormatStringWrapper for decimal formats. -
Uses of AbstractBaseString in adams.db
Subclasses of AbstractBaseString in adams.db Modifier and Type Class Description classJdbcUrlEncapsulates a JDBC URL Performs some minimal checks.classSQLStatementWrapper for a SQL statement to be editable in the GOE. -
Uses of AbstractBaseString in adams.flow.control
Subclasses of AbstractBaseString in adams.flow.control Modifier and Type Class Description classStorageNameWrapper around the name of a storage item (= string).classVariableNameStorageNamePairWrapper for a variable name/storage name pair. -
Uses of AbstractBaseString in adams.flow.core
Subclasses of AbstractBaseString in adams.flow.core Modifier and Type Class Description classAbstractActorReferenceAncestor for actor references.classCallableActorReferenceWrapper around the name of a callable classifier (= string).classEventReferenceWrapper around the name of an event (= string).classTriggerableEventReferenceWrapper around the name of a triggerable event (= string). -
Uses of AbstractBaseString in adams.gui.core
Subclasses of AbstractBaseString in adams.gui.core Modifier and Type Class Description classAbstractAdvancedScriptAncestor for scripts with syntax highlighting in the GOE using theRSyntaxTextAreacomponent.classAbstractSimpleScriptAncestor for scripts with syntax highlighting in the GOE.classBaseShortcutWrapper for keyboard shortcuts. -
Uses of AbstractBaseString in adams.parser
Subclasses of AbstractBaseString in adams.parser Modifier and Type Class Description classBooleanExpressionTextWrapper for a String object to be editable in the GOE.classLookUpUpdateTextWrapper for a String object to be editable in the GOE.classMathematicalExpressionTextWrapper for a String object to be editable in the GOE.classSpreadSheetFormulaTextWrapper for a String object to be editable in the GOE.classSpreadSheetQueryTextWrapper for a String object to be editable in the GOE.classStringExpressionTextWrapper for a String object to be editable in the GOE.
-