Class TimeZoneEditor

  • All Implemented Interfaces:
    BindablePropertyEditor, java.beans.PropertyEditor

    public class TimeZoneEditor
    extends ConfiguratorEditorSupport
    TimeZone editor that lets the user choose any of the internal timezones, or the special timezones "Gateway Timezone" or "Client Timezone"
    • Constructor Detail

      • TimeZoneEditor

        public TimeZoneEditor()
    • Method Detail

      • initComponents

        protected void initComponents()
        Description copied from class: ConfiguratorEditorSupport
        This is where you can add your own components to the "panel" field. It has a box layout and the binding button will be added after this method is called.
        Specified by:
        initComponents in class ConfiguratorEditorSupport
      • setValue

        public void setValue​(java.lang.Object o)
        Specified by:
        setValue in interface java.beans.PropertyEditor
        Overrides:
        setValue in class java.beans.PropertyEditorSupport
      • getValue

        public java.lang.Object getValue()
        Specified by:
        getValue in interface java.beans.PropertyEditor
        Overrides:
        getValue in class java.beans.PropertyEditorSupport