Package com.iizigo.prop.editor
Class PanelAnimationPropEditor
- All Implemented Interfaces:
IThemeListener
,IEditedPropControllerOwner<IntProp,
,Integer> IEditedPropertyEntry<IntProp,
,Integer> IEditedPropertyEntryMultiProp<IntProp,
,Integer> IPropertyDefined
Panel animation property editor for the panels and UI actions.
- Author:
- Christopher Mindus
Field Summary
Fields inherited from class com.iizigo.prop.BaseEditor
appUI, combo, control, controller, definedButton, display, editor, focusListener, hasBeenModified, info, more, multipleValueWarningInput, options, parent, propController, shell, text, validator, wasDefinedAtFocusGained
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionprotected void
create()
Creates the property editor controls.formatValue
(Integer value) Never called.Gets the user input.Gets the default value: time.protected String
Gets the tooltip text to display in the entry fields (not the one for property errors or validator).protected Integer
Never called.protected void
onDoubleClick
(org.eclipse.swt.widgets.Event e) Called when mouse is double-clicked in the text or combobox.void
onMore()
Display the dialog box.void
Called when value is undefined.protected void
setInputValue
(Integer value) Sets the input value when editing, when formatting the value from a string.protected Integer
Always validated.Methods inherited from class com.iizigo.prop.BaseEditor
assignMaster, beginProcessEvent, canProcessEvents, checkInput, createCCombo, createControls, createGridLayout, createIzMenu, createMoreButton, createMoreIzMenu, createText, dispose, doUndefineIfEmpty, doValueChangeConversion, endProcessEvent, getBaseEditor, getCurrentValue, getCurrentValues, getModifyListener, getNativeToolTip, getOption, getSelectionListener, getSeverity, getShell, getToolTipText2, hasFocus, initialize, isPropReadOnly, onDefine, onDispose, onError, onF4List, onFocusGained, onFocusLost, onReadOnly, onThemeChanged, onUpdate, setColors, setCurrentValue, setEditable, setFocus, setInput, setInputValueFromProp, setToolTipText, showMenu, updateTooltip
Constructor Details
PanelAnimationPropEditor
public PanelAnimationPropEditor()
Method Details
create
protected void create()Creates the property editor controls.- Specified by:
create
in classBaseEditor<IntProp,
Integer>
onDoubleClick
protected void onDoubleClick(org.eclipse.swt.widgets.Event e) Called when mouse is double-clicked in the text or combobox. Overridden to check if Goto reference is enabled, and if so goes there.- Overrides:
onDoubleClick
in classBaseEditor<IntProp,
Integer>
onMore
public void onMore()Display the dialog box.- Overrides:
onMore
in classBaseEditor<IntProp,
Integer>
getToolTipText
Gets the tooltip text to display in the entry fields (not the one for property errors or validator).- Specified by:
getToolTipText
in classBaseEditor<IntProp,
Integer>
getCurrentInput
Gets the user input.- Specified by:
getCurrentInput
in interfaceIEditedPropControllerOwner<IntProp,
Integer> - Overrides:
getCurrentInput
in classBaseEditor<IntProp,
Integer>
getDefaultValue
Gets the default value: time.- Specified by:
getDefaultValue
in interfaceIEditedPropControllerOwner<IntProp,
Integer> - Specified by:
getDefaultValue
in classBaseEditor<IntProp,
Integer>
setInputValue
Sets the input value when editing, when formatting the value from a string. If the input is null, it means the same as setting an empty value.- Overrides:
setInputValue
in classBaseEditor<IntProp,
Integer> - Parameters:
value
- The value to set, null for empty.
validate
Always validated.- Overrides:
validate
in classBaseEditor<IntProp,
Integer> - Parameters:
input
- The user input.focusLost
- Flag for validation at focus lost resulting in e.g. removal of value for empty strings.- Returns:
- The value object or null to remove or un-define it.
getValue
Never called.- Specified by:
getValue
in classBaseEditor<IntProp,
Integer> - Parameters:
input
- The current user input.- Returns:
- The property value for the input, or null to un-define the property.
- Throws:
Exception
- For validation errors.
formatValue
Never called.- Specified by:
formatValue
in interfaceIEditedPropControllerOwner<IntProp,
Integer> - Specified by:
formatValue
in classBaseEditor<IntProp,
Integer> - Parameters:
value
- The value.- Returns:
- The formatted value.
onUndefined
public void onUndefined()Called when value is undefined.- Specified by:
onUndefined
in interfaceIEditedPropControllerOwner<IntProp,
Integer> - Overrides:
onUndefined
in classBaseEditor<IntProp,
Integer>