Package com.cosylab.vdct.vdb
Class GUISeparator
- java.lang.Object
-
- com.cosylab.vdct.vdb.GUIHeader
-
- com.cosylab.vdct.vdb.GUISeparator
-
- All Implemented Interfaces:
InspectableProperty
public class GUISeparator extends GUIHeader
Insert the type's description here. Creation date: (12.1.2001 22:40:34)- Author:
- cosylab
-
-
Field Summary
-
Fields inherited from class com.cosylab.vdct.vdb.GUIHeader
defaultHeader, name, title, visibility
-
Fields inherited from interface com.cosylab.vdct.inspector.InspectableProperty
ALWAYS_VISIBLE, NEVER_VISIBLE, NON_DEFAULT_VISIBLE, UNDEFINED_VISIBILITY
-
-
Constructor Summary
Constructors Constructor Description GUISeparator(String title)
GUISeparator constructor comment.
-
Method Summary
-
Methods inherited from class com.cosylab.vdct.vdb.GUIHeader
allowsOtherValues, checkValueValidity, getDefaultHeader, getEditPattern, getGuiGroup, getHelp, getInitValue, getName, getSelectableValues, getToolTipText, getValue, getVisibility, hasDefaultValue, hasValidity, isEditable, isSeparator, isValid, popupEvent, setValue
-
-
-
-
Constructor Detail
-
GUISeparator
public GUISeparator(String title)
GUISeparator constructor comment.- Parameters:
title
- title
-
-