Interface EditorActor


public interface EditorActor
The actor that interacts the editor
  • Method Details

    • sendMessage

      void sendMessage(EditorString message, Object... args)
      Send a message
      Parameters:
      message - the message
      args - the arguments
    • sendUsage

      void sendUsage(EditorAction action)
      Send the usage of the action
      Parameters:
      action - the action
    • sendUsage

      void sendUsage(Editor<?> editor)
      Send the usage of the editor
      Parameters:
      editor - the editor