Class EditorMailProps

All Implemented Interfaces:
IPropDesigner, ITooltipPropList, EventListener, IGProp<GProp<?>[]>, IPropCnr, Cloneable, IAdaptable

public class EditorMailProps extends MailProps implements IPropDesigner, ITooltipPropList
Editor version of the container that holds the required settings for the server to operate and initialize itself with.
  • Constructor Details

    • EditorMailProps

      public EditorMailProps()
      Creates the screen identification property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • EditorMailProps

      public EditorMailProps(Atom propertyAtom)
      Creates the screen identification property container with the specified name. All system-reserved names for components begins with "$".
      Parameters:
      propertyAtom - the name of the component, unique within it's parent.
  • Method Details

    • getDesigner

      public ServerConfigDesignerProp getDesigner()
      Gets the Designer Extension for Properties.
      Specified by:
      getDesigner in interface IPropDesigner
      Returns:
      The instance of the Designer Extension.
    • clone

      public EditorMailProps clone()
      Clone must be overridden.
      Overrides:
      clone in class MailProps
    • getTooltipPropertyList

      public List<TooltipItem> getTooltipPropertyList()
      Gets the list of property names that should be displayed.
      Specified by:
      getTooltipPropertyList in interface ITooltipPropList
      Returns:
      The list, or null for no tooltip.
    • verify

      public boolean verify(PropVerification verification)
      Verifies this property container. The check performed is the extension of classes and that no circular reference is present.
      Specified by:
      verify in interface IGProp<GProp<?>[]>
      Overrides:
      verify in class MailProps
      Parameters:
      verification - The property verification class.
      Returns:
      true if verification should proceed, false if disposed of and verification should not take place.