Package editor.actions
Interface ConditionalNameActionHandler
-
- All Superinterfaces:
ActionListener
,ConditionalActionHandler
,EventListener
public interface ConditionalNameActionHandler extends ConditionalActionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
-
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
-
Methods inherited from interface editor.actions.ConditionalActionHandler
isEnabled
-
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
- Returns:
- The string to display which can be dependent on the context
-
-