Package | Description |
---|---|
votorola.a.diff |
Differencing of position drafts.
|
votorola.a.web.wic |
Serving Votorola's Wicket web interface.
|
votorola.g |
Providing general-purpose library code.
|
votorola.g.hold |
Holding and releasing programmatic resources.
|
votorola.g.web.gwt |
Implementing web clients with the Google Web Tookit.
|
votorola.s.gwt.scene.axial |
Mapping along Cartesian axes.
|
votorola.s.gwt.scene.feed |
Showing sequences of real-world events to users.
|
votorola.s.gwt.scene.geo |
Mapping by geolocation.
|
votorola.s.gwt.scene.vote |
Mapping society along lines of formal assent.
|
votorola.s.gwt.stage.poll |
Poll related props for the stage.
|
votorola.s.gwt.stage.talk |
Discussion related props for the stage.
|
votorola.s.gwt.stage.vote |
Voting related props for the stage.
|
Modifier and Type | Method and Description |
---|---|
File[] |
LineTransformer1.fetchPageAsFile(URI s,
String idType,
int id,
String prefix,
Spool fileSpool)
Downloads the wikitext source of the specified page, and splits it into one or
more temporary files.
|
Modifier and Type | Method and Description |
---|---|
Spool |
VOWicket.spool()
The spool that is unwound prior to destruction of the web interface.
|
Modifier and Type | Method and Description |
---|---|
static XMLStreamReader |
MediaWiki.newXMLStreamReader(InputStream in,
Spool spool)
Constructs a new stream reader suitable for reading a MediaWiki API response, and
reads just to the 'api' element.
|
static com.google.gson.stream.JsonReader |
MediaWiki.requestJSON(URLConnection _http,
Spool spool)
Establishes an HTTP connection and returns a JSON reader for the response.
|
static XMLStreamReader |
MediaWiki.requestXML(URLConnection _http,
Spool spool)
Establishes an HTTP connection and returns an XML reader pre-situated on the 'api'
element of the response body.
|
Modifier and Type | Class and Description |
---|---|
class |
Spool0
A null implementation of a spool.
|
class |
Spool1
An implementation of a spool based on a linked list.
|
class |
SpoolT
A thread-safe implementation of a spool based on a Vector.
|
Constructor and Description |
---|
SpoolHold(Spool _spool)
Constructs a SpoolHold.
|
Modifier and Type | Field and Description |
---|---|
protected Spool |
Switch.spool |
Modifier and Type | Method and Description |
---|---|
static <T> SpooledAsyncCallback<T> |
SpooledAsyncCallback.wrap(Spool spool,
AsyncCallback<T> callback)
Creates an SpooledAsyncCallback.
|
Constructor and Description |
---|
DiaxialScoping(Spool spool)
Constructs a DiaxialScoping.
|
TriaxialScoping(Spool spool)
Constructs a TriaxialScoping.
|
Constructor and Description |
---|
Feed.UnScoper(int _listMaxSize,
List<BiteJS> _unList,
Spool spool)
Constructs an UnScoper.
|
Constructor and Description |
---|
Geomap(Spool _spool)
Constructs a Geomap.
|
Geoscoping(Geomap _geomap,
Spool spool)
Constructs a Geoscoping.
|
Modifier and Type | Method and Description |
---|---|
(package private) Spool |
VotespaceV.spool()
The spool for the release of associated holds.
|
Constructor and Description |
---|
DartScoping(Spool _spool)
Constructs a DartScoping.
|
Constructor and Description |
---|
HeadsUpDisplay(PolltrackV trackV,
Spool spool)
Creates a HeadsUpDisplay.
|
PollV(Spool spool)
Constructs a PollV.
|
Constructor and Description |
---|
TalkV(Spool spool)
Constructs a PollV.
|
Modifier and Type | Method and Description |
---|---|
(package private) Spool |
VoteTrack.initWaitSpool()
A spool that unwinds just before this track commences initializing, which it does
on "init complete".
|
(package private) Spool |
MajorV.spool()
The spool for the release of associated holds.
|
Modifier and Type | Method and Description |
---|---|
static void |
NodeV.forceInitClass(Spool configurationSpool)
Forces static initialization of this class and appends a post-configuration
initializer to the specified spool.
|
(package private) void |
NodeVPainter.init(Spool _spool)
Completes the creation of this NodeVPainter and activates it.
|
Constructor and Description |
---|
HeadsUpDisplay(VoteTrackV _trackV,
Spool spool)
Creates a HeadsUpDisplay.
|
SuspendedModeller(VoteTrackV trackV,
Spool _spool)
Creates a SuspendedModeller.
|