Class LoadURLattributeAction
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.url_attribute.LoadURLattributeAction
- All Implemented Interfaces:
URLattributeAction
public class LoadURLattributeAction extends Object implements URLattributeAction
-
Constructor Summary
Constructors Constructor Description LoadURLattributeAction()
-
Method Summary
Modifier and Type Method Description ActionListener
getActionListener(Attribute displayable, Graph graph, GraphElement ge, boolean performAltCommand)
String
getCommandDescription(boolean shortDesc, boolean altDesc)
String
getPreIdentifyer()
boolean
supportsModifyCommand()
-
Constructor Details
-
LoadURLattributeAction
public LoadURLattributeAction()
-
-
Method Details
-
getActionListener
public ActionListener getActionListener(Attribute displayable, Graph graph, GraphElement ge, boolean performAltCommand)- Specified by:
getActionListener
in interfaceURLattributeAction
-
getPreIdentifyer
- Specified by:
getPreIdentifyer
in interfaceURLattributeAction
-
getCommandDescription
- Specified by:
getCommandDescription
in interfaceURLattributeAction
-
supportsModifyCommand
public boolean supportsModifyCommand()- Specified by:
supportsModifyCommand
in interfaceURLattributeAction
-