Package | Description |
---|---|
votorola.a.diff |
Differencing of position drafts.
|
votorola.s.gwt.mediawiki |
Staging Crossforum Theatre within MediaWiki pages.
|
votorola.s.gwt.scene.feed |
Showing sequences of real-world events to users.
|
votorola.s.gwt.scene.feed.ss |
Supporting the server side of a feed.
|
votorola.s.gwt.stage |
Staging for
Crossforum Theatre,
an embeddable UI for the Votorola toolset.
|
votorola.s.gwt.stage.link |
Props for navigating among scenes.
|
Modifier and Type | Class and Description |
---|---|
class |
DiffLook1
A basic implementation of a difference look.
|
class |
DiffLookJS
A difference look implemented as a JavaScript overlay type.
|
Modifier and Type | Field and Description |
---|---|
static Equator<DiffLook> |
DiffLookJS.EQUATOR
An equator that implements DiffLook.
|
Modifier and Type | Class and Description |
---|---|
class |
ShadowedDiff
A difference between an anchoring author's
position draft and that of an immediate cast relation.
|
Modifier and Type | Method and Description |
---|---|
(package private) ShadowedDiff |
DifferenceShadows.diffFor(DiffLook d1)
Returns the shadowed version of the specified difference, or null if there is
none.
|
Modifier and Type | Method and Description |
---|---|
DiffLook |
Bite.difference()
The difference associated with this bite.
|
Modifier and Type | Class and Description |
---|---|
class |
DiffLookJig
A partial implementation of a mutable and serializeable difference look.
|
Modifier and Type | Method and Description |
---|---|
DiffLook |
TheatrePage.getDefaultDifference()
The key of the default difference, or null if there is none.
|
DiffLook |
Stage.getDefaultDifference() |
DiffLook |
TheatrePage.getDifference()
The key of the difference that is shown, or null if none in particular is shown
and no default is set.
|
DiffLook |
Stage.getDifference()
The key of the difference that is shown, or null if none in particular is shown
and no default is set.
|
Modifier and Type | Method and Description |
---|---|
static void |
Stage.setDefaultDifference(DiffLook newDefault)
Sets the key of the default difference, firing a change event if it affects
the bound property "difference".
|
void |
Stage.setDifference(DiffLook k)
Sets the key of the difference that is shown, or effectively resets it to the
default.
|
Modifier and Type | Field and Description |
---|---|
static DiffLook |
NominalDifferenceTargeter.NOMINAL_DIFF
The difference that is staged whenever the
difference link is nominally targeted.
|
Modifier and Type | Method and Description |
---|---|
(package private) static String |
DifferenceTargeter.href(DiffLook look)
Returns the target location for the specified difference look, or null if the
current page is already at that location.
|