跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W 

A

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中的类
Rules describing how editor runs this command (from keyboard, from command line or by AceEditor.execCommand(String) API calls).
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中的类
A completion proposed by an AceCompletionProvider.
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中的类
A completion proposed by an AceCompletionProvider.
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中的类
A completion proposed by an AceCompletionProvider.
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.InputHistoryPanel
 
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
Add an AceCompletionProvider to provide custom code completions.
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<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
 
addSelectionListener(AceSelectionListener) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceSelection
Register listener for selection change events.
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
 
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.

B

b - 类 中的变量cn.mapway.document.test.TestObj
The b.
basePath - 类 中的变量cn.mapway.document.configure.ApiDocProperties
The Base path.
basePath - 类 中的变量cn.mapway.document.module.ApiDoc
接口访问的基地址.
basePath() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
接口访问的基地址.
bind(Object...) - 类 中的方法cn.mapway.document.coder.Coder
Bind.
body - 类 中的变量cn.mapway.document.helper.JavaClassContent
The body.
BodyParameter - cn.mapway.document.v2.module中的类
Body参数.
BodyParameter() - 类 的构造器cn.mapway.document.v2.module.BodyParameter
 
bodyParameters - 类 中的变量cn.mapway.document.v2.module.UrlItem
The body parameters.
booleaField - 类 中的变量cn.mapway.document.test.Req
The boolea field.
btn() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Btn.
btnAddClick(ClickEvent) - 类 中的方法cn.mapway.document.ui.client.test.HeaderEditor
 
btnCloseClick(ClickEvent) - 类 中的方法cn.mapway.document.ui.client.test.HeaderEditor
 
btnHeaderClick(ClickEvent) - 类 中的方法cn.mapway.document.ui.client.test.TestPanel
 
buildTags(String[]) - 类 中的静态方法cn.mapway.document.ui.client.main.ApiTree
构建TAG标签 .

C

c - 类 中的变量cn.mapway.document.test.TestObj
The c.
ClassDepthData - cn.mapway.document.parser中的类
类深度数据.
ClassDepthData() - 类 的构造器cn.mapway.document.parser.ClassDepthData
Instantiates a new class depth data.
className - 类 中的变量cn.mapway.document.helper.JavaClassContent
The class name.
clear() - 类 中的方法cn.mapway.document.v2.module.Urls
Clear.
clearAnnotations() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Clear any annotations from the editor and reset the local annotations JsArray<AceAnnotation>
clearChildGroup() - 类 中的方法cn.mapway.document.module.Group
清空子節點.
clearSelection() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceSelection
Clear selection.
cleatContent() - 类 中的方法cn.mapway.document.ui.client.test.InputHistoryPanel
Cleat content.
Clients - cn.mapway.document.ui.client.component中的类
The Class Clients.
Clients() - 类 的构造器cn.mapway.document.ui.client.component.Clients
 
CloseCaption - cn.mapway.document.ui.client.component中的类
The Class CloseCaption.
CloseCaption() - 类 的构造器cn.mapway.document.ui.client.component.CloseCaption
Instantiates a new close caption.
CloseDialogBox - cn.mapway.document.ui.client.component中的类
 
CloseDialogBox() - 类 的构造器cn.mapway.document.ui.client.component.CloseDialogBox
Instantiates a new Dialog box ex.
closeGray() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
Word.
closeRed() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
Word.
cn.mapway.document.coder - 程序包 cn.mapway.document.coder
 
cn.mapway.document.configure - 程序包 cn.mapway.document.configure
 
cn.mapway.document.helper - 程序包 cn.mapway.document.helper
 
cn.mapway.document.module - 程序包 cn.mapway.document.module
 
cn.mapway.document.parser - 程序包 cn.mapway.document.parser
 
cn.mapway.document.resource - 程序包 cn.mapway.document.resource
 
cn.mapway.document.servlet - 程序包 cn.mapway.document.servlet
 
cn.mapway.document.test - 程序包 cn.mapway.document.test
 
cn.mapway.document.ui.client - 程序包 cn.mapway.document.ui.client
 
cn.mapway.document.ui.client.component - 程序包 cn.mapway.document.ui.client.component
 
cn.mapway.document.ui.client.component.ace - 程序包 cn.mapway.document.ui.client.component.ace
 
cn.mapway.document.ui.client.main - 程序包 cn.mapway.document.ui.client.main
 
cn.mapway.document.ui.client.main.storage - 程序包 cn.mapway.document.ui.client.main.storage
 
cn.mapway.document.ui.client.module - 程序包 cn.mapway.document.ui.client.module
 
cn.mapway.document.ui.client.resource - 程序包 cn.mapway.document.ui.client.resource
 
cn.mapway.document.ui.client.rpc - 程序包 cn.mapway.document.ui.client.rpc
 
cn.mapway.document.ui.client.test - 程序包 cn.mapway.document.ui.client.test
 
cn.mapway.document.v2.module - 程序包 cn.mapway.document.v2.module
 
cn.mapway.tools - 程序包 cn.mapway.tools
 
code - 类 中的变量cn.mapway.document.coder.Coder
The code.
Coder - cn.mapway.document.coder中的类
The Class Coder.
Coder(String, String) - 类 的构造器cn.mapway.document.coder.Coder
Instantiates a new coder.
codes - 类 中的变量cn.mapway.document.module.ObjectInfo
The codes.
codes() - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
Codes js array.
CompileVersion - cn.mapway.document.parser中的类
 
CompileVersion() - 类 的构造器cn.mapway.document.parser.CompileVersion
 
