Package jadex.base.gui
Class ComponentIdentifierDialog
- java.lang.Object
- 
- jadex.base.gui.ComponentIdentifierDialog
 
- 
 public class ComponentIdentifierDialog extends java.lang.ObjectDialog for component identifier.
- 
- 
Field SummaryFields Modifier and Type Field Description protected booleanabortedWas the dialog aborted?protected IExternalAccessaccessThe service provider.protected IComponentIdentifiercidThe component identifier.protected javax.swing.JDialogdiaThe dialog (created lazily).protected java.awt.ComponentparentThe parent component.
 - 
Constructor SummaryConstructors Constructor Description ComponentIdentifierDialog(java.awt.Component parent, IExternalAccess access)Create a new dialog.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JDialogcreateDialog(IComponentIdentifier def, IExternalAccess access)Create the dialog.IComponentIdentifiergetComponentIdentifier(IComponentIdentifier def)Open a modal dialog to select/enter an agent identifier.
 
- 
- 
- 
Field Detail- 
parentprotected java.awt.Component parent The parent component.
 - 
accessprotected IExternalAccess access The service provider.
 - 
diaprotected javax.swing.JDialog dia The dialog (created lazily).
 - 
abortedprotected boolean aborted Was the dialog aborted?
 - 
cidprotected IComponentIdentifier cid The component identifier.
 
- 
 - 
Constructor Detail- 
ComponentIdentifierDialogpublic ComponentIdentifierDialog(java.awt.Component parent, IExternalAccess access)Create a new dialog.
 
- 
 - 
Method Detail- 
getComponentIdentifierpublic IComponentIdentifier getComponentIdentifier(IComponentIdentifier def) Open a modal dialog to select/enter an agent identifier.- Returns:
- The selected agent identifier or null, when dialog was aborted.
 
 - 
createDialogpublic javax.swing.JDialog createDialog(IComponentIdentifier def, IExternalAccess access) Create the dialog.
 
- 
 
-