Class NMEACtrlPanel
java.lang.Object
loggerForms.formdesign.itempanels.CtrlColPanel
loggerForms.formdesign.itempanels.NMEACtrlPanel
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorDescriptionNMEACtrlPanel
(ControlTitle controlTitle, UDColName propertyName, int ctrlSelection) -
Method Summary
Modifier and TypeMethodDescriptionboolean
fetchProperty
(ItemInformation itemDescription) Fetch properties from the visible control back into the item description.getPanel()
Get panel to display in larger ControlPropertySheetvoid
pushProperty
(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
-
getPanel
Description copied from class:CtrlColPanel
Get panel to display in larger ControlPropertySheet- Specified by:
getPanel
in classCtrlColPanel
- Returns:
- AWT component
-
pushProperty
Description copied from class:CtrlColPanel
Push properties from the item description onto the visible control- Specified by:
pushProperty
in classCtrlColPanel
-
fetchProperty
Description copied from class:CtrlColPanel
Fetch properties from the visible control back into the item description.- Specified by:
fetchProperty
in classCtrlColPanel
- Returns:
- true if sucessful, false if a problem.
-