composeMessage(String, Map) - 类 中的静态方法cn.mapway.document.helper.StrUtil
Compose message.
CopyOfTestController3 - cn.mapway.document.test中的类
The Class CopyOfTestController3.
CopyOfTestController3() - 类 的构造器cn.mapway.document.test.CopyOfTestController3
 
copyright - 类 中的变量cn.mapway.document.configure.ApiDocProperties
The Copyright.
copyright - 类 中的变量cn.mapway.document.module.ApiDoc
API 的整体说明文档.
copyright() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
WordUrl.
count - 类 中的变量cn.mapway.document.module.AccessData
The count.
create(int, int) - 类 中的静态方法cn.mapway.document.ui.client.component.ace.AceEditorCursorPosition
Static creation method.
create(int, int, int, int) - 类 中的静态方法cn.mapway.document.ui.client.component.ace.AceRange
 
create(String, String) - 类 中的静态方法cn.mapway.document.ui.client.test.KeyValueObj
 
cssBoolean() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Css boolean.
cssKey() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Css key.
cssNull() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Css null.
cssNumber() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Css number.
cssString() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Css string.
cssStyle - 类 中的变量cn.mapway.document.module.ApiDoc
自定义样式.
cssStyle() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
style information.
CssStyle - cn.mapway.document.ui.client.resource中的接口
CSS 样式资源.
cssTable() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Css table.
CustomAnchor - cn.mapway.document.ui.client.component中的类
The Class CustomAnchor.
CustomAnchor() - 类 的构造器cn.mapway.document.ui.client.component.CustomAnchor
 
CustomButton - cn.mapway.document.ui.client.component中的类
The Class CustomButton.
CustomButton() - 类 的构造器cn.mapway.document.ui.client.component.CustomButton
Instantiates a new custom button.
CustomButton(String) - 类 的构造器cn.mapway.document.ui.client.component.CustomButton
Instantiates a new custom button.

D

d - 类 中的变量cn.mapway.document.test.Ret
sads.
d - 类 中的变量cn.mapway.document.test.TestObj
The d.
dataType - 类 中的变量cn.mapway.document.v2.module.PathParameter
The data type.
dataType - 类 中的变量cn.mapway.document.v2.module.QueryParameter
The data type.
decLevel() - 类 中的方法cn.mapway.document.parser.Deeps
Dec level.
Deeps - cn.mapway.document.parser中的类
接口字段类型深度信息.
Deeps() - 类 的构造器cn.mapway.document.parser.Deeps
Instantiates a new deeps.
delete() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
Inter.
desc - 类 中的变量cn.mapway.document.module.FieldCode
The desc.
desc() - 类 中的方法cn.mapway.document.ui.client.main.FieldCode
Desc string.
desc() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Desc.
description - 类 中的变量cn.mapway.document.module.ApiDoc
API 的整体说明文档.
description() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
API 的整体说明文档.
description - 类 中的变量cn.mapway.document.v2.module.PathParameter
The description.
description - 类 中的变量cn.mapway.document.v2.module.QueryParameter
The description.
description - 类 中的变量cn.mapway.document.v2.module.UrlItem
The description.
destroy() - 类 中的方法cn.mapway.document.servlet.MapwayDocServlet
Destruction of the servlet.
destroy() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Cleans up the entire editor.
detach() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceRange
Detaches both, start and end from this AceRange.
detachEnd() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceRange
Detaches the end achor from this AceRange.
detachStart() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceRange
Detaches the start anchor from this AceRange.
dlg() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Dlg.
dlgSummary() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
 
DocAutoConfigure - cn.mapway.document.configure中的类
自动配置文档Servlet
DocAutoConfigure() - 类 的构造器cn.mapway.document.configure.DocAutoConfigure
Instantiates a new Doc auto configure.
DocHelper - cn.mapway.document.helper中的类
辅助类.
DocHelper() - 类 的构造器cn.mapway.document.helper.DocHelper
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法cn.mapway.document.servlet.MapwayDocServlet
The doGet method of the servlet.
domain - 类 中的变量cn.mapway.document.configure.ApiDocProperties
The Domain.
domain - 类 中的变量cn.mapway.document.module.ApiDoc
API 的整体说明文档.
domain() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
WordUrl.
doPost(HttpServletRequest, HttpServletResponse) - 类 中的方法cn.mapway.document.servlet.MapwayDocServlet
The doPost method of the servlet.

E

entries - 类 中的变量cn.mapway.document.module.Group
子节点.
entries() - 类 中的方法cn.mapway.document.ui.client.module.Group
子节点.
Entry - cn.mapway.document.module中的类
接口信息.
Entry() - 类 的构造器cn.mapway.document.module.Entry
Instantiates a new entry.
Entry - cn.mapway.document.ui.client.module中的类
接口信息.
Entry() - 类 的构造器cn.mapway.document.ui.client.module.Entry
Instantiates a new entry.
entry() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Entry.
entryImportent() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
API接口 显示重要样式
EntryList - cn.mapway.document.ui.client.main中的类
接口列表.
EntryList() - 类 的构造器cn.mapway.document.ui.client.main.EntryList
Instantiates a new entry list.
EntryListPanel - cn.mapway.document.ui.client.main中的类
The Class EntryListPanel.
EntryListPanel() - 类 的构造器cn.mapway.document.ui.client.main.EntryListPanel
Instantiates a new entry list panel.
EntryPanel - cn.mapway.document.ui.client.main中的类
The Class EntryPanel.
EntryPanel() - 类 的构造器cn.mapway.document.ui.client.main.EntryPanel
Instantiates a new entry panel.
entrySelected() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Entry selected.
entryTitle() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Entry title.
example - 类 中的变量cn.mapway.document.module.ObjectInfo
The example.
example() - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
Example.
example - 类 中的变量cn.mapway.document.v2.module.PathParameter
The example.
example - 类 中的变量cn.mapway.document.v2.module.QueryParameter
The example.
exec(AceEditor) - 接口 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription.ExecAction
 
