public class ObjectListEditor<OBJECT>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
ObjectListEditor.ItemEditor<OBJECT>
Edit properties of object.
|
Constructor and Description |
---|
ObjectListEditor() |
Modifier and Type | Method and Description |
---|---|
boolean |
edit(java.awt.Component parent,
java.lang.String title,
java.util.ArrayList<OBJECT> objects,
ObjectListEditor.ItemEditor<OBJECT> editor,
MessageDialogs messageDialogs) |
public boolean edit(java.awt.Component parent, java.lang.String title, java.util.ArrayList<OBJECT> objects, ObjectListEditor.ItemEditor<OBJECT> editor, MessageDialogs messageDialogs)