public class SimpleTable extends java.lang.Object implements ChangeableText.TextListener
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleTable.Key |
static class |
SimpleTable.Section |
static class |
SimpleTable.TableEntry |
static class |
SimpleTable.Value |
| Constructor and Description |
|---|
SimpleTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllListeners() |
javax.swing.JPanel |
createTable(java.util.List<SimpleTable.Section> sections) |
void |
removeAllListeners() |
void |
textChanged(ChangeableText text) |
public javax.swing.JPanel createTable(java.util.List<SimpleTable.Section> sections)
public void textChanged(ChangeableText text)
textChanged in interface ChangeableText.TextListenerpublic void addAllListeners()
public void removeAllListeners()