execCommand(AceCommand) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Execute a command with no arguments.
execCommand(AceCommand, AceCommandArgs) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Execute a command with arguments (in case args is not null).
execCommand(String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Execute a command possibly containing string argument.
execCommand(String, String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Execute a command with arguments (in case args is not null).
execCommand(String, AceCommandArgs) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Execute a command with arguments (in case args is not null).
export(ApiDoc, String, String) - 类 中的方法cn.mapway.document.helper.GwtConnextorExport
输出API 对应的 Java Connector public resp doSomthing(Req req) { }.
export2(ApiDoc, String, String) - 类 中的方法cn.mapway.document.helper.GwtConnextorExport
输出API 对应的 Java Connector 模型在独立的文件中
export2(ApiDoc, String, String) - 类 中的方法cn.mapway.document.helper.JavaConnextorExport
输出API 对应的 Java Connector 模型在独立的文件中
exportGwtConnector(ApiDoc, String, String, String, String) - 类 中的方法cn.mapway.document.helper.JarHelper
输出GWT连接器 Jar包.

F

f1 - 类 中的变量cn.mapway.document.test.Req
The f 1.
fetch(String, String, String, IOnData<T>) - 类 中的静态方法cn.mapway.document.ui.client.rpc.ApiDocProxy
向服务器请求接口调用.
fetchData(String, IOnData<T>) - 类 中的静态方法cn.mapway.document.ui.client.rpc.ApiDocProxy
Fetch data.
fetchString(String, String, String, String, IOnData<String>) - 类 中的静态方法cn.mapway.document.ui.client.rpc.ApiDocProxy
向服务器请求接口调用.
FieldCode - cn.mapway.document.module中的类
字段代码值.
FieldCode() - 类 的构造器cn.mapway.document.module.FieldCode
Instantiates a new Field code.
FieldCode(String, String) - 类 的构造器cn.mapway.document.module.FieldCode
Instantiates a new field code.
FieldCode - cn.mapway.document.ui.client.main中的类
The type Field code.
FieldCode() - 类 的构造器cn.mapway.document.ui.client.main.FieldCode
Instantiates a new Field code.
fields - 类 中的变量cn.mapway.document.module.ObjectInfo
The fields.
fields() - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
Fields.
fileName - 类 中的变量cn.mapway.document.helper.JarInfo
The file name.
fileName() - 类 中的方法cn.mapway.document.ui.client.module.JarInfo
File name.
findAndAddClassesInPackageByFile(String, String, boolean, Set<Class<?>>) - 类 中的静态方法cn.mapway.document.helper.Scans
以文件的形式来获取包下的所有Class
findClassByTypeName(String) - 类 中的方法cn.mapway.document.parser.Types
返回参数的实例类型
findCount(Group, String) - 类 中的方法cn.mapway.document.ui.client.main.EntryList
Find count.
findGroup(String) - 类 中的方法cn.mapway.document.module.ApiDoc
根据路径查找Group,如果不存在这个路径的对象,就在树中创建这个路径.
focus() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Causes the editor to gain input focus.
fromJavaScript(JavaScriptObject) - 类 中的静态方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
Create Ace command from javascript object.
fromString(String) - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceCommandDescription.MultiSelectAction
 
fromString(String) - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceCommandDescription.ScrollIntoView
 
fullName - 类 中的变量cn.mapway.document.module.Group
节点全路径名称.
fullName() - 类 中的方法cn.mapway.document.ui.client.module.Group
节点全路径名称.

G

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
 
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() - 类 中的静态方法cn.mapway.document.ui.client.rpc.RpcContext
Gets the.
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
getGroup() - 类 中的方法cn.mapway.document.v2.module.UrlItem
Gets the group.
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.
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.
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.
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.
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.
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.

H

HeaderEditor - cn.mapway.document.ui.client.test中的类
 
HeaderEditor() - 类 的构造器cn.mapway.document.ui.client.test.HeaderEditor
 
HeaderItem - cn.mapway.document.ui.client.test中的类
 
HeaderItem() - 类 的构造器cn.mapway.document.ui.client.test.HeaderItem
 
history() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
History.
HistoryData - cn.mapway.document.ui.client.test中的类
The Class HistoryData.
HistoryData(String, String) - 类 的构造器cn.mapway.document.ui.client.test.HistoryData
Instantiates a new history data.
HistoryItem - cn.mapway.document.ui.client.test中的类
The Class HistoryItem.
HistoryItem() - 类 的构造器cn.mapway.document.ui.client.test.HistoryItem
Instantiates a new history item.
home - 类 中的变量cn.mapway.document.configure.ApiDocProperties
The Home.
homeUrl - 类 中的变量cn.mapway.document.module.ApiDoc
首页链接
homeUrl() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
s

I

ImageUtil - cn.mapway.tools中的类
图像工具
ImageUtil() - 类 的构造器cn.mapway.tools.ImageUtil
 
imgButton() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Img button.
imgDeleteClick(ClickEvent) - 类 中的方法cn.mapway.document.ui.client.test.HeaderItem
 
incLevel() - 类 中的方法cn.mapway.document.parser.Deeps
Inc level.
increase(int) - 类 中的方法cn.mapway.document.parser.ClassDepthData
Increase.
init() - 类 中的方法cn.mapway.document.servlet.MapwayDocServlet
Initialization of the servlet.
init(String) - 类 中的方法cn.mapway.document.ui.client.main.MainFrame
Inits the.
initializeCommandLine(AceCommandLine) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Bind command line and editor.
input - 类 中的变量cn.mapway.document.module.Entry
输入参数.
input() - 类 中的方法cn.mapway.document.ui.client.module.Entry
输入参数.
InputHistoryPanel - cn.mapway.document.ui.client.test中的类
The Class InputHistoryPanel.
InputHistoryPanel() - 类 的构造器cn.mapway.document.ui.client.test.InputHistoryPanel
Instantiates a new input history panel.
InputParameterPanel - cn.mapway.document.ui.client.main中的类
The type Input parameter panel.
InputParameterPanel() - 类 的构造器cn.mapway.document.ui.client.main.InputParameterPanel
Instantiates a new Input parameter panel.
insertAtCursor(String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Insert given text at the cursor.
INSTANCE - 接口 中的静态变量cn.mapway.document.ui.client.resource.SysResource
The Constant INSTANCE.
inter() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
Inter.
invoke(Entry) - 类 中的方法cn.mapway.document.ui.client.test.TestPanel
Invoke.
invokeAceCallback(JavaScriptObject) - 接口 中的方法cn.mapway.document.ui.client.component.ace.AceEditorCallback
Callback method.
invokeMethods - 类 中的变量cn.mapway.document.module.Entry
调用类型.
invokeMethods() - 类 中的方法cn.mapway.document.ui.client.module.Entry
调用类型.
invokeWithCompletions(AceCompletion[]) - 接口 中的方法cn.mapway.document.ui.client.component.ace.AceCompletionCallback
Submit code completion proposals.
IOnData<T> - cn.mapway.document.ui.client.rpc中的接口
The Interface IOnData.
isBackwards() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceSelection
Check if selection leading position is located before anchor position
isEmpty() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceSelection
Check if selection is empty.
isMultiLine() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceSelection
Check if selection contains several lines.
isOpen(String) - 类 中的方法cn.mapway.document.ui.client.main.ApiTree
Checks if is open.
isPassEvent() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
In case this parameter is true keyboard event will be passed to original listener.
isPrimitive(String) - 类 中的方法cn.mapway.document.ui.client.main.ObjectInfoPanel
Checks if is primitive.
isReadOnly() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
Describe does this command change editor document or not.

J

jar(ApiDoc, String, String, String, String) - 类 中的方法cn.mapway.document.helper.DocHelper
Jar.
jar(ApiDoc, String, String, String, String) - 类 中的方法cn.mapway.document.helper.JarHelper
输出Jar包到指定的目录.
JarHelper - cn.mapway.document.helper中的类
输出Jar包工具.
JarHelper() - 类 的构造器cn.mapway.document.helper.JarHelper
 
JarInfo - cn.mapway.document.helper中的类
The Class JarInfo.
JarInfo() - 类 的构造器cn.mapway.document.helper.JarInfo
 
JarInfo - cn.mapway.document.ui.client.module中的类
The Class JarInfo.
JarInfo() - 类 的构造器cn.mapway.document.ui.client.module.JarInfo
Instantiates a new jar info.
JavaClassContent - cn.mapway.document.helper中的类
Java Class Content.
JavaClassContent() - 类 的构造器cn.mapway.document.helper.JavaClassContent
 
JavaConnextorExport - cn.mapway.document.helper中的类
输出Java Connect 代码.
JavaConnextorExport() - 类 的构造器cn.mapway.document.helper.JavaConnextorExport
Instantiates a new gwt connextor export.
JavascriptExport - cn.mapway.document.helper中的类
The Class JavascriptHelper.
JavascriptExport() - 类 的构造器cn.mapway.document.helper.JavascriptExport
 
json - 类 中的变量cn.mapway.document.module.ObjectInfo
对象的JSON例子.
json() - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
Json.
JsonPanel - cn.mapway.document.ui.client.main中的类
The Class JsonPanel.
JsonPanel() - 类 的构造器cn.mapway.document.ui.client.main.JsonPanel
Instantiates a new json panel.

K

KEY - 类 中的变量cn.mapway.document.ui.client.rpc.RpcContext
The enn custom token.
KeyBinding(String) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceCommandDescription.KeyBinding
Constructor for key bindings for all platforms.
KeyBinding(String, String) - 类 的构造器cn.mapway.document.ui.client.component.ace.AceCommandDescription.KeyBinding
Constructor for separate key bindings for Mac and other platforms.
KeyValueObj - cn.mapway.document.ui.client.test中的类
 
KeyValueObj() - 类 的构造器cn.mapway.document.ui.client.test.KeyValueObj
 
KeyValueObjs - cn.mapway.document.ui.client.test中的类
 
KeyValueObjs() - 类 的构造器cn.mapway.document.ui.client.test.KeyValueObjs
 

L

last - 类 中的变量cn.mapway.document.module.AccessData
The last.
link - 类 中的变量cn.mapway.document.helper.JarInfo
link.
link - 类 中的变量cn.mapway.document.module.ApiDoc
API关联网址.
link() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
API关联网址.
link() - 类 中的方法cn.mapway.document.ui.client.module.JarInfo
Link.
link(String) - 类 中的方法cn.mapway.document.ui.client.module.JarInfo
Link.
listCommands() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
List names of all Ace commands.
loading() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
Loading.
LocalStorage - cn.mapway.document.ui.client.main.storage中的类
本地存储.
LocalStorage() - 类 的构造器cn.mapway.document.ui.client.main.storage.LocalStorage
 
LoginResp - cn.mapway.document.ui.client.module中的类
登录返回 { "userId" :"12346", "token" :"432432564tff45454543", "msg" :"错误内容", "retCode" :1 }.
LoginResp() - 类 的构造器cn.mapway.document.ui.client.module.LoginResp
Instantiates a new login resp.
logo - 类 中的变量cn.mapway.document.configure.ApiDocProperties
The Logo.
logo - 类 中的变量cn.mapway.document.module.ApiDoc
LOGO BASE64编码数据
logo() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
logo.
logo() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
Logo.

M

main(String[]) - 类 中的静态方法cn.mapway.document.parser.SpringParser
The main method.
main(String[]) - 类 中的静态方法cn.mapway.document.ui.client.main.InputParameterPanel
The entry point of application.
main() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
Jsondata.
main(String[]) - 类 中的静态方法cn.mapway.tools.ImageUtil
The entry point of application.
main(String[]) - 类 中的静态方法cn.mapway.tools.TableBuilder
The entry point of application.
MainFrame - cn.mapway.document.ui.client.main中的类
The Class MainFrame.
MainFrame() - 类 的构造器cn.mapway.document.ui.client.main.MainFrame
Instantiates a new main frame.
makePathFile(String, String, String) - 类 中的静态方法cn.mapway.document.helper.JarHelper
Make path file.
manditary - 类 中的变量cn.mapway.document.module.ObjectInfo
The manditary.
manditary() - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
Manditary.
MapwayDocServlet - cn.mapway.document.servlet中的类
文档服务入口.
MapwayDocServlet() - 类 的构造器cn.mapway.document.servlet.MapwayDocServlet
Constructor of the object.
Markdowns - cn.mapway.document.helper中的类
markdown handler
Markdowns() - 类 的构造器cn.mapway.document.helper.Markdowns
Instantiates a new Markdowns.
max - 类 中的变量cn.mapway.document.module.ObjectInfo
最大值.
max() - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
MaxLength.
maxLength - 类 中的变量cn.mapway.document.module.ObjectInfo
字符串最大长度.
maxLength() - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
MaxLength.
message - 类 中的变量cn.mapway.document.coder.Coder
The message.
methodName - 类 中的变量cn.mapway.document.module.Entry
入口的函数名称.
methodName() - 类 中的方法cn.mapway.document.ui.client.module.Entry
入口的函数名称.
methods - 类 中的变量cn.mapway.document.v2.module.UrlItem
The methods.
min - 类 中的变量cn.mapway.document.module.ObjectInfo
最小值.
min() - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
Length.
minLength - 类 中的变量cn.mapway.document.module.ObjectInfo
字符串最小长度.
minLength() - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
Length.
minus() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
Minus.

N

name - 类 中的变量cn.mapway.document.module.Group
节点名称.
name - 类 中的变量cn.mapway.document.module.ObjectInfo
The name.
name() - 类 中的方法cn.mapway.document.ui.client.module.Group
节点名称.
name() - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
Name.
name() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Name.
name - 类 中的变量cn.mapway.document.v2.module.PathParameter
The name.
name - 类 中的变量cn.mapway.document.v2.module.QueryParameter
The name.
name - 类 中的变量cn.mapway.document.v2.module.UrlItem
The name.
names - 类 中的变量cn.mapway.document.test.Req
The names.

O

obj - 类 中的变量cn.mapway.document.ui.client.module.GenInfo
The obj.
ObjectInfo - cn.mapway.document.module中的类
The Class ObjectInfo.
ObjectInfo() - 类 的构造器cn.mapway.document.module.ObjectInfo
Instantiates a new object info.
ObjectInfo - cn.mapway.document.ui.client.module中的类
The Class ObjectInfo.
ObjectInfo() - 类 的构造器cn.mapway.document.ui.client.module.ObjectInfo
Instantiates a new object info.
ObjectInfoPanel - cn.mapway.document.ui.client.main中的类
The Class ObjectInfoPanel.
ObjectInfoPanel() - 类 的构造器cn.mapway.document.ui.client.main.ObjectInfoPanel
Instantiates a new object info panel.
ObjectsInfoPanel - cn.mapway.document.ui.client.main中的类
The Class ObjectInfoPanel.
ObjectsInfoPanel() - 类 的构造器cn.mapway.document.ui.client.main.ObjectsInfoPanel
Instantiates a new object info panel.
onChangeSelection(AceSelection) - 接口 中的方法cn.mapway.document.ui.client.component.ace.AceSelectionListener
Emitted when the cursor selection changes.
onClick(ClickEvent) - 类 中的方法cn.mapway.document.ui.client.main.ObjectInfoPanel
 
onClick(ClickEvent) - 类 中的方法cn.mapway.document.ui.client.main.ObjectsInfoPanel
 
onCommandEntered(String) - 接口 中的方法cn.mapway.document.ui.client.component.ace.AceCommandLineListener
Notify subscriber (e.g. editor) that command was entered.
onError(String, String) - 接口 中的方法cn.mapway.document.ui.client.rpc.IOnData
On error.
onLoad() - 类 中的方法cn.mapway.document.ui.client.test.TestPanel
 
onModuleLoad() - 类 中的方法cn.mapway.document.ui.client.ApiDocEntry
 
onResize() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
 
onResize() - 类 中的方法cn.mapway.document.ui.client.main.JsonPanel
 
onSuccess(String, T) - 接口 中的方法cn.mapway.document.ui.client.rpc.IOnData
On success.
order - 类 中的变量cn.mapway.document.module.Entry
接口的排序值.
order - 类 中的变量cn.mapway.document.module.Group
The order.
order() - 类 中的方法cn.mapway.document.ui.client.module.Entry
接口的排序值.
order - 类 中的变量cn.mapway.document.v2.module.UrlItem
The order.
output - 类 中的变量cn.mapway.document.module.Entry
输出参数.
output() - 类 中的方法cn.mapway.document.ui.client.module.Entry
输出参数.
outputImage(int, int, File, String) - 类 中的静态方法cn.mapway.tools.ImageUtil
生成指定验证码图像文件
outputImage(int, int, OutputStream, String) - 类 中的静态方法cn.mapway.tools.ImageUtil
输出指定验证码图片流
OutputParameter - cn.mapway.document.ui.client.main中的类
The type Output parameter.
OutputParameter() - 类 的构造器cn.mapway.document.ui.client.main.OutputParameter
Instantiates a new Output parameter.
outputVerifyImage(int, int, File, int) - 类 中的静态方法cn.mapway.tools.ImageUtil
生成随机验证码文件,并返回验证码值
outputVerifyImage(int, int, OutputStream, int) - 类 中的静态方法cn.mapway.tools.ImageUtil
输出随机验证码图片流,并返回验证码值

P

packageName - 类 中的变量cn.mapway.document.helper.JavaClassContent
The package name.
PARAM_ANT_HOME - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
ANT hOME路径.
PARAM_API_VERSION - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
文档API版本.
PARAM_AUTHOR - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
作者.
PARAM_BASE_PATH - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
接口URL基路径.
PARAM_CONNECTOR_CLASS_NAME - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
连接的类名.
PARAM_CONNECTOR_PACKAGE_NAME - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
连接的包名.
PARAM_COPY_RIGHT - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
连接的类名.
PARAM_CSS_STYLE - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
样式文件,可以是 网络的文件,也可以直接是 css样式.
PARAM_DOMAIN - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
域名.
PARAM_ENABLE_GWT_CONNECTOR - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
是否允许生成GwtConnector.
PARAM_ENABLE_JAVA_CONNECTOR - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
是否允许生成JavaConnector.
PARAM_HOME_URL - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
返回的URL.
PARAM_LOGO_BASE64 - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
LOGO base64 data
PARAM_SCAN_PACKAGES - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
扫描的包名,支持,号隔开多个包名.
PARAM_SUB_TITLE - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
子标题.
PARAM_TITLE - 类 中的静态变量cn.mapway.document.servlet.MapwayDocServlet
标题.
ParameterPanel - cn.mapway.document.ui.client.main中的类
参数面板.
ParameterPanel() - 类 的构造器cn.mapway.document.ui.client.main.ParameterPanel
Instantiates a new parameter panel.
parentClassName - 类 中的变量cn.mapway.document.module.Entry
方法所在的类.
parentClassName() - 类 中的方法cn.mapway.document.ui.client.module.Entry
方法所在的类.
parse(GenContext, String...) - 类 中的方法cn.mapway.document.parser.SpringParser
解析包中的类.
parse(Group, String) - 类 中的方法cn.mapway.document.ui.client.main.EntryList
Parses the.
parse(Group, String) - 类 中的方法cn.mapway.document.ui.client.main.EntryListPanel
Parses the.
parse(Entry) - 类 中的方法cn.mapway.document.ui.client.main.EntryPanel
Parses the.
parse(ObjectInfo, List<GenInfo>, Map<String, Anchor>) - 类 中的方法cn.mapway.document.ui.client.main.ObjectInfoPanel
级联操作.
parse(JsArray<ObjectInfo>, String, String) - 类 中的方法cn.mapway.document.ui.client.main.ObjectsInfoPanel
Parses the.
parse(ObjectInfo) - 类 中的方法cn.mapway.document.ui.client.main.OutputParameter
Parse.
parse(ObjectInfo, String) - 类 中的方法cn.mapway.document.ui.client.main.ParameterPanel
Parses the.
parse(String) - 类 中的静态方法cn.mapway.document.ui.client.test.KeyValueObjs
 
parseData(ApiDoc) - 类 中的方法cn.mapway.document.ui.client.main.ApiTree
Parses the data.
parseEntry(Entry) - 类 中的方法cn.mapway.document.ui.client.main.InputParameterPanel
Parse entry.
ParseType - cn.mapway.document.helper中的枚举
The Enum ParseType.
path - 类 中的变量cn.mapway.document.helper.JarInfo
The path.
path() - 类 中的方法cn.mapway.document.ui.client.module.JarInfo
Path.
path - 类 中的变量cn.mapway.document.v2.module.UrlItem
The path.
PathParameter - cn.mapway.document.v2.module中的类
路径参数.
PathParameter() - 类 的构造器cn.mapway.document.v2.module.PathParameter
 
pathParameters - 类 中的变量cn.mapway.document.v2.module.UrlItem
The path parameters.
pathParas - 类 中的变量cn.mapway.document.module.Entry
输入参数.
pathParas() - 类 中的方法cn.mapway.document.ui.client.module.Entry
输入参数.
plus() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
Plus.
pre() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Pre.
processFullName() - 类 中的方法cn.mapway.document.module.ApiDoc
Process full name.
processToken(String, String) - 类 中的方法cn.mapway.document.ui.client.test.TestPanel
处理TOKEN.
push(String, int) - 类 中的方法cn.mapway.document.parser.Deeps
Push.

Q

QueryParameter - cn.mapway.document.v2.module中的类
查询参数.
QueryParameter() - 类 的构造器cn.mapway.document.v2.module.QueryParameter
 
queryParameters - 类 中的变量cn.mapway.document.v2.module.UrlItem
The query parameters.
queryParas - 类 中的变量cn.mapway.document.module.Entry
输入参数.
queryParas() - 类 中的方法cn.mapway.document.ui.client.module.Entry
输入参数.

R

readBinResource(String, String) - 类 中的静态方法cn.mapway.document.helper.Scans
读取二进制资源
readResource(String, String) - 类 中的静态方法cn.mapway.document.helper.Scans
读取资源内容
readTemplate(String) - 类 中的静态方法cn.mapway.document.resource.Template
读取相对资源路径.
redisplay() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Call this to force the editor contents to be redisplayed.
refLink() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
reflink
refs - 类 中的变量cn.mapway.document.module.ObjectInfo
引用的数据类型.
refs() - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
Fields.
relativePath - 类 中的变量cn.mapway.document.module.Entry
接口相对路径.
relativePath() - 类 中的方法cn.mapway.document.ui.client.module.Entry
接口相对路径.
remove(String) - 类 中的方法cn.mapway.document.ui.client.test.KeyValueObjs
 
removeAllExistingCompleters() - 类 中的静态方法cn.mapway.document.ui.client.component.ace.AceEditor
Removes all existing completers from the langtools

This can be used to disable all completers including local completers, which can be very useful when completers are used on very large files (as the local completer tokenizes every word to put in the selected list).
removeAllMarkers() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Remove all the displayed markers.
removeChildGroup(Group) - 类 中的方法cn.mapway.document.module.Group
移除子节点.
removeCommand(AceCommand) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Remove a command from the editor.
removeCommandByName(String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Remove commands, that may not be required, from the editor
removeMarker(int) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditor
Removes the marker with the specified ID.
removeSelectionListener(AceSelectionListener) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceSelection
Unregister listener for selection change events.
render(HistoryData) - 类 中的方法cn.mapway.document.ui.client.test.HistoryItem
Render.
render(String) - 类 中的方法cn.mapway.document.ui.client.test.InputHistoryPanel
Render.
replace(String, Map<String, String>) - 类 中的方法cn.mapway.document.helper.GwtConnextorExport
Replace.
replace(String, Map<String, String>) - 类 中的方法cn.mapway.document.helper.JavaConnextorExport
Replace.
replace(String, Map<String, String>) - 类 中的静态方法cn.mapway.document.helper.StrUtil
Replace.
replace2(String, Map<String, String>) - 类 中的静态方法cn.mapway.document.helper.StrUtil
Replace 2.
Req - cn.mapway.document.test中的类
The Class Req.
Req() - 类 的构造器cn.mapway.document.test.Req
 
Ret - cn.mapway.document.test中的类
The Class Ret.
Ret() - 类 的构造器cn.mapway.document.test.Ret
 
rets - 类 中的变量cn.mapway.document.test.Req
The rets.
ReturnParameter - cn.mapway.document.v2.module中的类
返回参数.
ReturnParameter() - 类 的构造器cn.mapway.document.v2.module.ReturnParameter
 
returnParameter - 类 中的变量cn.mapway.document.v2.module.UrlItem
The return parameter.
root - 类 中的变量cn.mapway.document.module.ApiDoc
API分组的根节点.
root() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
API分组的根节点.
row0() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Row 0.
row1() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Row 1.
rowh() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Rowh.
rowTitle() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Row title.
RpcContext - cn.mapway.document.ui.client.rpc中的类
RPC调用的上下文.
RpcContext() - 类 的构造器cn.mapway.document.ui.client.rpc.RpcContext
 

S

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.
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.
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.
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样式.
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中的接口
系统资源.

T

TABLE - 类 中的变量cn.mapway.tools.TableBuilder
The Table.
TableBuilder - cn.mapway.tools中的类
打印表格
TableBuilder() - 类 的构造器cn.mapway.tools.TableBuilder
 
tableHeader() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Table header.
tag() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
tags
tags - 类 中的变量cn.mapway.document.module.Entry
文档的标签列表
tags() - 类 中的方法cn.mapway.document.ui.client.module.Entry
标签
Template - cn.mapway.document.resource中的类
模板类.
Template() - 类 的构造器cn.mapway.document.resource.Template
 
TestController - cn.mapway.document.test中的类
The Class TestController.
TestController() - 类 的构造器cn.mapway.document.test.TestController
 
TestController2 - cn.mapway.document.test中的类
The Class TestController2.
TestController2() - 类 的构造器cn.mapway.document.test.TestController2
 
testObj - 类 中的变量cn.mapway.document.test.Req
The test obj.
TestObj - cn.mapway.document.test中的类
The Class TestObj.
TestObj() - 类 的构造器cn.mapway.document.test.TestObj
 
TestPanel - cn.mapway.document.ui.client.test中的类
测试面板.
TestPanel() - 类 的构造器cn.mapway.document.ui.client.test.TestPanel
Instantiates a new test panel.
text() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Text.
title - 类 中的变量cn.mapway.document.configure.ApiDocProperties
The Title.
title - 类 中的变量cn.mapway.document.module.ApiDoc
标题.
title - 类 中的变量cn.mapway.document.module.Entry
接口名称.
title - 类 中的变量cn.mapway.document.module.ObjectInfo
The title.
title() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
标题.
title() - 类 中的方法cn.mapway.document.ui.client.module.Entry
接口名称.
title() - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
Title.
title(String) - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
Title.
title() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
title.
title - 类 中的变量cn.mapway.document.ui.client.test.HistoryData
The title.
toDoc(ParseType, GenContext, String...) - 类 中的方法cn.mapway.document.helper.DocHelper
生成接口文档JSON格式.
toJavascript(ParseType, GenContext, String, String) - 类 中的方法cn.mapway.document.helper.DocHelper
输出JAvascript 脚本
toJavascript(ApiDoc, String, String) - 类 中的方法cn.mapway.document.helper.JavascriptExport
To javascript.
toJavaScript(AceEditor) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
Create javascript object from Ace command description.
toJsObject() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditorCursorPosition
Convert to a native Ace JavaScript position object (with integer-valued row and column fields.)
toJSON() - 类 中的方法cn.mapway.document.ui.client.test.KeyValueObjs
 
toString() - 类 中的方法cn.mapway.document.coder.Coder
输出对象字符串.
toString() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription.KeyBinding
 
toString() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
 
toString() - 类 中的方法cn.mapway.document.ui.client.component.ace.AceEditorCursorPosition
 
toString() - 类 中的方法cn.mapway.tools.TableBuilder
 
toWord(ApiDoc, String) - 类 中的方法cn.mapway.document.helper.DocHelper
生成WORD文档.
translate(String) - 类 中的方法cn.mapway.document.helper.Markdowns
转换器
treeClose() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
Tree close.
treeClosed() - 类 中的方法cn.mapway.document.ui.client.resource.TreeResource
 
treeItemImage() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Tree item image.
treeItemSelected() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Tree item selected.
treeLeaf() - 类 中的方法cn.mapway.document.ui.client.resource.TreeResource
 
treeOpen() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
Tree open.
treeOpen() - 类 中的方法cn.mapway.document.ui.client.resource.TreeResource
 
TreeResource - cn.mapway.document.ui.client.resource中的类
The Class TreeResource.
TreeResource() - 类 的构造器cn.mapway.document.ui.client.resource.TreeResource
 
type - 类 中的变量cn.mapway.document.module.ObjectInfo
The type.
type - 类 中的变量cn.mapway.document.ui.client.module.GenInfo
The type.
type() - 类 中的方法cn.mapway.document.ui.client.module.ObjectInfo
Type.
type() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Type.
typeLink() - 接口 中的方法cn.mapway.document.ui.client.resource.CssStyle
Type link.
typeName - 类 中的变量cn.mapway.document.parser.ClassDepthData
The type name.
Types - cn.mapway.document.parser中的类
泛型类型定义操作
Types(Type) - 类 的构造器cn.mapway.document.parser.Types
Instantiates a new Types.

U

url - 类 中的变量cn.mapway.document.configure.ApiDocProperties
The Url.
url - 类 中的变量cn.mapway.document.module.Entry
接口路径.
url() - 类 中的方法cn.mapway.document.ui.client.module.Entry
全路径.
UrlItem - cn.mapway.document.v2.module中的类
URL 条目.
UrlItem() - 类 的构造器cn.mapway.document.v2.module.UrlItem
Instantiates a new url item.
Urls - cn.mapway.document.v2.module中的类
Url 列表,并提供列表的操作 转换,解析等操作.
Urls() - 类 的构造器cn.mapway.document.v2.module.Urls
Instantiates a new urls.
UTF8TABLE - 类 中的静态变量cn.mapway.tools.TableBuilder
The Utf 8 table.

V

val(String) - 类 中的静态方法cn.mapway.document.ui.client.main.storage.LocalStorage
Val.
value - 类 中的变量cn.mapway.document.module.FieldCode
The value.
value() - 类 中的方法cn.mapway.document.ui.client.main.FieldCode
Value string.
VALUE - 类 中的变量cn.mapway.document.ui.client.rpc.RpcContext
The enn gateway token.
value - 类 中的变量cn.mapway.document.ui.client.test.HistoryData
The value.
valueOf(String) - 枚举 中的静态方法cn.mapway.document.helper.ParseType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceAnnotationType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceCommand
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceCommandDescription.MultiSelectAction
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceCommandDescription.ScrollIntoView
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceEditorMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceEditorTheme
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceMarkerType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.mapway.document.helper.ParseType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceAnnotationType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceCommand
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceCommandDescription.MultiSelectAction
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceCommandDescription.ScrollIntoView
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceEditorMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceEditorTheme
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.mapway.document.ui.client.component.ace.AceMarkerType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VERIFY_CODES - 类 中的静态变量cn.mapway.tools.ImageUtil
The constant VERIFY_CODES.
version - 类 中的变量cn.mapway.document.configure.ApiDocProperties
The Version.
version - 类 中的变量cn.mapway.document.module.ApiDoc
API版本.
VERSION - 类 中的静态变量cn.mapway.document.parser.CompileVersion
 
version() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
API版本.

W

with(String, String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandArgs
Add key-value pair to map.
withAceCommandGroup(String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
Chainable setter method for aceCommandGroup property.
withBindKey(AceCommandDescription.KeyBinding) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
Chainable setter method for bindKey property.
withBindKey(String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
Chainable setter method for bindKey property for all platforms.
withBindKey(String, String) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
Chainable setter method for bindKey property for Mac and other platforms separately.
withMultiSelectAction(AceCommandDescription.MultiSelectAction) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
Chainable setter method for multiSelectAction property.
withPassEvent(boolean) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
Chainable setter method for passEvent property.
withReadOnly(boolean) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
Chainable setter method for readOnly property.
withScrollIntoView(AceCommandDescription.ScrollIntoView) - 类 中的方法cn.mapway.document.ui.client.component.ace.AceCommandDescription
Chainable setter method for scrollIntoView property.
word() - 接口 中的方法cn.mapway.document.ui.client.resource.SysResource
Word.
wordUrl - 类 中的变量cn.mapway.document.module.ApiDoc
用户设置导出WordURL地址.
wordUrl() - 类 中的方法cn.mapway.document.ui.client.module.ApiDoc
WordUrl.
A B C D E F G H I J K L M N O P Q R S T U V W 
跳过导航链接

Copyright © 2018. All rights reserved.