Uses of Class
loggerForms.ItemInformation
Package
Description
-
Uses of ItemInformation in loggerForms
Modifier and TypeMethodDescriptionvoid
UDFError.add
(ItemInformation itDesc, String s) void
UDFErrors.add
(ItemInformation itDesc, String s) Modifier and TypeMethodDescriptionboolean
FormDescription.writeUDFTable
(ArrayList<ItemInformation> newFormItems) Write a totally new set of form data from the from design dialog back down into the UDF table.ModifierConstructorDescriptionItemDescription
(FormDescription formDescription, ItemInformation itemInformation) PropertyDescription
(FormDescription formDescription, ItemInformation itemInformation) ModifierConstructorDescriptionFormDescription
(FormDescription existingDescription, ArrayList<ItemInformation> itemInfos) Constructor for building a demo form during the design phase. -
Uses of ItemInformation in loggerForms.controlDescriptions
Modifier and TypeMethodDescriptionstatic ControlDescription
ControlDescription.makeCd
(FormDescription formDescription, ItemInformation itemInformation) ModifierConstructorDescriptionCdChar
(FormDescription formDescription, ItemInformation itemInformation) CdCheckbox
(FormDescription formDescription, ItemInformation itemInformation) CdCounter
(FormDescription formDescription, ItemInformation itemInformation) CdDouble
(FormDescription formDescription, ItemInformation itemInformation) CdInteger
(FormDescription formDescription, ItemInformation itemInformation) CdLatLong
(FormDescription formDescription, ItemInformation itemInformation) CdLatLongTime
(FormDescription formDescription, ItemInformation itemInformation) CdLookup
(FormDescription formDescription, ItemInformation itemInformation) CdNMEAChar
(FormDescription formDescription, ItemInformation itemInformation) CdNMEAFloat
(FormDescription formDescription, ItemInformation itemInformation) CdNMEAInt
(FormDescription formDescription, ItemInformation itemInformation) CdShort
(FormDescription formDescription, ItemInformation itemInformation) CdSingle
(FormDescription formDescription, ItemInformation itemInformation) CdSubForm
(FormDescription formDescription, ItemInformation itemInformation) CdTime
(FormDescription formDescription, ItemInformation itemInformation) CdTimestamp
(FormDescription formDescription, ItemInformation itemInformation) CdxHSpace
(FormDescription formDescription, ItemInformation itemInformation) CdxNewline
(FormDescription formDescription, ItemInformation itemInformation) CdxStatic
(FormDescription formDescription, ItemInformation itemInformation) CdxVSpace
(FormDescription formDescription, ItemInformation itemInformation) -
Uses of ItemInformation in loggerForms.formdesign
Modifier and TypeMethodDescriptionFormEditor.getFormProperty
(PropertyTypes propertyType) Get a specific property.ControlEditor.getItemDescription()
ControlTitle.getItemInformation()
Modifier and TypeMethodDescriptionFormEditor.getAllFormInformations()
Extracts a fresh list of all item informations from the dialog.FormEditor.getPropertyInformation()
static ArrayList<ItemInformation>
FormEditDialog.showDialog
(FormEditor formEditor) Modifier and TypeMethodDescriptionvoid
FormEditor.setFormProperty
(PropertyTypes propertyType, ItemInformation itemInformation) Set a form property.ModifierConstructorDescriptionControlTitle
(FormEditDialog formEditDialog, ItemInformation itemInformation) -
Uses of ItemInformation in loggerForms.formdesign.itempanels
Modifier and TypeMethodDescriptionboolean
BooleanCtrlColPanel.fetchProperty
(ItemInformation itemDescription) abstract boolean
CtrlColPanel.fetchProperty
(ItemInformation itemDescription) Fetch properties from the visible control back into the item description.boolean
FloatCtrlColPanel.fetchProperty
(ItemInformation itemDescription) boolean
IntegerCtlrColPanel.fetchProperty
(ItemInformation itemDescription) boolean
LUTTopicPanel.fetchProperty
(ItemInformation itemDescription) boolean
NMEACtrlPanel.fetchProperty
(ItemInformation itemDescription) boolean
SubformTopicPanel.fetchProperty
(ItemInformation itemDescription) boolean
TextCtrlColPanel.fetchProperty
(ItemInformation itemDescription) void
BooleanCtrlColPanel.pushProperty
(ItemInformation itemDescription) abstract void
CtrlColPanel.pushProperty
(ItemInformation itemDescription) Push properties from the item description onto the visible controlvoid
FloatCtrlColPanel.pushProperty
(ItemInformation itemDescription) void
IntegerCtlrColPanel.pushProperty
(ItemInformation itemDescription) void
LUTTopicPanel.pushProperty
(ItemInformation itemDescription) void
NMEACtrlPanel.pushProperty
(ItemInformation itemDescription) void
SubformTopicPanel.pushProperty
(ItemInformation itemDescription) void
TextCtrlColPanel.pushProperty
(ItemInformation itemDescription) -
Uses of ItemInformation in loggerForms.formdesign.propertypanels
Modifier and TypeMethodDescriptionAutoAlertPanel.fetchProperty
(ItemInformation itemInformation) BearingPanel.fetchProperty
(ItemInformation itemInformation) ColourPanel.fetchProperty
(ItemInformation itemInformation) FontPanel.fetchProperty
(ItemInformation itemInformation) HeadingPanel.fetchProperty
(ItemInformation itemInformation) HotkeyPanel.fetchProperty
(ItemInformation itemInformation) IntegerPanel.fetchProperty
(ItemInformation itemInformation) OrderPanel.fetchProperty
(ItemInformation itemInformation) PropertyPanel.fetchProperty
(ItemInformation itemInformation) Fetch properties and put them back into the Hash table in the form editor.RangePanel.fetchProperty
(ItemInformation itemInformation) SymbolPanel.fetchProperty
(ItemInformation itemInformation) TextPanel.fetchProperty
(ItemInformation itemInformation) XReferencePanel.fetchProperty
(ItemInformation itemInformation) Modifier and TypeMethodDescriptionstatic PamSymbol
SymbolPanel.createSymbol
(ItemInformation itemInformation) Create a PAMSymbol from a Symbol item informatoin.AutoAlertPanel.fetchProperty
(ItemInformation itemInformation) BearingPanel.fetchProperty
(ItemInformation itemInformation) ColourPanel.fetchProperty
(ItemInformation itemInformation) FontPanel.fetchProperty
(ItemInformation itemInformation) HeadingPanel.fetchProperty
(ItemInformation itemInformation) HotkeyPanel.fetchProperty
(ItemInformation itemInformation) IntegerPanel.fetchProperty
(ItemInformation itemInformation) OrderPanel.fetchProperty
(ItemInformation itemInformation) PropertyPanel.fetchProperty
(ItemInformation itemInformation) Fetch properties and put them back into the Hash table in the form editor.RangePanel.fetchProperty
(ItemInformation itemInformation) SymbolPanel.fetchProperty
(ItemInformation itemInformation) TextPanel.fetchProperty
(ItemInformation itemInformation) XReferencePanel.fetchProperty
(ItemInformation itemInformation) void
AutoAlertPanel.pushProperty
(ItemInformation itemInformation) void
BearingPanel.pushProperty
(ItemInformation itemInformation) void
ColourPanel.pushProperty
(ItemInformation itemInformation) void
FontPanel.pushProperty
(ItemInformation itemInformation) void
HeadingPanel.pushProperty
(ItemInformation itemInformation) void
HotkeyPanel.pushProperty
(ItemInformation itemInformation) void
IntegerPanel.pushProperty
(ItemInformation itemInformation) void
OrderPanel.pushProperty
(ItemInformation itemInformation) void
PropertyPanel.pushProperty
(ItemInformation itemInformation) Set the control content on the displayvoid
RangePanel.pushProperty
(ItemInformation itemInformation) void
SymbolPanel.pushProperty
(ItemInformation itemInformation) void
TextPanel.pushProperty
(ItemInformation itemInformation) void
XReferencePanel.pushProperty
(ItemInformation itemInformation)