Class BeanEditItem

java.lang.Object
jmri.jmrit.beantable.beanedit.BeanEditItem

public class BeanEditItem extends Object
Hold the information for each bean panel in a structured manner.
  • Field Details

  • Constructor Details

    • BeanEditItem

      public BeanEditItem(JComponent component, String description, String help)
      Create the item structure to be added. If the component and description are null, then the help text will be displayed across the width of the panel.
      Parameters:
      component - Optional Contains the item to be edited
      description - Optional Contains the text for the label that will be to the left of the component
      help - Optional Contains the help or hint text, that will be displayed to the right of the component
  • Method Details