Class CtrlColPanel
java.lang.Object
loggerForms.formdesign.itempanels.CtrlColPanel
- Direct Known Subclasses:
 BooleanCtrlColPanel,FloatCtrlColPanel,IntegerCtlrColPanel,LUTTopicPanel,NMEACtrlPanel,SubformTopicPanel,TextCtrlColPanel
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract booleanfetchProperty(ItemInformation itemDescription) Fetch properties from the visible control back into the item description.abstract ComponentgetPanel()Get panel to display in larger ControlPropertySheetgetTitle()abstract voidpushProperty(ItemInformation itemDescription) Push properties from the item description onto the visible control 
- 
Field Details
- 
controlTitle
 - 
propertyName
 
 - 
 - 
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
 
 
 -