Class JFieldLabel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants, FieldStates
Direct Known Subclasses:
DLabel

public class JFieldLabel extends JLabel implements FieldStates
See Also:
  • Constructor Details

    • JFieldLabel

      public JFieldLabel(String text)
      Creates a JFieldLabel instance with the specified text. The label is for fields in a form
      Parameters:
      text - The text to be displayed by the label.
    • JFieldLabel

      public JFieldLabel()
  • Method Details

    • getPreferredSize

      public Dimension getPreferredSize()
      Overrides:
      getPreferredSize in class JComponent
    • getUIClassID

      public String getUIClassID()
      Overrides:
      getUIClassID in class JLabel
    • setState

      public void setState(int state)
    • getState

      public int getState()
    • setInfoText

      public void setInfoText(String txt)
    • getInfoText

      public String getInfoText()
    • setInDetailMode

      public void setInDetailMode(boolean mode)
    • isInDetailMode

      public boolean isInDetailMode()