Class PanelEditor.ComboBoxItem

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ComboBoxItem​(java.lang.String n)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getName()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ComboBoxItem

        protected ComboBoxItem​(java.lang.String n)
    • Method Detail

      • getName

        protected java.lang.String getName()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object