Package com.cosylab.vdct.vdb
Class MacroDescriptionProperty
- java.lang.Object
-
- com.cosylab.vdct.vdb.MacroDescriptionProperty
-
- All Implemented Interfaces:
InspectableProperty
public class MacroDescriptionProperty extends Object implements InspectableProperty
Insert the type's description here.- Author:
- Matej Sekoranja
-
-
Field Summary
-
Fields inherited from interface com.cosylab.vdct.inspector.InspectableProperty
ALWAYS_VISIBLE, NEVER_VISIBLE, NON_DEFAULT_VISIBLE, UNDEFINED_VISIBILITY
-
-
Constructor Summary
Constructors Constructor Description MacroDescriptionProperty(VDBMacro macro)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowsOtherValues()Insert the method's description here.StringcheckValueValidity(String value)Returns null if this value is valid, else the error message.PatterngetEditPattern()Insert the method's description here.IntegergetGuiGroup()Returns the gui group index as an Integer or null if no gui group info available.StringgetHelp()Insert the method's description here.StringgetInitValue()Insert the method's description here.StringgetName()Insert the method's description here.String[]getSelectableValues()Insert the method's description here.StringgetToolTipText()Insert the method's description here.StringgetValue()Insert the method's description here.intgetVisibility()Insert the method's description here.booleanhasDefaultValue()booleanhasValidity()booleanisEditable()Insert the method's description here.booleanisSeparator()Insert the method's description here.booleanisValid()Insert the method's description here.voidpopupEvent(Component component, int x, int y)Insert the method's description here.voidsetValue(String value)Insert the method's description here.StringtoString()String representation.
-
-
-
Constructor Detail
-
MacroDescriptionProperty
public MacroDescriptionProperty(VDBMacro macro)
Constructor- Parameters:
macro- macro
-
-
Method Detail
-
allowsOtherValues
public boolean allowsOtherValues()
Description copied from interface:InspectablePropertyInsert the method's description here. Creation date: (11.1.2001 21:34:58)- Specified by:
allowsOtherValuesin interfaceInspectableProperty- Returns:
- boolean
- See Also:
InspectableProperty.allowsOtherValues()
-
getEditPattern
public Pattern getEditPattern()
Description copied from interface:InspectablePropertyInsert the method's description here. Creation date: (11.1.2001 21:30:04)- Specified by:
getEditPatternin interfaceInspectableProperty- Returns:
- java.lang.String
- See Also:
InspectableProperty.getEditPattern()
-
getHelp
public String getHelp()
Description copied from interface:InspectablePropertyInsert the method's description here. Creation date: (26.1.2001 15:01:28)- Specified by:
getHelpin interfaceInspectableProperty- Returns:
- java.lang.String
- See Also:
InspectableProperty.getHelp()
-
getInitValue
public String getInitValue()
Description copied from interface:InspectablePropertyInsert the method's description here. Creation date: (11.1.2001 21:29:48)- Specified by:
getInitValuein interfaceInspectableProperty- Returns:
- java.lang.String
- See Also:
InspectableProperty.getInitValue()
-
getName
public String getName()
Description copied from interface:InspectablePropertyInsert the method's description here. Creation date: (11.1.2001 21:54:12)- Specified by:
getNamein interfaceInspectableProperty- Returns:
- java.lang.String
- See Also:
InspectableProperty.getName()
-
getSelectableValues
public String[] getSelectableValues()
Description copied from interface:InspectablePropertyInsert the method's description here. Creation date: (11.1.2001 21:36:10)- Specified by:
getSelectableValuesin interfaceInspectableProperty- Returns:
- java.lang.String[]
- See Also:
InspectableProperty.getSelectableValues()
-
getToolTipText
public String getToolTipText()
Description copied from interface:InspectablePropertyInsert the method's description here. Creation date: (11.1.2001 21:30:04)- Specified by:
getToolTipTextin interfaceInspectableProperty- Returns:
- java.lang.String
- See Also:
InspectableProperty.getToolTipText()
-
getValue
public String getValue()
Description copied from interface:InspectablePropertyInsert the method's description here. Creation date: (11.1.2001 21:29:48)- Specified by:
getValuein interfaceInspectableProperty- Returns:
- java.lang.String
- See Also:
InspectableProperty.getValue()
-
getVisibility
public int getVisibility()
Description copied from interface:InspectablePropertyInsert the method's description here. Creation date: (11.1.2001 21:30:04)- Specified by:
getVisibilityin interfaceInspectableProperty- Returns:
- int
- See Also:
InspectableProperty.getVisibility()
-
isEditable
public boolean isEditable()
Description copied from interface:InspectablePropertyInsert the method's description here. Creation date: (11.1.2001 21:28:51)- Specified by:
isEditablein interfaceInspectableProperty- Returns:
- boolean
- See Also:
InspectableProperty.isEditable()
-
isSeparator
public boolean isSeparator()
Description copied from interface:InspectablePropertyInsert the method's description here. Creation date: (11.1.2001 21:44:32)- Specified by:
isSeparatorin interfaceInspectableProperty- Returns:
- boolean
- See Also:
InspectableProperty.isSeparator()
-
isValid
public boolean isValid()
Description copied from interface:InspectablePropertyInsert the method's description here. Creation date: (11.1.2001 21:28:51)- Specified by:
isValidin interfaceInspectableProperty- Returns:
- boolean
- See Also:
InspectableProperty.isValid()
-
popupEvent
public void popupEvent(Component component, int x, int y)
Description copied from interface:InspectablePropertyInsert the method's description here. Creation date: (11.1.2001 21:30:04)- Specified by:
popupEventin interfaceInspectableProperty- Parameters:
component- java.awt.Componentx- xy- y- See Also:
InspectableProperty.popupEvent(Component, int, int)
-
setValue
public void setValue(String value)
Description copied from interface:InspectablePropertyInsert the method's description here. Creation date: (11.1.2001 21:30:04)- Specified by:
setValuein interfaceInspectableProperty- Parameters:
value- java.lang.String- See Also:
InspectableProperty.setValue(String)
-
toString
public String toString()
String representation.
-
hasDefaultValue
public boolean hasDefaultValue()
- Specified by:
hasDefaultValuein interfaceInspectableProperty- Returns:
- something
-
hasValidity
public boolean hasValidity()
- Specified by:
hasValidityin interfaceInspectableProperty- Returns:
- something
-
checkValueValidity
public String checkValueValidity(String value)
Description copied from interface:InspectablePropertyReturns null if this value is valid, else the error message.- Specified by:
checkValueValidityin interfaceInspectableProperty- Parameters:
value- value- Returns:
- something
-
getGuiGroup
public Integer getGuiGroup()
Description copied from interface:InspectablePropertyReturns the gui group index as an Integer or null if no gui group info available.- Specified by:
getGuiGroupin interfaceInspectableProperty- Returns:
- something
-
-