Uses of Enum Class
loggerForms.PropertyTypes
Packages that use PropertyTypes
-
Uses of PropertyTypes in loggerForms
Methods in loggerForms that return PropertyTypesModifier 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.Methods in loggerForms with parameters of type PropertyTypesModifier 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
Methods in loggerForms.formdesign that return types with arguments of type PropertyTypesMethods in loggerForms.formdesign with parameters of type PropertyTypesModifier 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
Methods in loggerForms.formdesign.propertypanels that return PropertyTypesConstructors in loggerForms.formdesign.propertypanels with parameters of type PropertyTypesModifierConstructorDescriptionAutoAlertPanel
(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)