Class ArrayValueDefinition
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- adams.core.option.AbstractOptionHandler
-
- adams.flow.source.valuedefinition.AbstractValueDefinition
-
- adams.flow.source.valuedefinition.AbstractArrayValueDefinition
-
- adams.flow.source.valuedefinition.ArrayValueDefinition
-
- All Implemented Interfaces:
Destroyable
,GlobalInfoSupporter
,LoggingLevelHandler
,LoggingSupporter
,OptionHandler
,SizeOfHandler
,FlowContextHandler
,Serializable
public class ArrayValueDefinition extends AbstractArrayValueDefinition
Definition for generic array objects.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
m_ArrayClass, m_DefaultObjects
-
Fields inherited from class adams.flow.source.valuedefinition.AbstractValueDefinition
m_Display, m_Enabled, m_FlowContext, m_Help, m_Name
-
Fields inherited from class adams.core.option.AbstractOptionHandler
m_OptionManager
-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description ArrayValueDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BaseClassname
getDefaultArrayClass()
Returns the default super class.protected BaseString[]
getDefaultDefaultObjects()
Returns the default objects.String
globalInfo()
Returns a string describing the object.protected AbstractChooserPanel
newChooserPanel()
Instantiates the new chooser panel.-
Methods inherited from class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
addToPanel, arrayClassTipText, defaultObjectsTipText, defineOptions, getArrayClass, getDefaultObjects, getDefaultValueAsString, getType, headlessInteraction, requiresFlowContext, setArrayClass, setDefaultObjects, setDefaultValueAsString
-
Methods inherited from class adams.flow.source.valuedefinition.AbstractValueDefinition
canBeRestored, check, displayTipText, enabledTipText, getDisplay, getEnabled, getFlowContext, getHelp, getName, helpTipText, nameTipText, setDisplay, setEnabled, setFlowContext, setHelp, setName
-
Methods inherited from class adams.core.option.AbstractOptionHandler
cleanUpOptions, destroy, finishInit, getDefaultLoggingLevel, getOptionManager, initialize, loggingLevelTipText, newOptionManager, reset, setLoggingLevel, toCommandLine, toString
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel
-
-
-
-
Method Detail
-
globalInfo
public String globalInfo()
Returns a string describing the object.- Specified by:
globalInfo
in interfaceGlobalInfoSupporter
- Specified by:
globalInfo
in classAbstractOptionHandler
- Returns:
- a description suitable for displaying in the gui
-
getDefaultArrayClass
protected BaseClassname getDefaultArrayClass()
Returns the default super class.- Specified by:
getDefaultArrayClass
in classAbstractArrayValueDefinition
- Returns:
- the default
-
getDefaultDefaultObjects
protected BaseString[] getDefaultDefaultObjects()
Returns the default objects.- Specified by:
getDefaultDefaultObjects
in classAbstractArrayValueDefinition
- Returns:
- the default
-
newChooserPanel
protected AbstractChooserPanel newChooserPanel() throws Exception
Instantiates the new chooser panel.- Specified by:
newChooserPanel
in classAbstractArrayValueDefinition
- Returns:
- the panel
- Throws:
Exception
- if instantiation of panel fails
-
-