Class CtrlColPanel
java.lang.Object
loggerForms.formdesign.itempanels.CtrlColPanel
- Direct Known Subclasses:
BooleanCtrlColPanel
,FloatCtrlColPanel
,IntegerCtlrColPanel
,LUTTopicPanel
,NMEACtrlPanel
,SubformTopicPanel
,TextCtrlColPanel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
fetchProperty
(ItemInformation itemDescription) Fetch properties from the visible control back into the item description.abstract Component
getPanel()
Get panel to display in larger ControlPropertySheetgetTitle()
abstract void
pushProperty
(ItemInformation itemDescription) Push properties from the item description onto the visible control
-
Constructor Details
-
CtrlColPanel
-
-
Method Details
-
getTitle
-
getPanel
Get panel to display in larger ControlPropertySheet- Returns:
- AWT component
-
pushProperty
Push properties from the item description onto the visible control- Parameters:
itemDescription
-
-
fetchProperty
Fetch properties from the visible control back into the item description.- Parameters:
itemDescription
-- Returns:
- true if sucessful, false if a problem.
-
getControlTitle
- Returns:
- the controlTitle
-