public class SimpleTable extends 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() |
JPanel |
createTable(List<SimpleTable.Section> sections) |
void |
removeAllListeners() |
void |
textChanged(ChangeableText text) |
public JPanel createTable(List<SimpleTable.Section> sections)
public void textChanged(ChangeableText text)
textChanged in interface ChangeableText.TextListenerpublic void addAllListeners()
public void removeAllListeners()
Copyright © 2012. All Rights Reserved.