Package | Description |
---|---|
votorola.g.hold |
Holding and releasing programmatic resources.
|
votorola.g.io |
Input and output of data.
|
votorola.g.web.gwt |
Implementing web clients with the Google Web Tookit.
|
votorola.s.gwt.scene |
Scenes for Crossforum Theatre.
|
votorola.s.gwt.scene.axial |
Mapping along Cartesian axes.
|
votorola.s.gwt.scene.diff |
Feeding the UI with a summary of difference-based discussions.
|
votorola.s.gwt.scene.dum |
Providing dummy implementations to serve as examples and test code.
|
votorola.s.gwt.scene.feed |
Showing sequences of real-world events to users.
|
votorola.s.gwt.scene.vote |
Mapping society along lines of formal assent.
|
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 | Class and Description |
---|---|
class |
Hold0
The null implementation of a hold.
|
class |
SpoolHold
A hold that unwinds a spool when it is released.
|
Modifier and Type | Field and Description |
---|---|
static Catcher0R<Hold> |
Spool.CATCHER_0
A common instance of a null catcher.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Hold> |
Spool0.iterator() |
List<Hold> |
SpoolT.subList(int fromIndex,
int toIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
Spool0.add(Hold hold)
Does nothing and returns true.
|
boolean |
Spool.add(Hold hold)
Adds the hold to the spool or releases it immediately.
|
boolean |
Spool1.add(Hold hold) |
void |
SpoolT.add(int index,
Hold hold) |
void |
SpoolT.addElement(Hold hold) |
void |
SpoolT.insertElementAt(Hold hold,
int index) |
Modifier and Type | Method and Description |
---|---|
boolean |
SpoolT.addAll(int index,
Collection<? extends Hold> c) |
boolean |
Spool0.unwind(Catcher<Hold> catcher)
Does nothing and returns false.
|
boolean |
SpoolT.unwind(Catcher<Hold> catcher) |
boolean |
Spool.unwind(Catcher<Hold> catcher)
Commences to unwind this spool, removing and releasing each of its holds.
|
boolean |
Spool1.unwind(Catcher<Hold> catcher) |
Modifier and Type | Class and Description |
---|---|
class |
FileHold
A hold that deletes a file when it is released.
|
Modifier and Type | Class and Description |
---|---|
class |
Switch
A URL fragment variable for controlling the navigable state of the application.
|
Modifier and Type | Method and Description |
---|---|
abstract Hold |
Scene.SwitchMnemonic.emplace()
Constructs and emplaces the designated scene model, views and controllers.
|
Modifier and Type | Class and Description |
---|---|
class |
TriaxialPollMap
A scene that situates polls in three dimensions according to activity (x), consensus (y)
and turnout (z).
|
Modifier and Type | Class and Description |
---|---|
class |
DiffFeed
A feed for diff bites.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyFeed
A feed for dummy bites.
|
class |
DummyScene
A dummy implementation of a scene that situates polls in three dimensions according to
two different hashes of the poll name.
|
Modifier and Type | Method and Description |
---|---|
abstract Hold |
Feed.SwitchMnemonic.emplace()
Constructs and emplaces the designated feed model, views and controllers.
|
Modifier and Type | Class and Description |
---|---|
class |
Votespace
|