Class JLabelHpr

  • Direct Known Subclasses:
    RJMenuButtonHpr

    public class JLabelHpr
    extends JButtonOrLabelHpr
    This class is a simple RJButtonOrLabel subclass to support Ribs archival and to support Ribs unified accessor model.

    Copyright (c) 2004 ReportMill Software, Inc. All Rights Reserved. Contact ReportMill .

    • Constructor Detail

      • JLabelHpr

        public JLabelHpr()
    • Method Detail

      • newInstance

        public java.lang.Object newInstance​(RXElement anElement)
        Creates a new instance of class for given element.
        Overrides:
        newInstance in class RJHelper
      • getStringValue

        public java.lang.String getStringValue​(javax.swing.JComponent aComponent)
        Returns the label's text.
        Overrides:
        getStringValue in class RJHelper
      • setValue

        public void setValue​(javax.swing.JComponent aComponent,
                             java.lang.String aValue)
        Sets the label's text.
        Overrides:
        setValue in class RJHelper