Package com.iizigo.push
Class VAPIDKeyPropEditor
- java.lang.Object
- com.iizigo.prop.BaseEditor<StringProp,java.lang.String>
- com.iizigo.prop.editor.StringPropEditor
- com.iizigo.push.VAPIDKeyPropEditor
 
 
 
- All Implemented Interfaces:
- IEditedPropControllerOwner<StringProp,java.lang.String>,- IEditedPropertyEntry<StringProp,java.lang.String>,- IEditedPropertyEntryMultiProp<StringProp,java.lang.String>,- IPropertyDefined
 - public class VAPIDKeyPropEditor extends StringPropEditor The VAPIDKeyPropEditor property editor consists of a simple entry field (private key) along with a second (public key).- Author:
- Christopher Mindus
 
- Field Summary- Fields inherited from class com.iizigo.prop.editor.StringPropEditor- descr
 - 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- Constructors - Constructor - Description - VAPIDKeyPropEditor()Default constructor called before createControls.
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - protected void- create()Creates the property editor controls.- Methods inherited from class com.iizigo.prop.editor.StringPropEditor- doUndefineIfEmpty, formatValue, getDefaultValue, getToolTipText, getToolTipText2, getValue, parseOptions
 - Methods inherited from class com.iizigo.prop.BaseEditor- assignMaster, beginProcessEvent, canProcessEvents, checkInput, createCCombo, createControls, createGridLayout, createIzMenu, createMoreButton, createMoreIzMenu, createText, dispose, doValueChangeConversion, endProcessEvent, getBaseEditor, getCurrentInput, getCurrentValue, getCurrentValues, getModifyListener, getNativeToolTip, getOption, getSelectionListener, getSeverity, getShell, hasFocus, initialize, isPropReadOnly, onDefine, onDispose, onDoubleClick, onError, onF4List, onFocusGained, onFocusLost, onMore, onReadOnly, onUndefined, onUpdate, setColors, setCurrentValue, setEditable, setFocus, setInput, setInputValue, setInputValueFromProp, setToolTipText, showMenu, updateTooltip, validate
 
 
- Method Detail- create- protected void create() Creates the property editor controls.- Overrides:
- createin class- StringPropEditor