Uses of Class
loggerForms.formdesign.FormEditor
Packages that use FormEditor
-
Uses of FormEditor in loggerForms.formdesign
Methods in loggerForms.formdesign that return FormEditorModifier and TypeMethodDescriptionControlPropertySheet.getFormEditor()
FormEditDialog.getFormEditor()
Methods in loggerForms.formdesign with parameters of type FormEditorModifier and TypeMethodDescriptionstatic ArrayList<ItemInformation>
FormEditDialog.showDialog
(FormEditor formEditor) Constructors in loggerForms.formdesign with parameters of type FormEditorModifierConstructorDescriptionControlPropertySheet
(FormEditor formEditor, ControlTitle controlTitle) -
Uses of FormEditor in loggerForms.formdesign.propertypanels
Constructors in loggerForms.formdesign.propertypanels with parameters of type FormEditorModifierConstructorDescriptionAutoAlertPanel
(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) OrderPanel
(FormEditor formEditor) 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)