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