Class FrameComponent

  • Direct Known Subclasses:
    Frame, FrameLeaf

    public class FrameComponent
    extends java.lang.Object
    Base class for components that can be included in Frame documents. Descendents currently include only FrameLeaf and Frame.
    • Constructor Summary

      Constructors 
      Constructor Description
      FrameComponent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Attributes getAttributes()
      Get the attributes associated with this FrameComponent.
      void setAttributes​(Attributes s)
      Set the attributes (replacing any previous ones) assocated with this Frame component.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FrameComponent

        public FrameComponent()
    • Method Detail

      • setAttributes

        public void setAttributes​(Attributes s)
        Set the attributes (replacing any previous ones) assocated with this Frame component. Default implementation does nothing since attributes are not supported by default.
        Parameters:
        s - -
      • getAttributes

        public Attributes getAttributes()
        Get the attributes associated with this FrameComponent.
        Returns:
        The set of attributes associated with this FrameComponent. This method may return "null" to indicate there are no attributes. It could however return an empty Attribute set depending on the implementation.