All Downloads are FREE. Search and download functionalities are using the official Maven repository.

editor.actions.ConditionalNameActionHandler Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
package editor.actions;

public interface ConditionalNameActionHandler extends ConditionalActionHandler {
  /**
   * @return The string to display which can be dependent on the context
   */
  public String getDisplayName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy