Uses of Class
com.hilerio.ace.AceMode

  • Uses of AceMode in com.hilerio.ace

    Methods in com.hilerio.ace that return AceMode 
    Modifier and Type Method Description
    AceMode AceEditor.getMode()
    Returns the current set mode for the editor.
    static AceMode AceMode.valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static AceMode[] AceMode.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in com.hilerio.ace with parameters of type AceMode 
    Modifier and Type Method Description
    void AceEditor.setMode​(AceMode mode)
    Sets the mode(language) of the editor.