- a - 类 中的变量cn.mapway.document.test.TestObj
-
The a.
- AccessData - cn.mapway.document.module中的类
-
记录访问次数.
- AceAnnotationType - cn.mapway.document.ui.client.component.ace中的枚举
-
Enumeration for ACE annotation types.
- AceCommand - cn.mapway.document.ui.client.component.ace中的枚举
-
Enumeration for ACE command types.
- AceCommandArgs - cn.mapway.document.ui.client.component.ace中的类
-
Ace command's argument could be either string or string-to-string map.
- AceCommandArgs(Map<String, String>) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceCommandArgs
-
Create map argument.
- AceCommandArgs(String) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceCommandArgs
-
Create text argument.
- AceCommandDescription - cn.mapway.document.ui.client.component.ace中的类
-
- AceCommandDescription(String, AceCommandDescription.ExecAction) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceCommandDescription
-
Define Ace command with command line name and execution action
- AceCommandDescription.ExecAction - cn.mapway.document.ui.client.component.ace中的接口
-
Ace command execution action.
- AceCommandDescription.KeyBinding - cn.mapway.document.ui.client.component.ace中的类
-
Key binding description.
- AceCommandDescription.MultiSelectAction - cn.mapway.document.ui.client.component.ace中的枚举
-
Action defines a way of running commands based on editor text selection.
- AceCommandDescription.ScrollIntoView - cn.mapway.document.ui.client.component.ace中的枚举
-
Ace command scrolling options.
- AceCommandLine - cn.mapway.document.ui.client.component.ace中的接口
-
Interface exposing command line functions used by editor.
- AceCommandLineListener - cn.mapway.document.ui.client.component.ace中的接口
-
Listener for command line enter events.
- AceCompletion - cn.mapway.document.ui.client.component.ace中的类
-
- AceCompletion() - 类 的构造器cn.mapway.document.ui.client.component.ace.AceCompletion
-
- AceCompletionCallback - cn.mapway.document.ui.client.component.ace中的接口
-
Callback interface for submitting code completion proposals.
- AceCompletionProvider - cn.mapway.document.ui.client.component.ace中的接口
-
A provider of custom code-completion proposals.
- AceCompletionSnippet - cn.mapway.document.ui.client.component.ace中的类
-
- AceCompletionSnippet(String, AceCompletionSnippetSegment[], String, String, int) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceCompletionSnippet
-
Creates a snippet type substitution.
- AceCompletionSnippet(String, String, int, String, String) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceCompletionSnippet
-
Creates a snippet type substitution.
- AceCompletionSnippetSegment - cn.mapway.document.ui.client.component.ace中的接口
-
A segment of a completion snippet
- AceCompletionSnippetSegmentLiteral - cn.mapway.document.ui.client.component.ace中的类
-
A segment of a completion snippet
- AceCompletionSnippetSegmentLiteral(String) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceCompletionSnippetSegmentLiteral
-
The literal text that makes up part of the snippet segment
- AceCompletionSnippetSegmentTabstopItem - cn.mapway.document.ui.client.component.ace中的类
-
A segment of a completion snippet
- AceCompletionSnippetSegmentTabstopItem(String) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceCompletionSnippetSegmentTabstopItem
-
Text that should fit inside a tabstop, the first tabstop is selected after a substitution, and subsequent tabstops are moved between by
pressing the tab button.
- AceCompletionValue - cn.mapway.document.ui.client.component.ace中的类
-
- AceCompletionValue(String, String, String, int) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceCompletionValue
-
Constructor.
- AceCompletionValue(String, String, String, String, int) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceCompletionValue
-
Constructor.
- AceDefaultCommandLine - cn.mapway.document.ui.client.component.ace中的类
-
Default implementation of AceCommandLine wrapping any GWT value box
like TextBox or TextArea.
- AceDefaultCommandLine(ValueBoxBase<String>) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceDefaultCommandLine
-
Create command line wrapper around GWT text box.
- AceEditor - cn.mapway.document.ui.client.component.ace中的类
-
A GWT widget for the Ajax.org Code Editor (ACE).
- AceEditor() - 类 的构造器cn.mapway.document.ui.client.component.ace.AceEditor
-
Preferred constructor.
- AceEditor(boolean) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceEditor
-
已过时。
- AceEditorCallback - cn.mapway.document.ui.client.component.ace中的接口
-
Callback interface for events generated by
AceEditor.
- AceEditorCursorPosition - cn.mapway.document.ui.client.component.ace中的类
-
Represents a cursor position.
- AceEditorCursorPosition(int, int) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceEditorCursorPosition
-
Constructor.
- AceEditorMode - cn.mapway.document.ui.client.component.ace中的枚举
-
Enumeration for ACE editor modes.
- AceEditorTheme - cn.mapway.document.ui.client.component.ace中的枚举
-
Enumeration for ACE editor themes.
- AceMarkerType - cn.mapway.document.ui.client.component.ace中的枚举
-
This enumeration represents the selection/marker types.
- AceRange - cn.mapway.document.ui.client.component.ace中的类
-
Represents an Ace Range Object.
- AceRange() - 类 的构造器cn.mapway.document.ui.client.component.ace.AceRange
-
- AceSelection - cn.mapway.document.ui.client.component.ace中的类
-
Represents GWT wrapper around an Ace Selection object
- AceSelection(JavaScriptObject) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceSelection
-
Constructor for AceSelection
- AceSelectionListener - cn.mapway.document.ui.client.component.ace中的接口
-
Listener for selection change events.
- add(UrlItem) - 类 中的方法cn.mapway.document.v2.module.Urls
-
Adds the.
- addAnnotation(int, int, String, AceAnnotationType) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Add an annotation to a the local annotations JsArray<AceAnnotation>, but does not set it on the editor
- addChildGroup(Group) - 类 中的方法cn.mapway.document.module.Group
-
添加子節點.
- addClickHandler(ClickHandler) - 类 中的方法cn.mapway.document.ui.client.test.HistoryItem
-
- addCloseHandler(CloseHandler<KeyValueObjs>) - 类 中的方法cn.mapway.document.ui.client.test.HeaderEditor
-
- addCloseHandler(CloseHandler<String>) - 类 中的方法cn.mapway.document.ui.client.test.HeaderItem
-
- addCloseHandler(CloseHandler<HistoryData>) - 类 中的方法cn.mapway.document.ui.client.test.HistoryItem
-
- addCloseHandler(CloseHandler<Void>) - 类 中的方法cn.mapway.document.ui.client.test.TestPanel
-
- addCommand(AceCommandDescription) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Add user defined command.
- addCompletionProvider(AceCompletionProvider) - 类 中的静态方法cn.mapway.document.ui.client.component.ace.AceEditor
-
- addFloatingMarker(AceRange, String, AceMarkerType) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Adds a floating marker into this editor (the marker follows lines changes as insertions, suppressions...).
- addItem(String, String) - 类 中的方法cn.mapway.document.ui.client.test.InputHistoryPanel
-
Adds the item.
- addMarker(AceRange, String, AceMarkerType, boolean) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Adds a static marker into this editor.
- addMouseDownHandler(MouseDownHandler) - 类 中的方法cn.mapway.document.ui.client.component.CloseCaption
-
- addMouseMoveHandler(MouseMoveHandler) - 类 中的方法cn.mapway.document.ui.client.component.CloseCaption
-
- addMouseOutHandler(MouseOutHandler) - 类 中的方法cn.mapway.document.ui.client.component.CloseCaption
-
- addMouseOverHandler(MouseOverHandler) - 类 中的方法cn.mapway.document.ui.client.component.CloseCaption
-
- addMouseUpHandler(MouseUpHandler) - 类 中的方法cn.mapway.document.ui.client.component.CloseCaption
-
- addMouseWheelHandler(MouseWheelHandler) - 类 中的方法cn.mapway.document.ui.client.component.CloseCaption
-
- addOnChangeHandler(AceEditorCallback) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Register a handler for change events generated by the editor.
- addOnCursorPositionChangeHandler(AceEditorCallback) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Register a handler for cursor position change events generated by the editor.
- addRow(String...) - 类 中的方法cn.mapway.tools.TableBuilder
-
添加一行
- addSelectionHandler(SelectionHandler<String>) - 类 中的方法cn.mapway.document.ui.client.component.LoginPanel
-
- addSelectionHandler(SelectionHandler<ObjectInfo>) - 类 中的方法cn.mapway.document.ui.client.main.ObjectInfoPanel
-
- addSelectionHandler(SelectionHandler<ObjectInfo>) - 类 中的方法cn.mapway.document.ui.client.main.ObjectsInfoPanel
-
- addSelectionHandler(SelectionHandler<ObjectInfo>) - 类 中的方法cn.mapway.document.ui.client.main.OutputParameter
-
- addSelectionHandler(SelectionHandler<ObjectInfo>) - 类 中的方法cn.mapway.document.ui.client.main.ParameterPanel
-
- addSelectionHandler(SelectionHandler<HistoryData>) - 类 中的方法cn.mapway.document.ui.client.test.InputHistoryPanel
-
- addSelectionHandler(SelectionHandler<String>) - 类 中的方法cn.mapway.document.ui.client.test.TextEditor
-
- addSelectionListener(AceSelectionListener) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceSelection
-
Register listener for selection change events.
- addValueChangeHandler(ValueChangeHandler<Integer>) - 类 中的方法cn.mapway.document.ui.client.test.InputHistoryPanel
-
- age - 类 中的变量cn.mapway.document.test.SubComplexBean
-
- ApiDoc - cn.mapway.document.module中的类
-
ApiDoc V2.
- ApiDoc() - 类 的构造器cn.mapway.document.module.ApiDoc
-
Instantiates a new api doc.
- ApiDoc - cn.mapway.document.ui.client.module中的类
-
JSON 对象.
- ApiDoc() - 类 的构造器cn.mapway.document.ui.client.module.ApiDoc
-
Instantiates a new api doc.
- ApiDocEntry - cn.mapway.document.ui.client中的类
-
The Class ApiDocEntry.
- ApiDocEntry() - 类 的构造器cn.mapway.document.ui.client.ApiDocEntry
-
- ApiDocProperties - cn.mapway.document.configure中的类
-
配置属性
- ApiDocProperties() - 类 的构造器cn.mapway.document.configure.ApiDocProperties
-
- ApiDocProxy - cn.mapway.document.ui.client.rpc中的类
-
The Class ApiDocProxy.
- ApiDocProxy() - 类 的构造器cn.mapway.document.ui.client.rpc.ApiDocProxy
-
- apiStyle - 类 中的变量cn.mapway.document.module.Entry
-
API 显示样式.
- ApiTree - cn.mapway.document.ui.client.main中的类
-
API接口树 提供一个本地存储,存储各个节点的打开情况.
- ApiTree() - 类 的构造器cn.mapway.document.ui.client.main.ApiTree
-
Instantiates a new api tree.
- apiVersion - 类 中的变量cn.mapway.document.module.ApiDoc
-
API版本号
- apiVersion() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
-
s
- append(String, String) - 类 中的方法cn.mapway.document.ui.client.test.KeyValueObjs
-
- appointmentCode - 类 中的变量cn.mapway.document.test.GetOperInfoByProdTypeIdResp
-
预约唯一标识
- AppointmentGroupInfo - cn.mapway.document.test中的类
-
Created by chengzhiguang on 2018/6/13.
- AppointmentGroupInfo() - 类 的构造器cn.mapway.document.test.AppointmentGroupInfo
-
- appointmentName - 类 中的变量cn.mapway.document.test.GetOperInfoByProdTypeIdResp
-
预约名称
- arrow_left_white() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
-
Arrow left white.
- ASICIITABLE - 类 中的静态变量cn.mapway.tools.TableBuilder
-
The Asiciitable.
- author - 类 中的变量cn.mapway.document.configure.ApiDocProperties
-
The Author.
- author - 类 中的变量cn.mapway.document.module.ApiDoc
-
作者.
- author - 类 中的变量cn.mapway.document.module.Entry
-
接口创建者.
- author() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
-
作者.
- author() - 类 中的方法cn.mapway.document.ui.client.module.Entry
-
接口创建者.
- author - 类 中的变量cn.mapway.document.v2.module.UrlItem
-
The author.
- avatar() - 类 中的方法cn.mapway.document.ui.client.rpc.github.GithubUser
-
- avator(String) - 类 中的方法cn.mapway.document.ui.client.rpc.github.GithubUser
-
- gAccessData - 类 中的静态变量cn.mapway.document.module.AccessData
-
The g access data.
- gen - 类 中的变量cn.mapway.document.ui.client.module.GenInfo
-
The gen.
- genCode(int) - 类 中的静态方法cn.mapway.tools.ImageUtil
-
使用系统默认字符源生成验证码
- genCode(int, String) - 类 中的静态方法cn.mapway.tools.ImageUtil
-
使用指定源生成验证码
- GenContext - cn.mapway.document.parser中的类
-
配置信息.
- GenContext() - 类 的构造器cn.mapway.document.parser.GenContext
-
- gender - 类 中的变量cn.mapway.document.test.SubComplexBean
-
- genDoc(ParseType, GenContext, String...) - 类 中的方法cn.mapway.document.helper.DocHelper
-
生成Word File.
- genHTML(ParseType, GenContext, String...) - 类 中的方法cn.mapway.document.helper.DocHelper
-
生成HTML文档.
- genHTML(ApiDoc) - 类 中的方法cn.mapway.document.helper.DocHelper
-
生成文档.
- GenInfo - cn.mapway.document.ui.client.module中的类
-
用于POJO文档生成临时保存信息.
- GenInfo() - 类 的构造器cn.mapway.document.ui.client.module.GenInfo
-
- get() - 类 中的静态方法cn.mapway.document.helper.Markdowns
-
Get markdowns.
- get() - 类 中的静态方法cn.mapway.document.module.AccessData
-
Gets the.
- get(String, Map<String, String>, IOnData<T>) - 类 中的方法cn.mapway.document.ui.client.rpc.Github
-
向服务器请求接口调用.
- get() - 类 中的静态方法cn.mapway.document.ui.client.rpc.RpcContext
-
Gets the.
- get(int) - 类 中的方法cn.mapway.document.ui.client.test.InputHistoryPanel
-
获取历史
- getAceCommandGroup() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
-
Give Ace command group name of this command.
- getAllPlatforms() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription.KeyBinding
-
- getApiVersion() - 类 中的方法cn.mapway.document.parser.GenContext
-
Gets the basepath.
- getAuthor() - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Gets author.
- getAuthor() - 类 中的方法cn.mapway.document.parser.GenContext
-
Gets the author.
- getAuthor() - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Gets the author.
- getBasePath() - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Gets base path.
- getBasepath() - 类 中的方法cn.mapway.document.parser.GenContext
-
Gets the basepath.
- getBasePath(HttpServletRequest) - 类 中的静态方法cn.mapway.document.servlet.MapwayDocServlet
-
Gets the base path.
- getBindKey() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
-
Give key bindings.
- getChildGroups() - 类 中的方法cn.mapway.document.module.Group
-
Gets the child groups.
- getClasses(String) - 类 中的静态方法cn.mapway.document.helper.Scans
-
从包package中获取所有的Class
- getClearGifData() - 类 中的静态方法cn.mapway.document.helper.DocHelper
-
获取透明 1X1 像素的GIF图片数据.
- getColumn() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditorCursorPosition
-
- getCommandDescription(String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Construct java wrapper for registered Ace command.
- getCopyright() - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Gets copyright.
- getCopyright() - 类 中的方法cn.mapway.document.parser.GenContext
-
Gets the copyright.
- getCount(int) - 类 中的方法cn.mapway.document.parser.ClassDepthData
-
Gets the count.
- getCss() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
-
Gets the css.
- getCssStyle() - 类 中的方法cn.mapway.document.parser.GenContext
-
Gets css style.
- getCursorPosition() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Get the current cursor position.
- getData() - 类 中的方法cn.mapway.document.ui.client.component.CustomAnchor
-
Gets the data.
- getData() - 类 中的方法cn.mapway.document.ui.client.component.CustomButton
-
Gets the data.
- getData() - 类 中的方法cn.mapway.document.ui.client.test.HistoryItem
-
Gets the data.
- getDataType() - 类 中的方法cn.mapway.document.v2.module.PathParameter
-
Gets the data type.
- getDataType() - 类 中的方法cn.mapway.document.v2.module.QueryParameter
-
Gets the data type.
- getDesc() - 类 中的方法cn.mapway.document.module.FieldCode
-
Gets the desc.
- getDescription() - 类 中的方法cn.mapway.document.v2.module.PathParameter
-
Gets the description.
- getDescription() - 类 中的方法cn.mapway.document.v2.module.QueryParameter
-
Gets the description.
- getDescription() - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Gets the description.
- getDocTitle() - 类 中的方法cn.mapway.document.parser.GenContext
-
Gets the doc title.
- getDomain() - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Gets domain.
- getDomain() - 类 中的方法cn.mapway.document.parser.GenContext
-
Gets the domain.
- getDownloads() - 类 中的方法cn.mapway.document.module.ApiDoc
-
Gets the downloads.
- getDownloads() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
-
Gets the downloadsss
- getEnableGwtConnector() - 类 中的方法cn.mapway.document.parser.GenContext
-
Gets the enable gwt connector.
- getEnableJavaConnector() - 类 中的方法cn.mapway.document.parser.GenContext
-
Gets the enable java connector.
- getExample() - 类 中的方法cn.mapway.document.v2.module.PathParameter
-
Gets the example.
- getExample() - 类 中的方法cn.mapway.document.v2.module.QueryParameter
-
Gets the example.
- getExceptMac() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription.KeyBinding
-
- getExec() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
-
Give execution action of this command.
- getExtensions() - 类 中的方法cn.mapway.document.helper.Markdowns
-
Gets extensions.
- getFontSize() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Give font size
- getGit() - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
- getGroup() - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Gets the group.
- getHistoryCount() - 类 中的方法cn.mapway.document.ui.client.test.InputHistoryPanel
-
历史纪录的个数
- getHome() - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Gets home.
- getHomeUrl() - 类 中的方法cn.mapway.document.parser.GenContext
-
Gets home url.
- getHostPort() - 类 中的静态方法cn.mapway.document.ui.client.component.Clients
-
获取主机网络地址.
- getHTML() - 类 中的方法cn.mapway.document.ui.client.component.CloseCaption
-
- getHtmlRender() - 类 中的方法cn.mapway.document.helper.Markdowns
-
Gets html render.
- getIndexFromPosition(AceEditorCursorPosition) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Gets the given document position as a zero-based index.
- getKey() - 类 中的方法cn.mapway.document.ui.client.test.KeyValueObj
-
- getLevel() - 类 中的方法cn.mapway.document.parser.Deeps
-
Gets the level.
- getLine(int) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Get the line of text at the given row number.
- getLineCount() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Retrieves the number of lines in the editor.
- getLogo() - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Gets logo.
- getLogobase64() - 类 中的方法cn.mapway.document.parser.GenContext
-
Gets the basepath.
- getMac() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription.KeyBinding
-
- getMarkers() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Gets all the displayed markers.
- getMethods() - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Gets the methods.
- getMsg() - 类 中的方法cn.mapway.document.ui.client.module.LoginResp
-
Gets the msg.
- getMultiSelectAction() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
-
Give multi-select action for this command.
- getname(Req) - 类 中的方法cn.mapway.document.test.TestController
-
Gets the name.
- getName() - 枚举 中的方法cn.mapway.document.ui.client.component.ace.AceAnnotationType
-
- getName() - 枚举 中的方法cn.mapway.document.ui.client.component.ace.AceCommand
-
- getName() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
-
Give command line name.
- getName() - 枚举 中的方法cn.mapway.document.ui.client.component.ace.AceEditorMode
-
- getName() - 枚举 中的方法cn.mapway.document.ui.client.component.ace.AceEditorTheme
-
- getName() - 枚举 中的方法cn.mapway.document.ui.client.component.ace.AceMarkerType
-
- getName() - 类 中的方法cn.mapway.document.v2.module.PathParameter
-
Gets the name.
- getName() - 类 中的方法cn.mapway.document.v2.module.QueryParameter
-
Gets the name.
- getName() - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Gets the name.
- getname3(Req) - 类 中的方法cn.mapway.document.test.TestController2
-
Gets the name 3.
- getname456(Req) - 类 中的方法cn.mapway.document.test.TestController2
-
Gets the name 456.
- getNameSpace() - 类 中的方法cn.mapway.document.parser.GenContext
-
Gets the name space.
- GetOperInfoByProdTypeIdResp - cn.mapway.document.test中的类
-
Created by chengzhiguang on 2018/6/13.
- GetOperInfoByProdTypeIdResp() - 类 的构造器cn.mapway.document.test.GetOperInfoByProdTypeIdResp
-
- getOrder() - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Gets the order.
- getParent() - 类 中的方法cn.mapway.document.module.Group
-
Gets the parent.
- getParser() - 类 中的方法cn.mapway.document.helper.Markdowns
-
Gets parser.
- getPath() - 类 中的方法cn.mapway.document.module.Group
-
获取节点的全路径.
- getPath() - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Gets the path.
- getPositionFromIndex(int) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Gets a document position from a supplied zero-based index.
- getPreLevelCount(int) - 类 中的方法cn.mapway.document.parser.ClassDepthData
-
Gets the pre level count.
- getPreLevelCount(String, int) - 类 中的方法cn.mapway.document.parser.Deeps
-
Gets the pre level count.
- getPreparedText(int) - 接口 中的方法cn.mapway.document.ui.client.component.ace.AceCompletionSnippetSegment
-
Gets the escaped and prepared textual representation of this snippet segment (backslash and dollar are escaped in general and the dollar is used for certain special tokens)
- getPreparedText(int) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCompletionSnippetSegmentLiteral
-
- getPreparedText(int) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCompletionSnippetSegmentTabstopItem
-
- getProposals(AceEditor, AceEditorCursorPosition, String, AceCompletionCallback) - 接口 中的方法cn.mapway.document.ui.client.component.ace.AceCompletionProvider
-
Call to get code completion proposals, which are delivered
to a callback.
- getRetCode() - 类 中的方法cn.mapway.document.ui.client.module.LoginResp
-
Gets the ret code.
- getRow() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditorCursorPosition
-
- getScans() - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Gets scans.
- getScrollIntoView() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
-
Give scroll settings for this command.
- getSelection() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Prepare a wrapper around Ace Selection object.
- getSelectionAnchor() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceSelection
-
Give starting position of selection (opposite to position where cursor is located).
- getSelectionLead() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceSelection
-
Give position of leading end of selection (where cursor is located).
- getState() - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Gets the state.
- getStyle() - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Gets style.
- getSubTitle() - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Gets sub title.
- getSubtitle() - 类 中的方法cn.mapway.document.parser.GenContext
-
Gets the subtitle.
- getTag() - 类 中的方法cn.mapway.document.ui.client.component.LoginPanel
-
- getTag() - 类 中的方法cn.mapway.document.ui.client.test.TextEditor
-
- getTempFolder() - 类 中的方法cn.mapway.document.servlet.MapwayDocServlet
-
Gets the temp folder.
- getText() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Get the complete text in the editor as a String.
- getText() - 类 中的方法cn.mapway.document.ui.client.component.CloseCaption
-
- getTitle() - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Gets title.
- getToken() - 类 中的方法cn.mapway.document.configure.GitInfo
-
- getTypeNames() - 类 中的方法cn.mapway.document.parser.Types
-
获取类型定义的名称
- getUrl() - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Gets url.
- getUserId() - 类 中的方法cn.mapway.document.ui.client.module.LoginResp
-
Gets the user id.
- getUToken() - 类 中的方法cn.mapway.document.ui.client.module.LoginResp
-
Gets the u token.
- getValue() - 类 中的方法cn.mapway.document.module.FieldCode
-
Gets the value.
- getValue() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandArgs
-
Give inner value.
- getValue() - 接口 中的方法cn.mapway.document.ui.client.component.ace.AceCommandLine
-
Give current text which command line contains.
- getValue() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceDefaultCommandLine
-
Give current text which command line contains.
- getValue() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
- getValue() - 类 中的方法cn.mapway.document.ui.client.test.KeyValueObj
-
- getVersion() - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Gets version.
- getWordURL() - 类 中的方法cn.mapway.document.parser.GenContext
-
Gets the name space.
- Github - cn.mapway.document.ui.client.rpc中的类
-
Github client for GWT
- Github() - 类 的构造器cn.mapway.document.ui.client.rpc.Github
-
- GithubUser - cn.mapway.document.ui.client.rpc.github中的类
-
- GithubUser() - 类 的构造器cn.mapway.document.ui.client.rpc.github.GithubUser
-
- GitInfo - cn.mapway.document.configure中的类
-
Gitlab repository
- GitInfo() - 类 的构造器cn.mapway.document.configure.GitInfo
-
- gotoLine(int) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Go to given line.
- Group - cn.mapway.document.module中的类
-
API 分组.
- Group() - 类 的构造器cn.mapway.document.module.Group
-
Instantiates a new group.
- Group - cn.mapway.document.ui.client.module中的类
-
接口组对象.
- Group() - 类 的构造器cn.mapway.document.ui.client.module.Group
-
Instantiates a new group.
- group() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
-
Group.
- group - 类 中的变量cn.mapway.document.v2.module.UrlItem
-
The group.
- groupCode - 类 中的变量cn.mapway.document.test.AppointmentGroupInfo
-
动作标识
- groupName - 类 中的变量cn.mapway.document.test.AppointmentGroupInfo
-
动作名称
- groupType - 类 中的变量cn.mapway.document.test.AppointmentGroupInfo
-
- GWT_USER_HEADER - 类 中的静态变量cn.mapway.document.ui.client.test.TestPanel
-
The constant GWT_USER_HEADER.
- GwtConnextorExport - cn.mapway.document.helper中的类
-
输出Java Connect 代码.
- GwtConnextorExport() - 类 的构造器cn.mapway.document.helper.GwtConnextorExport
-
Instantiates a new gwt connextor export.
- save(String, String) - 类 中的静态方法cn.mapway.document.ui.client.main.storage.LocalStorage
-
Save.
- scans - 类 中的变量cn.mapway.document.configure.ApiDocProperties
-
The Scans.
- Scans - cn.mapway.document.helper中的类
-
The type Scans.
- Scans() - 类 的构造器cn.mapway.document.helper.Scans
-
- select(int, int, int, int) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceSelection
-
Select text fragment between two positions
- selectAll() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceSelection
-
Select the whole text.
- selectLine() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceSelection
-
Select line where cursor is located.
- set(String, String) - 类 中的方法cn.mapway.document.ui.client.test.KeyValueObj
-
- setAnnotations() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set any annotations which have been added via addAnnotation on the editor
- setAntHome(String) - 类 中的方法cn.mapway.document.helper.DocHelper
-
Sets the ant home.
- setAntHome(String) - 类 中的方法cn.mapway.document.helper.JarHelper
-
Sets the ant home.
- setApiversion(String) - 类 中的方法cn.mapway.document.parser.GenContext
-
Sets the basepath.
- setAuthor(String) - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Sets author.
- setAuthor(String) - 类 中的方法cn.mapway.document.parser.GenContext
-
Sets the author.
- setAuthor(String) - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Sets the author.
- setAutocompleteEnabled(boolean) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set whether or not autocomplete is enabled.
- setBasePath(String) - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Sets base path.
- setBasepath(String) - 类 中的方法cn.mapway.document.parser.GenContext
-
Sets the basepath.
- setCommandLineListener(AceCommandLineListener) - 接口 中的方法cn.mapway.document.ui.client.component.ace.AceCommandLine
-
Set listener getting callback from command line component.
- setCommandLineListener(AceCommandLineListener) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceDefaultCommandLine
-
Set listener getting callback from command line component.
- setCopyright(String) - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Sets copyright.
- setCopyright(String) - 类 中的方法cn.mapway.document.parser.GenContext
-
Sets the copyright.
- setCssStyle(String) - 类 中的方法cn.mapway.document.parser.GenContext
-
设置样式
- setData(Object) - 类 中的方法cn.mapway.document.ui.client.component.CustomAnchor
-
Sets the data.
- setData(Object) - 类 中的方法cn.mapway.document.ui.client.component.CustomButton
-
Sets the data.
- setData(String, String) - 类 中的方法cn.mapway.document.ui.client.test.HeaderItem
-
- setDataType(String) - 类 中的方法cn.mapway.document.v2.module.PathParameter
-
Sets the data type.
- setDataType(String) - 类 中的方法cn.mapway.document.v2.module.QueryParameter
-
Sets the data type.
- setDesc(String) - 类 中的方法cn.mapway.document.module.FieldCode
-
Sets the desc.
- setDescription(String) - 类 中的方法cn.mapway.document.v2.module.PathParameter
-
Sets the description.
- setDescription(String) - 类 中的方法cn.mapway.document.v2.module.QueryParameter
-
Sets the description.
- setDescription(String) - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Sets the description.
- setDocTitle(String) - 类 中的方法cn.mapway.document.parser.GenContext
-
Sets the doc title.
- setDomain(String) - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Sets domain.
- setDomain(String) - 类 中的方法cn.mapway.document.parser.GenContext
-
Sets the domain.
- setEnableGwtConnector(String) - 类 中的方法cn.mapway.document.parser.GenContext
-
Sets the enable gwt connector.
- setEnableJavaConnector(String) - 类 中的方法cn.mapway.document.parser.GenContext
-
Sets the enable java connector.
- setExample(String) - 类 中的方法cn.mapway.document.v2.module.PathParameter
-
Sets the example.
- setExample(String) - 类 中的方法cn.mapway.document.v2.module.QueryParameter
-
Sets the example.
- setFontSize(String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set font size.
- setFontSize(int) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set integer font size.
- setGit(GitInfo) - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
- setGroup(String) - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Sets the group.
- setHighlightSelectedWord(boolean) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set or unset highlighting of currently selected word.
- setHome(String) - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Sets home.
- setHomeUrl(String) - 类 中的方法cn.mapway.document.parser.GenContext
-
home url
- setHScrollBarAlwaysVisible(boolean) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set whether or not the horizontal scrollbar is always visible.
- setHTML(String) - 类 中的方法cn.mapway.document.ui.client.component.CloseCaption
-
- setHTML(SafeHtml) - 类 中的方法cn.mapway.document.ui.client.component.CloseCaption
-
- setJson(String) - 类 中的方法cn.mapway.document.ui.client.main.JsonPanel
-
Sets the json.
- setLevel(int) - 类 中的方法cn.mapway.document.parser.Deeps
-
Sets the level.
- setLogo(String) - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Sets logo.
- setLogobase64(String) - 类 中的方法cn.mapway.document.parser.GenContext
-
Sets the basepath.
- setMethods(List<String>) - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Sets the methods.
- setMode(AceEditorMode) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set the mode.
- setModeByName(String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set the mode by name.
- setName(String) - 类 中的方法cn.mapway.document.v2.module.PathParameter
-
Sets the name.
- setName(String) - 类 中的方法cn.mapway.document.v2.module.QueryParameter
-
Sets the name.
- setName(String) - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Sets the name.
- setNameSpace(String) - 类 中的方法cn.mapway.document.parser.GenContext
-
Sets the name space.
- setOpen(String, boolean) - 类 中的方法cn.mapway.document.ui.client.main.ApiTree
-
Sets the open.
- setOrder(int) - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Sets the order.
- setPadding(int) - 类 中的方法cn.mapway.tools.TableBuilder
-
Sets padding.
- setParent(Group) - 类 中的方法cn.mapway.document.module.Group
-
Sets the parent.
- setPath(String) - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Sets the path.
- setReadOnly(boolean) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set or unset read-only mode.
- setScans(String) - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Sets scans.
- setShowGutter(boolean) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set whether or not the gutter is shown.
- setShowPrintMargin(boolean) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set or unset the visibility of the print margin.
- setState(DevelopmentState) - 类 中的方法cn.mapway.document.v2.module.UrlItem
-
Sets the state.
- setString(String) - 类 中的方法cn.mapway.document.ui.client.main.JsonPanel
-
Sets the string.
- setStyle(String) - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Sets style.
- setSubTitle(String) - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Sets sub title.
- setSubtitle(String) - 类 中的方法cn.mapway.document.parser.GenContext
-
Sets the subtitle.
- setSummary(String) - 类 中的方法cn.mapway.document.ui.client.component.CloseCaption
-
- setSummary(String) - 类 中的方法cn.mapway.document.ui.client.component.CloseDialogBox
-
- setTabSize(int) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set tab size.
- setTag(Object) - 类 中的方法cn.mapway.document.ui.client.component.LoginPanel
-
- setTag(Object) - 类 中的方法cn.mapway.document.ui.client.test.TextEditor
-
- setText(String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set the complete text in the editor from a String.
- setText(String) - 类 中的方法cn.mapway.document.ui.client.component.CloseCaption
-
- setTheme(AceEditorTheme) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set the theme.
- setThemeByName(String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set the theme by name.
- setTitle(String) - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Sets title.
- setToken(String) - 类 中的方法cn.mapway.document.configure.GitInfo
-
- setUrl(String) - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Sets url.
- setUseSoftTabs(boolean) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set whether or not soft tabs should be used.
- setUseWorker(boolean) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Enable a worker for the current session.
- setUseWrapMode(boolean) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Set whether to use wrap mode or not
- setValue(String) - 类 中的方法cn.mapway.document.module.FieldCode
-
Sets the value.
- setValue(String) - 接口 中的方法cn.mapway.document.ui.client.component.ace.AceCommandLine
-
Set text into command line.
- setValue(String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceDefaultCommandLine
-
Set text into command line.
- setValue(String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
- setValue(String) - 类 中的方法cn.mapway.document.ui.client.test.KeyValueObj
-
- setVersion(String) - 类 中的方法cn.mapway.document.configure.ApiDocProperties
-
Sets version.
- setWordURL(String) - 类 中的方法cn.mapway.document.parser.GenContext
-
Sets the name space.
- showEntryList(Group) - 类 中的方法cn.mapway.document.ui.client.main.MainFrame
-
Show entry list.
- simple(String) - 类 中的静态方法cn.mapway.document.ui.client.main.ObjectInfoPanel
-
Simple string.
- size - 类 中的变量cn.mapway.document.helper.JarInfo
-
The size.
- size() - 类 中的方法cn.mapway.document.ui.client.module.JarInfo
-
Size.
- sort() - 类 中的方法cn.mapway.document.module.ApiDoc
-
Sort.
- sort() - 类 中的方法cn.mapway.document.module.Group
-
排序.
- SpringParser - cn.mapway.document.parser中的类
-
解析Spring 注解.
- SpringParser() - 类 的构造器cn.mapway.document.parser.SpringParser
-
- startEditor() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
-
Call this method to start the editor.
- state - 类 中的变量cn.mapway.document.module.Entry
-
开发状态.
- state() - 类 中的方法cn.mapway.document.ui.client.module.Entry
-
开发状态.
- state - 类 中的变量cn.mapway.document.v2.module.UrlItem
-
The state.
- StrUtil - cn.mapway.document.helper中的类
-
The Class StrUtil.
- StrUtil() - 类 的构造器cn.mapway.document.helper.StrUtil
-
- style - 类 中的变量cn.mapway.document.configure.ApiDocProperties
-
The Style.
- style() - 类 中的方法cn.mapway.document.ui.client.module.Entry
-
API样式.
- SubComplexBean - cn.mapway.document.test中的类
-
- SubComplexBean() - 类 的构造器cn.mapway.document.test.SubComplexBean
-
- subGroups - 类 中的变量cn.mapway.document.module.Group
-
子分组.
- subGroups() - 类 中的方法cn.mapway.document.ui.client.module.Group
-
子分组.
- subTitle - 类 中的变量cn.mapway.document.configure.ApiDocProperties
-
The Sub title.
- summary - 类 中的变量cn.mapway.document.helper.JarInfo
-
The summary.
- summary - 类 中的变量cn.mapway.document.module.ApiDoc
-
API简介.
- summary - 类 中的变量cn.mapway.document.module.Entry
-
接口说明.
- summary - 类 中的变量cn.mapway.document.module.Group
-
节点说明.
- summary - 类 中的变量cn.mapway.document.module.ObjectInfo
-
The summary.
- summary() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
-
API简介.
- summary() - 类 中的方法cn.mapway.document.ui.client.module.Entry
-
接口说明.
- summary() - 类 中的方法cn.mapway.document.ui.client.module.Group
-
节点说明.
- summary() - 类 中的方法cn.mapway.document.ui.client.module.JarInfo
-
Summary.
- summary() - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
-
Summary.
- summary() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
-
Summary.
- SysResource - cn.mapway.document.ui.client.resource中的接口
-
系统资源.