Package org.graffiti.plugin.actions
Interface URLattributeAction
- All Known Implementing Classes:
LoadGraphFileAttributeAction
,LoadURLattributeAction
public interface URLattributeAction
-
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()
-
Method Details
-
getPreIdentifyer
String getPreIdentifyer() -
getCommandDescription
-
getActionListener
ActionListener getActionListener(Attribute displayable, Graph graph, GraphElement ge, boolean performAltCommand) -
supportsModifyCommand
boolean supportsModifyCommand()
-