com.cosylab.vdct.vdb
Class VisibilityProperty

java.lang.Object
  extended by com.cosylab.vdct.vdb.NameValueInfoProperty
      extended by 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
VisibilityProperty(boolean visible)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisibilityProperty

public VisibilityProperty(boolean visible)
Parameters:
visible -
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 interface InspectableProperty
Overrides:
getVisibility in class NameValueInfoProperty
Returns:
int