public class ManagedFragment
extends java.lang.Object
| Constructor and Description |
|---|
ManagedFragment() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedFragment |
getInstance()
Returns an instance of ManagedFragment, to create managed dialogs.
|
<T> ManagedFragmentHandler<T> |
getManagedFragment(java.lang.Class<? extends T> type,
java.lang.String parentId,
java.lang.String componentId)
Creates a managed dialog.
|
static void |
initManagedFragment(org.jacpfx.api.launcher.Launcher<?> launcher)
initialize the JACPManaged dialog.
|
public static void initManagedFragment(org.jacpfx.api.launcher.Launcher<?> launcher)
launcher - The launcher object to recive new managed objectspublic static ManagedFragment getInstance()
public <T> ManagedFragmentHandler<T> getManagedFragment(java.lang.Class<? extends T> type, java.lang.String parentId, java.lang.String componentId)
T - the type of the requested managed fragmenttype - the class of the requested managed fragmentparentId - the perspectiveid when it is a componentcomponentId - the component / perspective idManagedFragmentHandler