view
Interface EditToolbar.ChoiceWithIcon

All Known Implementing Classes:
EditToolbar.ColorChoice, EditToolbar.FishChoice
Enclosing class:
EditToolbar

private static interface EditToolbar.ChoiceWithIcon

Interface that unifies choices with icons (fish, color) so we can use one common renderer for both.


Method Summary
 javax.swing.Icon getIcon()
           
 void select()
          Callback if this choice was selected.
 

Method Detail

getIcon

javax.swing.Icon getIcon()

select

void select()
Callback if this choice was selected.