Uses of Class
edu.kzoo.grid.gui.ColorChoiceDDMenu.ColorChoice

Packages that use ColorChoiceDDMenu.ColorChoice
edu.kzoo.grid.gui   
edu.kzoo.grid.gui.nuggets   
 

Uses of ColorChoiceDDMenu.ColorChoice in edu.kzoo.grid.gui
 

Fields in edu.kzoo.grid.gui declared as ColorChoiceDDMenu.ColorChoice
static ColorChoiceDDMenu.ColorChoice ColorChoiceDDMenu.RED
           
static ColorChoiceDDMenu.ColorChoice ColorChoiceDDMenu.ORANGE
           
static ColorChoiceDDMenu.ColorChoice ColorChoiceDDMenu.YELLOW
           
static ColorChoiceDDMenu.ColorChoice ColorChoiceDDMenu.GREEN
           
static ColorChoiceDDMenu.ColorChoice ColorChoiceDDMenu.BLUE
           
static ColorChoiceDDMenu.ColorChoice ColorChoiceDDMenu.INDIGO
           
static ColorChoiceDDMenu.ColorChoice ColorChoiceDDMenu.VIOLET
           
static ColorChoiceDDMenu.ColorChoice ColorChoiceDDMenu.WHITE
           
static ColorChoiceDDMenu.ColorChoice ColorChoiceDDMenu.GRAY
           
static ColorChoiceDDMenu.ColorChoice ColorChoiceDDMenu.BLACK
           
static ColorChoiceDDMenu.ColorChoice ColorChoiceDDMenu.RANDOM
           
static ColorChoiceDDMenu.ColorChoice ColorChoiceDDMenu.CUSTOM
           
static ColorChoiceDDMenu.ColorChoice[] ColorChoiceDDMenu.STANDARD_CHOICES
           
 

Methods in edu.kzoo.grid.gui that return ColorChoiceDDMenu.ColorChoice
static ColorChoiceDDMenu.ColorChoice ColorChoiceDDMenu.getChoice(java.lang.String name)
          Gets the color choice from STANDARD_CHOICES with the specified name.
 

Constructors in edu.kzoo.grid.gui with parameters of type ColorChoiceDDMenu.ColorChoice
ColorChoiceDDMenu(ColorChoiceDDMenu.ColorChoice startingColorChoice)
          Creates a color choice menu in which startingColorChoice is the selected one when the menu is created.
ColorChoiceDDMenu(ColorChoiceDDMenu.ColorChoice[] colorChoices, ColorChoiceDDMenu.ColorChoice startingColorChoice)
          Creates a color choice menu with the specified color choices and with startingColorChoice as the selected one when the menu is created.
ColorChoiceDDMenu(ColorChoiceDDMenu.ColorChoice[] colorChoices, ColorChoiceDDMenu.ColorChoice startingColorChoice)
          Creates a color choice menu with the specified color choices and with startingColorChoice as the selected one when the menu is created.
 

Uses of ColorChoiceDDMenu.ColorChoice in edu.kzoo.grid.gui.nuggets
 

Constructors in edu.kzoo.grid.gui.nuggets with parameters of type ColorChoiceDDMenu.ColorChoice
ColorChoiceMenu(java.lang.String label, ColorChoiceDDMenu.ColorChoice[] colorChoices, ColorChoiceDDMenu.ColorChoice defaultColor)
          Constructs a menu of color choices.
ColorChoiceMenu(java.lang.String label, ColorChoiceDDMenu.ColorChoice[] colorChoices, ColorChoiceDDMenu.ColorChoice defaultColor)
          Constructs a menu of color choices.
BGColorChoiceMenu(GridAppFrame gui, java.lang.String label, ColorChoiceDDMenu.ColorChoice[] colorChoices, ColorChoiceDDMenu.ColorChoice defaultColor)
          Constructs a menu of color choices for setting the background color of a grid.
BGColorChoiceMenu(GridAppFrame gui, java.lang.String label, ColorChoiceDDMenu.ColorChoice[] colorChoices, ColorChoiceDDMenu.ColorChoice defaultColor)
          Constructs a menu of color choices for setting the background color of a grid.