Namespace gui
The gui package.
Defined in: runtime.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
<static> |
Singleton object which provides some common constraint
names that ship with and are respected by WebODF.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
gui.SelectionView(cursor)
An interface for rendering a visible selection for the provided cursor
|
<static> |
gui.UndoManager()
|
Field Detail
<static>
gui.CommonConstraints
Singleton object which provides some common constraint
names that ship with and are respected by WebODF.
Defined in: CommonConstraints.js.
Defined in: CommonConstraints.js.
Method Detail
<static>
gui.SelectionView(cursor)
An interface for rendering a visible selection for the provided cursor
Defined in: SelectionView.js.
Defined in: SelectionView.js.
- Parameters:
- {!(ops.OdtCursor|gui.ShadowCursor)} cursor
<static>
gui.UndoManager()
Defined in: UndoManager.js.