Uses of Enum Class
loggerForms.PropertyTypes
-
Uses of PropertyTypes in loggerForms
Modifier and TypeMethodDescriptionPropertyDescription.getPropertyType()
static PropertyTypes
Returns the enum constant of this class with the specified name.static PropertyTypes[]
PropertyTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionFormDescription.findProperty
(PropertyTypes propertyType) FormsDataUnit.findTimeValue
(PropertyTypes timeProperty) Find one of the time property controls and get its value. -
Uses of PropertyTypes in loggerForms.formdesign
Modifier and TypeMethodDescriptionFormEditor.getFormProperty
(PropertyTypes propertyType) Get a specific property.FormEditor.makePropertyPanel
(PropertyTypes propertyType) Create the right type of panel for the given propertyvoid
FormEditor.setFormProperty
(PropertyTypes propertyType, ItemInformation itemInformation) Set a form property. -
Uses of PropertyTypes in loggerForms.formdesign.propertypanels
ModifierConstructorDescriptionAutoAlertPanel
(FormEditor formEditor, PropertyTypes propertyType) BearingPanel
(FormEditor formEditor, PropertyTypes propertyType) BooleanPanel
(FormEditor formEditor, PropertyTypes propertyType, String hint) ColourPanel
(FormEditor formEditor, PropertyTypes propertyType) FontPanel
(FormEditor formEditor, PropertyTypes propertyType) HeadingPanel
(FormEditor formEditor, PropertyTypes propertyType) HotkeyPanel
(FormEditor formEditor, PropertyTypes propertyType) IntegerPanel
(FormEditor formEditor, PropertyTypes propertyType, UDColName colName, String preText, String postText) NMEAPanel
(FormEditor formEditor, PropertyTypes propertyType) NotImplementedPanel
(FormEditor formEditor, PropertyTypes propertyType) PropertyPanel
(FormEditor formEditor, PropertyTypes propertyType) RangePanel
(FormEditor formEditor, PropertyTypes propertyType) SymbolPanel
(FormEditor formEditor, PropertyTypes propertyType) TextPanel
(FormEditor formEditor, PropertyTypes propertyType, UDColName colName, String preText, String postText) XReferencePanel
(FormEditor formEditor, PropertyTypes propertyType, ControlTypes controlType)