Class FComboBox<T>

All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, ListDataListener

public class FComboBox<T> extends JComboBox<T>
extends of JComboBox with Formiko colors.
Author:
Hydrolien
See Also:
  • Constructor Details

    • FComboBox

      public FComboBox()
      Constructors that use personalised color.
    • FComboBox

      public FComboBox(T[] t)
      Constructors that use personalised color.
  • Method Details

    • getFComboBox

      public static FComboBox<String> getFComboBox(Iterable gs, int defaultItem)
      Return a FComboBox with all the String in it.
      Parameters:
      gs - the GString where to find all the possibility
      defaultItem - the default select item.
    • getFComboBox

      public static FComboBox<String> getFComboBox(Iterable gs)
      Return a FComboBox with all the String in it.
      The default select item is the first one.
      Parameters:
      gs - the GString where to find all the possibility
    • getSelectedItemReminder

      public Object getSelectedItemReminder()
    • setSelectionBackground

      public boolean setSelectionBackground(Color color)
      setSelectionBackground to sub component of this FComboBox. return true if it work without catching Exception.
    • personalise

      public void personalise()
      personalise colors.