public class AuthenticationWithDomainNameAction extends AuthenticateAction
FigureAction.SourceType
domainName
CANVAS_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, getDomainName
getFigure, getFrame, getSourceType, getTarget, getX, getY, offsetFigure
public 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