Package com.cosylab.vdct.vdb
Class VisibilityProperty
- java.lang.Object
-
- com.cosylab.vdct.vdb.NameValueInfoProperty
-
- com.cosylab.vdct.vdb.VisibilityProperty
-
- All Implemented Interfaces:
InspectableProperty
public class VisibilityProperty extends NameValueInfoProperty
- Author:
- ssah
-
-
Field Summary
-
Fields inherited from class com.cosylab.vdct.vdb.NameValueInfoProperty
name, value
-
Fields inherited from interface com.cosylab.vdct.inspector.InspectableProperty
ALWAYS_VISIBLE, NEVER_VISIBLE, NON_DEFAULT_VISIBLE, UNDEFINED_VISIBILITY
-
-
Constructor Summary
Constructors Constructor Description VisibilityProperty(boolean visible)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getVisibility()
Insert the method's description here.void
setVisible(boolean visible)
-
Methods inherited from class com.cosylab.vdct.vdb.NameValueInfoProperty
allowsOtherValues, checkValueValidity, getEditPattern, getGuiGroup, getHelp, getInitValue, getName, getSelectableValues, getToolTipText, getValue, hasDefaultValue, hasValidity, isEditable, isSeparator, isValid, popupEvent, setValue
-
-
-
-
Method Detail
-
setVisible
public void setVisible(boolean visible)
- Parameters:
visible
- the visible to set
-
getVisibility
public int getVisibility()
Description copied from class:NameValueInfoProperty
Insert the method's description here. Creation date: (11.1.2001 21:30:04)- Specified by:
getVisibility
in interfaceInspectableProperty
- Overrides:
getVisibility
in classNameValueInfoProperty
- Returns:
- int
-
-