Class LabelledComponent

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
OptionalLabelledComponent

public class LabelledComponent extends JPanel
See Also:
  • Constructor Details

    • LabelledComponent

      public LabelledComponent(String labelText, JComponent component)
  • Method Details

    • label

      public String label()
    • isUsingDefault

      public boolean isUsingDefault()
    • getPreferredLabelWidth

      public int getPreferredLabelWidth()
    • setLabelWidth

      public void setLabelWidth(int width)
    • setValue

      public void setValue(Object newValue)
    • getValue

      public String getValue()