Uses of Class
loggerForms.formdesign.ControlTitle
Packages that use ControlTitle
Package
Description
-
Uses of ControlTitle in loggerForms.formdesign
Methods in loggerForms.formdesign that return ControlTitleModifier and TypeMethodDescriptionControlPropertySheet.getControlTitle()
FormEditDialog.getSelectedControl()
Methods in loggerForms.formdesign that return types with arguments of type ControlTitleMethods in loggerForms.formdesign with parameters of type ControlTitleModifier and TypeMethodDescriptionstatic BasePropertySet
ControlEditor.createControlPropertySet
(FormDescription formDescription, ControlTitle controlTitle) void
FormEditDialog.deleteControl
(ControlTitle controlTitle) Delete a controlSubformPropertySet.getItemPropertyPanel
(ControlTitle selTitle, UDColName propertyName) TimePropertySet.getItemPropertyPanel
(ControlTitle selTitle, UDColName propertyName) void
FormEditDialog.insertAbove
(ControlTitle controlTitle) Insert a new control above this onevoid
FormEditDialog.insertBelow
(ControlTitle controlTitle) Insert a new control below this onevoid
FormEditDialog.moveDown
(ControlTitle controlTitle) Move this control down in the list.void
FormEditDialog.moveUp
(ControlTitle controlTitle) Move this control up in the listvoid
FormEditDialog.setSelectedTitle
(ControlTitle controlTitle) Constructors in loggerForms.formdesign with parameters of type ControlTitleModifierConstructorDescriptionControlPropertySheet
(FormEditor formEditor, ControlTitle controlTitle) SubformPropertySet
(FormDescription formDescription, ControlTitle controlTitle) TimePropertySet
(FormDescription formDescription, ControlTitle controlTitle) -
Uses of ControlTitle in loggerForms.formdesign.controlpropsets
Methods in loggerForms.formdesign.controlpropsets with parameters of type ControlTitleModifier and TypeMethodDescriptionBasePropertySet.getItemPropertyPanel
(ControlTitle selTitle, UDColName propertyName) CharPropertySet.getItemPropertyPanel
(ControlTitle selTitle, UDColName propertyName) CheckBoxPropertySet.getItemPropertyPanel
(ControlTitle selTitle, UDColName propertyName) CounterPropertySet.getItemPropertyPanel
(ControlTitle selTitle, UDColName propertyName) LatLongPropertySet.getItemPropertyPanel
(ControlTitle selTitle, UDColName propertyName) LookupPropertySet.getItemPropertyPanel
(ControlTitle selTitle, UDColName propertyName) NMEAPropertySet.getItemPropertyPanel
(ControlTitle selTitle, UDColName propertyName) NullPropertySet.getItemPropertyPanel
(ControlTitle selTitle, UDColName propertyName) NumberPropertySet.getItemPropertyPanel
(ControlTitle selTitle, UDColName propertyName) SpacePropertySet.getItemPropertyPanel
(ControlTitle selTitle, UDColName propertyName) StaticPropertySet.getItemPropertyPanel
(ControlTitle selTitle, UDColName propertyName) Constructors in loggerForms.formdesign.controlpropsets with parameters of type ControlTitleModifierConstructorDescriptionBasePropertySet
(FormDescription formDescription, ControlTitle controlTitle) CharPropertySet
(FormDescription formDescription, ControlTitle controlTitle) CheckBoxPropertySet
(FormDescription formDescription, ControlTitle controlTitle) CounterPropertySet
(FormDescription formDescription, ControlTitle controlTitle) LatLongPropertySet
(FormDescription formDescription, ControlTitle controlTitle) LookupPropertySet
(FormDescription formDescription, ControlTitle controlTitle) NMEAPropertySet
(FormDescription formDescription, ControlTitle controlTitle) NullPropertySet
(FormDescription formDescription, ControlTitle controlTitle) NumberPropertySet
(FormDescription formDescription, ControlTitle controlTitle) SpacePropertySet
(FormDescription formDescription, ControlTitle controlTitle) StaticPropertySet
(FormDescription formDescription, ControlTitle controlTitle) -
Uses of ControlTitle in loggerForms.formdesign.itempanels
Methods in loggerForms.formdesign.itempanels that return ControlTitleConstructors in loggerForms.formdesign.itempanels with parameters of type ControlTitleModifierConstructorDescriptionBooleanCtrlColPanel
(ControlTitle controlTitle, UDColName propertyName) CtrlColPanel
(ControlTitle controlTitle, UDColName propertyName) FloatCtrlColPanel
(ControlTitle controlTitle, UDColName propertyName) IntegerCtlrColPanel
(ControlTitle controlTitle, UDColName propertyName, String hint) LUTTopicPanel
(ControlTitle controlTitle, UDColName propertyName) NMEACtrlPanel
(ControlTitle controlTitle, UDColName propertyName, int ctrlSelection) SubformTopicPanel
(FormDescription formDescription, ControlTitle controlTitle, UDColName propertyName) TextCtrlColPanel
(ControlTitle controlTitle, UDColName propertyName, int length) TitleCtrlColPanel
(ControlTitle controlTitle, UDColName propertyName, int length)