Package | Description |
---|---|
votorola.s.gwt.mediawiki |
Staging Crossforum Theatre within MediaWiki pages.
|
Modifier and Type | Field and Description |
---|---|
(package private) ShadowedDiff |
DifferenceParse.diff
The current difference being marked up.
|
Modifier and Type | Method and Description |
---|---|
(package private) ShadowedDiff |
DifferenceShadows.candidateDiff()
Returns the difference between the anchor's position draft and the candidate's; or
null if there is no candidate, or the difference is unknown.
|
protected ShadowedDiff |
ShadowLight.differenceFor(String personName,
String pollName) |
(package private) ShadowedDiff |
DifferenceShadows.diffFor(DiffLook d1)
Returns the shadowed version of the specified difference, or null if there is
none.
|
(package private) ShadowedDiff |
DifferenceShadows.diffFor(String personName,
String pollName)
Returns the shadowed difference for the specified person and poll, or null if
there is none.
|
(package private) ShadowedDiff |
DifferenceShadows.peerDiff(int n)
Returns the difference between the position drafts of the anchor and her peer at
the specified index; or null if there is no such peer, or the difference is
unknown.
|
(package private) ShadowedDiff |
DifferenceShadows.voterDiff(int n)
Returns the difference between the anchor's position draft and the voter's at the
specified index; or null if there is no such voter, or the difference is unknown.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
DifferenceShadowsV.report(String message,
int level,
ShadowedDiff diff)
Shows a debug report to the user that may be
filtered by difference properties.
|
(package private) void |
DifferenceParse.setDiff(ShadowedDiff _diff)
Sets the current difference being marked up.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ShadowLight.run(LightableDifference.Runner<ShadowedDiff> r) |
(package private) void |
DifferenceShadows.run(LightableDifference.Runner<ShadowedDiff> runner)
Passes all shadowed differences through the specified runner.
|
Constructor and Description |
---|
DifferenceShadows(CountJS _count,
CountNodeJS _anchor,
ShadowedDiff[] _voterDiffBoard,
JsArray<CountNodeJS> _peers,
ShadowedDiff[] _peerDiffBoard,
CountNodeJS _candidate,
ShadowedDiff _candidateDiff,
TheatrePage referrer)
Constructs an instance of DifferenceShadows that co-exists permanently with the
stage.
|
DifferenceShadows(CountJS _count,
CountNodeJS _anchor,
ShadowedDiff[] _voterDiffBoard,
JsArray<CountNodeJS> _peers,
ShadowedDiff[] _peerDiffBoard,
CountNodeJS _candidate,
ShadowedDiff _candidateDiff,
TheatrePage referrer)
Constructs an instance of DifferenceShadows that co-exists permanently with the
stage.
|
DifferenceShadows(CountJS _count,
CountNodeJS _anchor,
ShadowedDiff[] _voterDiffBoard,
JsArray<CountNodeJS> _peers,
ShadowedDiff[] _peerDiffBoard,
CountNodeJS _candidate,
ShadowedDiff _candidateDiff,
TheatrePage referrer)
Constructs an instance of DifferenceShadows that co-exists permanently with the
stage.
|