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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfetchProperty(ItemInformation itemInformation) Fetch properties and put them back into the Hash table in the form editor.getPanel()voidnotifyChanges(FormEditor.EditNotify notifyType) abstract voidpropertyEnable(boolean enabled) voidpushProperty(ItemInformation itemInformation) Set the control content on the display
-
Field Details
-
formEditor
-
-
Constructor Details
-
PropertyPanel
-
-
Method Details
-
getPanel
-
addItem
-
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
-