Package com.iizigo.prop.editor
Class PanelAnimationPropEditor
- All Implemented Interfaces:
IThemeListener,IEditedPropControllerOwner<IntProp,,Integer> IEditedPropertyEntry<IntProp,,Integer> IEditedPropertyEntryMultiProp<IntProp,,Integer> IPropertyDefined,IDisposedPart
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, wasDefinedAtFocusGainedConstructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionprotected voidcreate()Creates the property editor controls.formatValue(Integer value) Never called.Gets the user input.Gets the default value: time.protected StringGets the tooltip text to display in the entry fields (not the one for property errors or validator).protected IntegerNever called.protected voidCalled when mouse is double-clicked in the text or combobox.voidonMore()Display the dialog box.voidCalled when value is undefined.protected voidsetInputValue(Integer value) Sets the input value when editing, when formatting the value from a string.protected IntegerAlways 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, isDisposed, 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:
createin classBaseEditor<IntProp,Integer>
onDoubleClick
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:
onDoubleClickin classBaseEditor<IntProp,Integer>
onMore
public void onMore()Display the dialog box.- Overrides:
onMorein classBaseEditor<IntProp,Integer>
getToolTipText
Gets the tooltip text to display in the entry fields (not the one for property errors or validator).- Specified by:
getToolTipTextin classBaseEditor<IntProp,Integer>
getCurrentInput
Gets the user input.- Specified by:
getCurrentInputin interfaceIEditedPropControllerOwner<IntProp,Integer> - Overrides:
getCurrentInputin classBaseEditor<IntProp,Integer>
getDefaultValue
Gets the default value: time.- Specified by:
getDefaultValuein interfaceIEditedPropControllerOwner<IntProp,Integer> - Specified by:
getDefaultValuein 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:
setInputValuein classBaseEditor<IntProp,Integer> - Parameters:
value- The value to set, null for empty.
validate
Always validated.- Overrides:
validatein 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:
getValuein 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:
formatValuein interfaceIEditedPropControllerOwner<IntProp,Integer> - Specified by:
formatValuein classBaseEditor<IntProp,Integer> - Parameters:
value- The value.- Returns:
- The formatted value.
onUndefined
public void onUndefined()Called when value is undefined.- Specified by:
onUndefinedin interfaceIEditedPropControllerOwner<IntProp,Integer> - Overrides:
onUndefinedin classBaseEditor<IntProp,Integer>