Modifier and Type | Method and Description |
---|---|
static AceCommandDescription |
AceCommandDescription.fromJavaScript(com.google.gwt.core.client.JavaScriptObject obj)
Create Ace command from javascript object.
|
AceCommandDescription |
AceEditor.getCommandDescription(java.lang.String command)
Construct java wrapper for registered Ace command.
|
AceCommandDescription |
AceCommandDescription.withAceCommandGroup(java.lang.String aceCommandGroup)
Chainable setter method for aceCommandGroup property.
|
AceCommandDescription |
AceCommandDescription.withBindKey(AceCommandDescription.KeyBinding bindKey)
Chainable setter method for bindKey property.
|
AceCommandDescription |
AceCommandDescription.withBindKey(java.lang.String bindKeyForAllPlatforms)
Chainable setter method for bindKey property for all platforms.
|
AceCommandDescription |
AceCommandDescription.withBindKey(java.lang.String bindKeyForAllPlatformsExceptMac,
java.lang.String bindKeyForMac)
Chainable setter method for bindKey property for Mac and other platforms separately.
|
AceCommandDescription |
AceCommandDescription.withMultiSelectAction(AceCommandDescription.MultiSelectAction multiSelectAction)
Chainable setter method for multiSelectAction property.
|
AceCommandDescription |
AceCommandDescription.withPassEvent(boolean passEvent)
Chainable setter method for passEvent property.
|
AceCommandDescription |
AceCommandDescription.withReadOnly(boolean readOnly)
Chainable setter method for readOnly property.
|
AceCommandDescription |
AceCommandDescription.withScrollIntoView(AceCommandDescription.ScrollIntoView scrollIntoView)
Chainable setter method for scrollIntoView property.
|
Modifier and Type | Method and Description |
---|---|
void |
AceEditor.addCommand(AceCommandDescription description)
Add user defined command.
|