public class AuthenticationWithDomainNameAction extends AuthenticateAction
FigureAction.SourceTypedomainNameCANVAS_TYPE, CONTEXTMENU_TYPE, HOTKEY_TYPE, MENUBAR_TYPE, PASTE_OFFSET, TOOLBAR_TYPE| Constructor and Description |
|---|
AuthenticationWithDomainNameAction(TableauFrame parent,
AuthenticationListener authListener,
java.lang.String domainName)
Constructor
|
AuthenticationWithDomainNameAction(TableauFrame parent,
java.lang.String domainName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doAction() |
actionPerformed, fireAuthentication, getDomainNamegetFigure, getFrame, getSourceType, getTarget, getX, getY, offsetFigurepublic AuthenticationWithDomainNameAction(TableauFrame parent, java.lang.String domainName)
parent - the "frame" (derived from ptolemy.gui.Top) where the menu is
being added.public AuthenticationWithDomainNameAction(TableauFrame parent, AuthenticationListener authListener, java.lang.String domainName)
parent - the "frame" (derived from ptolemy.gui.Top) where the menu is
being added.authListener - listener of the authentication processprotected void doAction()
doAction in class AuthenticateAction