public class PlatformSelectorDialog extends ComponentSelectorDialog
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.service.types.cms.ICMSComponentListener |
cmslistener
The registered cms listener.
|
protected javax.swing.JList |
pllist |
protected java.util.Map<jadex.bridge.IComponentIdentifier,jadex.bridge.IComponentIdentifier> |
valmap
The value mappings.
|
aborted, access, cmshandler, comptree, iconcache, icons, jccaccess, list, newaid, ok, parent, prophandler, remove, removeall, select, sels, singleselection| Constructor and Description |
|---|
PlatformSelectorDialog(java.awt.Component parent,
jadex.bridge.IExternalAccess access,
jadex.bridge.IExternalAccess jccaccess,
CMSUpdateHandler cmshandler,
PropertyUpdateHandler prophandler,
ComponentIconCache iconcache)
Create a new AgentSelectorDialog.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addPlatform(jadex.bridge.service.types.remote.IProxyAgentService ser) |
protected javax.swing.JComponent |
createTreeView()
Create the tree view.
|
protected void |
disposeTreeView() |
protected java.lang.String |
getDialogName() |
protected java.lang.String |
getSelectedListName() |
protected jadex.bridge.IComponentIdentifier |
getSelectedObject() |
protected java.lang.String |
getTreeViewName() |
protected boolean |
isTreeViewSelectionEmpty() |
addSelected, addSelectedAgent, createDialog, selectAgent, selectAgentsprotected javax.swing.JList pllist
protected java.util.Map<jadex.bridge.IComponentIdentifier,jadex.bridge.IComponentIdentifier> valmap
protected jadex.bridge.service.types.cms.ICMSComponentListener cmslistener
public PlatformSelectorDialog(java.awt.Component parent,
jadex.bridge.IExternalAccess access,
jadex.bridge.IExternalAccess jccaccess,
CMSUpdateHandler cmshandler,
PropertyUpdateHandler prophandler,
ComponentIconCache iconcache)
protected javax.swing.JComponent createTreeView()
createTreeView in class ComponentSelectorDialogprotected void addPlatform(jadex.bridge.service.types.remote.IProxyAgentService ser)
protected void disposeTreeView()
disposeTreeView in class ComponentSelectorDialogprotected boolean isTreeViewSelectionEmpty()
isTreeViewSelectionEmpty in class ComponentSelectorDialogprotected jadex.bridge.IComponentIdentifier getSelectedObject()
getSelectedObject in class ComponentSelectorDialogprotected java.lang.String getDialogName()
getDialogName in class ComponentSelectorDialogprotected java.lang.String getTreeViewName()
getTreeViewName in class ComponentSelectorDialogprotected java.lang.String getSelectedListName()
getSelectedListName in class ComponentSelectorDialog