public class EnumAdapter implements PropertyAdapter {
private TableEditor enumEditor = null;
public EnumAdapter() {
enumEditor = new ComboBoxEditor(new String[] { "center", "top", "bottom", "left", "right", "north", "south", "east", "west", "nothing", "dispose", "exit", "single", "single_interval", "multiple_interval"});
}