Class HotkeyPanel
java.lang.Object
loggerForms.formdesign.propertypanels.PropertyPanel
loggerForms.formdesign.propertypanels.HotkeyPanel
- 
Field Summary
Fields inherited from class loggerForms.formdesign.propertypanels.PropertyPanel
formEditor - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfetchProperty(ItemInformation itemInformation) Fetch properties and put them back into the Hash table in the form editor.voidpropertyEnable(boolean enabled) voidpushProperty(ItemInformation itemInformation) Set the control content on the displayMethods inherited from class loggerForms.formdesign.propertypanels.PropertyPanel
addItem, getPanel, getPropertyType, getUseProperty, notifyChanges 
- 
Constructor Details
- 
HotkeyPanel
 
 - 
 - 
Method Details
- 
propertyEnable
public void propertyEnable(boolean enabled) - Specified by:
 propertyEnablein classPropertyPanel
 - 
pushProperty
Description copied from class:PropertyPanelSet the control content on the display- Overrides:
 pushPropertyin classPropertyPanel- Parameters:
 itemInformation-
 - 
fetchProperty
Description copied from class:PropertyPanelFetch properties and put them back into the Hash table in the form editor.- Overrides:
 fetchPropertyin classPropertyPanel- Parameters:
 itemInformation-- Returns:
 - true if successful, false if inconsistent or missing data.
 
 
 -