gitzel.util

Class TableGUI.ChoiceEntry

Enclosing Class:
TableGUI
Implemented Interfaces:
TableGUI.TableEntry

public static class TableGUI.ChoiceEntry
extends JComboBox
implements TableGUI.TableEntry

A table entry that is a JComboBox

Constructor Summary

ChoiceEntry(String[] values)

Method Summary

String
getText()
TableGUI.TableEntry
otherInstance()
void
setText(String t)

Constructor Details

ChoiceEntry

public ChoiceEntry(String[] values)

Method Details

getText

public String getText()
Specified by:
getText in interface TableGUI.TableEntry

otherInstance

public TableGUI.TableEntry otherInstance()
Specified by:
otherInstance in interface TableGUI.TableEntry

setText

public void setText(String t)
Specified by:
setText in interface TableGUI.TableEntry