Class EditorServerAppConfig

    • Constructor Detail

      • EditorServerAppConfig

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

        public EditorServerAppConfig​(Atom propertyAtom)
        Creates the 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 Detail

      • getServerDirectory

        public java.io.File getServerDirectory()
        Gets the base server directory (current directory for server).
        Overrides:
        getServerDirectory in class ServerAppConfig
        Returns:
        The directory of the server.
      • getPossibleChildren

        public java.lang.Class<?>[] getPossibleChildren()
        Gets the acceptable children property classes that can be used in conjunction with e.g. a Paste operation.
        Specified by:
        getPossibleChildren in interface IPropCnr
        Overrides:
        getPossibleChildren in class PropCnr
        Returns:
        An array containing the classes of possible children, or null for no support.
      • getTooltipPropertyList

        public java.util.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.