| Package | Description |
|---|---|
| org.tentackle.swing.rdc |
Swing rich desktop client API.
|
| Modifier and Type | Field and Description |
|---|---|
protected PdoEditDialog<T> |
PdoPanel.dialog
the enclosing
PdoEditDialog, null if none |
| Modifier and Type | Method and Description |
|---|---|
PdoEditDialog<T> |
DefaultGuiProvider.createDialog(Component comp,
boolean modal) |
PdoEditDialog<T> |
GuiProvider.createDialog(Component comp,
boolean modal)
Creates a new dialog to edit this object.
|
<T extends PersistentDomainObject<T>> |
PdoEditDialogPool.createPdoEditDialog(Component comp,
T pdo,
boolean modal)
Creates a new PdoEditDialog.
|
<T extends PersistentDomainObject<T>> |
PdoEditDialogFactory.createPdoEditDialog(Window owner,
T pdo,
boolean modal)
Creates a PDO edit dialog.
|
static <T extends PersistentDomainObject<T>> |
Rdc.createPdoEditDialog(Window owner,
T pdo,
boolean modal)
Creates a PDO edit dialog.
|
<T extends PersistentDomainObject<T>> |
DefaultPdoEditDialogFactory.createPdoEditDialog(Window owner,
T pdo,
boolean modal) |
<T extends PersistentDomainObject<T>> |
PdoEditDialogPool.getDialog(Class<T> objectClass,
boolean modal,
boolean changeable)
Checks whether an unused dialog can be used from the pool.
|
PdoEditDialog<T> |
PdoPanel.getPdoEditDialog()
Gets the parent PdoEditDialog.
|
<T extends PersistentDomainObject<T>> |
PdoEditDialogPool.isObjectBeingEdited(T object)
Determines whether a given object is currently being edited
by some other dialog.
|
<T extends PersistentDomainObject<T>> |
PdoEditDialogPool.isObjectBeingEdited(T object,
PdoEditDialog<T> exceptMe)
Determines whether a given object is currently being edited
by some other dialog.
|
<T extends PersistentDomainObject<T>> |
PdoEditDialogPool.isObjectBeingEdited(T object,
PdoEditDialog<T> exceptMe,
Comparator<? super PersistentDomainObject<?>> comp)
Determines whether a given object is currently being edited
by some other dialog.
|
<T extends PersistentDomainObject<T>> |
PdoEditDialogPool.useNonModalDialog(Component comp,
T object,
boolean changeable)
Gets a non-modal dialog ready for use.
|
<T extends PersistentDomainObject<T>> |
PdoEditDialogPool.useNonModalDialog(Component comp,
T pdo,
boolean changeable,
boolean noPersistence,
boolean disposeOnDeleteOrSave)
Gets a non-modal dialog ready for use.
|
<T extends PersistentDomainObject<T>> |
PdoEditDialogPool.useNonModalDialog(T object,
boolean changeable)
Gets a non-modal dialog ready for use.
|
<T extends PersistentDomainObject<T>> |
PdoEditDialogPool.useNonModalDialog(T object,
boolean changeable,
boolean disposeOnDeleteOrSave)
Gets a non-modal dialog ready for use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdoEditDialogPool.addDialog(PdoEditDialog<?> d)
Adds a dialog to the pool.
|
<T extends PersistentDomainObject<T>> |
PdoEditDialogPool.isObjectBeingEdited(T object,
PdoEditDialog<T> exceptMe)
Determines whether a given object is currently being edited
by some other dialog.
|
<T extends PersistentDomainObject<T>> |
PdoEditDialogPool.isObjectBeingEdited(T object,
PdoEditDialog<T> exceptMe,
Comparator<? super PersistentDomainObject<?>> comp)
Determines whether a given object is currently being edited
by some other dialog.
|
void |
PdoEditDialogPool.removeDialog(PdoEditDialog<?> d)
Removes a dialog from the pool.
|
void |
PdoPanel.setPdoEditDialog(PdoEditDialog<T> dialog)
Sets the parent
PdoEditDialog. |
Tentackle - a domain driven enterprise framework