|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertiesTableModel | |
|---|---|
| com.atomikos.beans | |
| com.atomikos.swing | |
| Uses of PropertiesTableModel in com.atomikos.beans |
|---|
| Methods in com.atomikos.beans with parameters of type PropertiesTableModel | |
|---|---|
void |
TableComponent.deleteProperty(PropertiesTableModel table,
int index)
|
void |
TableComponent.editProperty(PropertiesTableModel table,
int index)
|
void |
TableComponent.newProperty(PropertiesTableModel table)
|
| Uses of PropertiesTableModel in com.atomikos.swing |
|---|
| Classes in com.atomikos.swing that implement PropertiesTableModel | |
|---|---|
class |
AbstractPropertiesTableModel
An abstract implementation of a properties table model. |
| Methods in com.atomikos.swing with parameters of type PropertiesTableModel | |
|---|---|
void |
PropertyListener.deleteProperty(PropertiesTableModel table,
int index)
Notification that the delete button was pressed, and thus the indicated property should be deleted from the table. |
void |
PropertyListener.editProperty(PropertiesTableModel table,
int index)
Notification that the edit button was pressed, and the user thus wishes to edit the currently selected property in the given table. |
void |
PropertyListener.newProperty(PropertiesTableModel table)
Notification that the new button was pressed, and the user thus wishes to insert a new property in the given table. |
| Constructors in com.atomikos.swing with parameters of type PropertiesTableModel | |
|---|---|
PropertiesPanel(PropertiesTableModel model)
Creates a new instance. |
|
PropertiesPanel(PropertiesTableModel model,
boolean readonly)
Creates a new instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||