Uses of Class
loggerForms.formdesign.ControlTitle
Package
Description
-
Uses of ControlTitle in loggerForms.formdesign
Modifier and TypeMethodDescriptionControlPropertySheet.getControlTitle()
FormEditDialog.getSelectedControl()
Modifier 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) ModifierConstructorDescriptionControlPropertySheet
(FormEditor formEditor, ControlTitle controlTitle) SubformPropertySet
(FormDescription formDescription, ControlTitle controlTitle) TimePropertySet
(FormDescription formDescription, ControlTitle controlTitle) -
Uses of ControlTitle in loggerForms.formdesign.controlpropsets
Modifier 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) ModifierConstructorDescriptionBasePropertySet
(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
ModifierConstructorDescriptionBooleanCtrlColPanel
(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)