Class VAPIDKeyPropEditor

All Implemented Interfaces:
IThemeListener, IEditedPropControllerOwner<StringProp,String>, IEditedPropertyEntry<StringProp,String>, IEditedPropertyEntryMultiProp<StringProp,String>, IPropertyDefined, IDisposedPart

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
  • Constructor Details

    • VAPIDKeyPropEditor

      public VAPIDKeyPropEditor()
      Default constructor called before createControls.
  • Method Details

    • create

      protected void create()
      Creates the property editor controls.
      Overrides:
      create in class StringPropEditor