Class NMEACtrlPanel
java.lang.Object
loggerForms.formdesign.itempanels.CtrlColPanel
loggerForms.formdesign.itempanels.NMEACtrlPanel
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class loggerForms.formdesign.itempanels.CtrlColPanel
controlTitle, propertyName - 
Constructor Summary
ConstructorsConstructorDescriptionNMEACtrlPanel(ControlTitle controlTitle, UDColName propertyName, int ctrlSelection)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanfetchProperty(ItemInformation itemDescription) Fetch properties from the visible control back into the item description.getPanel()Get panel to display in larger ControlPropertySheetprotected voidvoidpushProperty(ItemInformation itemDescription) Push properties from the item description onto the visible controlMethods inherited from class loggerForms.formdesign.itempanels.CtrlColPanel
getControlTitle, getTitle 
- 
Field Details
- 
CTRL_MODULE
public static final int CTRL_MODULE- See Also:
 
 - 
CTRL_STRING
public static final int CTRL_STRING- See Also:
 
 - 
CTRL_FIELD
public static final int CTRL_FIELD- See Also:
 
 - 
CTRL_EXAMPLE
public static final int CTRL_EXAMPLE- See Also:
 
 - 
CTRL_ALL
public static final int CTRL_ALL- See Also:
 
 
 - 
 - 
Constructor Details
- 
NMEACtrlPanel
 
 - 
 - 
Method Details
- 
nmeaModuleSelection
protected void nmeaModuleSelection() - 
getPanel
Description copied from class:CtrlColPanelGet panel to display in larger ControlPropertySheet- Specified by:
 getPanelin classCtrlColPanel- Returns:
 - AWT component
 
 - 
pushProperty
Description copied from class:CtrlColPanelPush properties from the item description onto the visible control- Specified by:
 pushPropertyin classCtrlColPanel- Parameters:
 itemDescription-
 - 
fetchProperty
Description copied from class:CtrlColPanelFetch properties from the visible control back into the item description.- Specified by:
 fetchPropertyin classCtrlColPanel- Parameters:
 itemDescription-- Returns:
 - true if sucessful, false if a problem.
 
 
 -