Uses of Class
cn.mapway.document.ui.client.component.ace.AceCommandDescription
Packages that use AceCommandDescription
-
Uses of AceCommandDescription in cn.mapway.document.ui.client.component.ace
Methods in cn.mapway.document.ui.client.component.ace that return AceCommandDescriptionModifier and TypeMethodDescriptionstatic AceCommandDescriptionAceCommandDescription.fromJavaScript(com.google.gwt.core.client.JavaScriptObject obj) Create Ace command from javascript object.AceEditor.getCommandDescription(String command) Construct java wrapper for registered Ace command.AceCommandDescription.withAceCommandGroup(String aceCommandGroup) Chainable setter method for aceCommandGroup property.AceCommandDescription.withBindKey(AceCommandDescription.KeyBinding bindKey) Chainable setter method for bindKey property.AceCommandDescription.withBindKey(String bindKeyForAllPlatforms) Chainable setter method for bindKey property for all platforms.AceCommandDescription.withBindKey(String bindKeyForAllPlatformsExceptMac, String bindKeyForMac) Chainable setter method for bindKey property for Mac and other platforms separately.AceCommandDescription.withMultiSelectAction(AceCommandDescription.MultiSelectAction multiSelectAction) Chainable setter method for multiSelectAction property.AceCommandDescription.withPassEvent(boolean passEvent) Chainable setter method for passEvent property.AceCommandDescription.withReadOnly(boolean readOnly) Chainable setter method for readOnly property.AceCommandDescription.withScrollIntoView(AceCommandDescription.ScrollIntoView scrollIntoView) Chainable setter method for scrollIntoView property.Methods in cn.mapway.document.ui.client.component.ace with parameters of type AceCommandDescriptionModifier and TypeMethodDescriptionvoidAceEditor.addCommand(AceCommandDescription description) Add user defined command.