Class BeanEditItem


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

      Fields 
      Modifier and Type Field Description
      (package private) javax.swing.JComponent component  
      (package private) java.lang.String description  
      (package private) java.lang.String help  
    • Constructor Summary

      Constructors 
      Constructor Description
      BeanEditItem​(javax.swing.JComponent component, java.lang.String description, java.lang.String help)
      Create the item structure to be added.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JComponent getComponent()  
      java.lang.String getDescription()  
      java.lang.String getHelp()  
      • Methods inherited from class java.lang.Object

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

      • BeanEditItem

        public BeanEditItem​(javax.swing.JComponent component,
                            java.lang.String description,
                            java.lang.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