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, wasDefinedAtFocusGained
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- protected void- create()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.- void- onMore()Display the dialog box.- voidCalled when value is undefined.- protected void- setInputValue- (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- PanelAnimationPropEditorpublic PanelAnimationPropEditor()
 
- Method Details- createprotected void create()Creates the property editor controls.- Specified by:
- createin class- BaseEditor<IntProp,- Integer> 
 
- onDoubleClickCalled 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 class- BaseEditor<IntProp,- Integer> 
 
- onMorepublic void onMore()Display the dialog box.- Overrides:
- onMorein class- BaseEditor<IntProp,- Integer> 
 
- getToolTipTextGets the tooltip text to display in the entry fields (not the one for property errors or validator).- Specified by:
- getToolTipTextin class- BaseEditor<IntProp,- Integer> 
 
- getCurrentInputGets the user input.- Specified by:
- getCurrentInputin interface- IEditedPropControllerOwner<IntProp,- Integer> 
- Overrides:
- getCurrentInputin class- BaseEditor<IntProp,- Integer> 
 
- getDefaultValueGets the default value: time.- Specified by:
- getDefaultValuein interface- IEditedPropControllerOwner<IntProp,- Integer> 
- Specified by:
- getDefaultValuein class- BaseEditor<IntProp,- Integer> 
 
- setInputValueSets 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 class- BaseEditor<IntProp,- Integer> 
- Parameters:
- value- The value to set, null for empty.
 
- validateAlways validated.- Overrides:
- validatein class- BaseEditor<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.
 
- getValueNever called.- Specified by:
- getValuein class- BaseEditor<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.
 
- formatValueNever called.- Specified by:
- formatValuein interface- IEditedPropControllerOwner<IntProp,- Integer> 
- Specified by:
- formatValuein class- BaseEditor<IntProp,- Integer> 
- Parameters:
- value- The value.
- Returns:
- The formatted value.
 
- onUndefinedpublic void onUndefined()Called when value is undefined.- Specified by:
- onUndefinedin interface- IEditedPropControllerOwner<IntProp,- Integer> 
- Overrides:
- onUndefinedin class- BaseEditor<IntProp,- Integer>