Class AppletConfiguration

    • Field Detail

      • applet

        protected java.applet.Applet applet
        Stores the wrapped applet.
    • Constructor Detail

      • AppletConfiguration

        public AppletConfiguration​(java.applet.Applet applet)
        Create an AppletConfiguration using the initialization parameters of the specified Applet.
        Parameters:
        applet - the applet
    • Method Detail

      • getKeysInternal

        protected java.util.Iterator<java.lang.String> getKeysInternal()
        Description copied from class: AbstractConfiguration
        Actually creates an iterator for iterating over the keys in this configuration. This method is called by getKeys(), it has to be defined by concrete subclasses.
        Specified by:
        getKeysInternal in class AbstractConfiguration
        Returns:
        an Iterator with all property keys in this configuration
      • getPropertyInternal

        protected java.lang.Object getPropertyInternal​(java.lang.String key)
        Description copied from class: AbstractConfiguration
        Actually obtains the value of the specified property. This method is called by getProperty(). Concrete subclasses must define it to fetch the value of the desired property.
        Specified by:
        getPropertyInternal in class AbstractConfiguration
        Parameters:
        key - the key of the property in question
        Returns:
        the (raw) value of this property