![]() |
Gridarta Editor
|
Public Member Functions | |
void | editPlugins () |
PluginManagerFactory (@NotNull final Component parent, @NotNull final PluginController< G, A, R > pluginController, @NotNull final PluginModel< G, A, R > pluginModel, @NotNull final PluginParameterViewFactory< G, A, R > pluginParameterViewFactory, @NotNull final ResourceIcons resourceIcons) | |
Creates a new instance. More... | |
void | setAction (@NotNull final Action action, @NotNull final String name) |
Sets the Action instance for this editor action. More... | |
Private Attributes | |
final Component | parent |
The parent Component to center the editor window on. More... | |
final PluginController< G, A, R > | pluginController |
PluginManager< G, A, R > | pluginManager |
final PluginModel< G, A, R > | pluginModel |
final PluginParameterViewFactory< G, A, R > | pluginParameterViewFactory |
final ResourceIcons | resourceIcons |
The ResourceIcons for creating icons. More... | |
final Object | sync = new Object() |
The synchronization object. More... | |
Definition at line 35 of file PluginManagerFactory.java.
net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.PluginManagerFactory | ( | @NotNull final Component | parent, |
@NotNull final PluginController< G, A, R > | pluginController, | ||
@NotNull final PluginModel< G, A, R > | pluginModel, | ||
@NotNull final PluginParameterViewFactory< G, A, R > | pluginParameterViewFactory, | ||
@NotNull final ResourceIcons | resourceIcons | ||
) |
Creates a new instance.
parent | the parent component to center the editor window on |
resourceIcons | the resource icons for creating icons |
Definition at line 72 of file PluginManagerFactory.java.
References net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.parent, net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.pluginController, net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.pluginModel, net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.pluginParameterViewFactory, and net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.resourceIcons.
void net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.editPlugins | ( | ) |
Definition at line 81 of file PluginManagerFactory.java.
References net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.parent, net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.pluginController, net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.pluginManager, net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.pluginModel, net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.pluginParameterViewFactory, net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.resourceIcons, net.sf.gridarta.gui.dialog.plugin.PluginManager< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.show(), and net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.sync.
void net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.setAction | ( | @NotNull final Action | action, |
@NotNull final String | name | ||
) |
Sets the Action instance for this editor action.
action | the action instance |
name | the name of the action |
Implements net.sf.gridarta.utils.EditorAction.
Definition at line 92 of file PluginManagerFactory.java.
|
private |
The parent Component to center the editor window on.
Definition at line 41 of file PluginManagerFactory.java.
Referenced by net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.editPlugins(), and net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.PluginManagerFactory().
|
private |
Definition at line 53 of file PluginManagerFactory.java.
Referenced by net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.editPlugins(), and net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.PluginManagerFactory().
|
private |
|
private |
Definition at line 56 of file PluginManagerFactory.java.
Referenced by net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.editPlugins(), and net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.PluginManagerFactory().
|
private |
Definition at line 59 of file PluginManagerFactory.java.
Referenced by net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.editPlugins(), and net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.PluginManagerFactory().
|
private |
The ResourceIcons for creating icons.
Definition at line 65 of file PluginManagerFactory.java.
Referenced by net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.editPlugins(), and net.sf.gridarta.gui.dialog.plugin.PluginManagerFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.PluginManagerFactory().
|
private |
The synchronization object.
Definition at line 47 of file PluginManagerFactory.java.