Class Application

  • All Implemented Interfaces:
    EventListener, IGProp<GProp<?>[]>, IPropCnr, java.lang.Cloneable

    public class Application
    extends PropCnr
    The application property container holds all information about a single application.
    Author:
    Christopher Mindus
    • Constructor Detail

      • Application

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

        public Application​(Atom propertyAtom)
        Creates the application property container with the specified name. All system-reserved names for components begins with "$".
        Parameters:
        propertyAtom - the name of the application, unique within it's parent.