Class PropertyPanel
java.lang.Object
loggerForms.formdesign.propertypanels.PropertyPanel
- Direct Known Subclasses:
AutoAlertPanel
,BearingPanel
,BooleanPanel
,ColourPanel
,FontPanel
,HeadingPanel
,HotkeyPanel
,IntegerPanel
,NMEAPanel
,NotImplementedPanel
,OrderPanel
,RangePanel
,SymbolPanel
,TextPanel
,XReferencePanel
Base class for strips of information to go with each
property of a form
- Author:
- Doug
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfetchProperty
(ItemInformation itemInformation) Fetch properties and put them back into the Hash table in the form editor.getPanel()
void
notifyChanges
(FormEditor.EditNotify notifyType) abstract void
propertyEnable
(boolean enabled) void
pushProperty
(ItemInformation itemInformation) Set the control content on the display
-
Constructor Details
-
PropertyPanel
-
-
Method Details
-
getPanel
-
propertyEnable
public abstract void propertyEnable(boolean enabled) -
pushProperty
Set the control content on the display- Parameters:
itemInformation
-
-
fetchProperty
Fetch properties and put them back into the Hash table in the form editor.- Parameters:
itemInformation
-- Returns:
- true if successful, false if inconsistent or missing data.
-
getUseProperty
- Returns:
- the useProperty
-
getPropertyType
- Returns:
- the propertyType
-
notifyChanges
-