| Age | Commit message (Collapse) | Author |
|
This adds a variety of text UI components, namely two suites:
* One that is geared towards JSON
* One that is geared towards Markdown
Details to (perhaps) follow later
|
|
|
|
Rewrite NamedPreparedStatement to properly support compile-once, run
many times; otherwise known as external building
Still need to finish the Javadocs, but...
|
|
The checkpoint is that I attempted to patch the version of
NamedPreparedStatement I had to support building external batches.
This... didn't really work right; though it initially appeared to do so.
I am going to rewrite NamedPreparedStatement to actually properly
support this functionality instead of half-arsing it
|
|
|
|
Adds BatchTaskProgressPanel, a augmented/specialized version of
MultiTaskProgressPanel that uses CollapsiblePanel to allow tracking of
batches of related tasks using SwingWorkers
|
|
Adds CollapsiblePanel, which is just a JPanel that is collapsible
|
|
Adds MultiTaskProgressPanel. This is a Swing component usable for
monitoring background tasks similar to the way ProgressMonitor works,
but instead of opening a dialog for each tasks, it displays them like a
browser download manager
|
|
Adds a simple delegate renderer for JLists, for cases where you just
want custom text for a list item
|
|
Adds a collapsible version of a JPanel, useful in various places
|
|
Adds a version of PreparedStatement that supports named parameter
syntax.
|
|
|
|
|
|
This adds a JBrowser Swing component that is intended to work similarly
to how the NSBrowser component in Swing works
|
|
|
|
|
|
|
|
Some work on StreamTerminal and its corresponding example
|
|
|
|
|
|
Add support for timeouts to Terminal, so you can say you only want to
wait so long for a given reply
|
|
|
|
|
|
|
|
This is some functionality based on the way that MVS/other IBM OSes
handle their UI
|
|
Adds a number of things based off of some of the notes I've made over
time, plus a few papers I've read.
More details to come later, whenever I decide to actually get serious
about documentation and examples and the like
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not sure what this was originally intended to be, but the
LineNumberReader class from java.io looks like it will work for what I
generally want
|
|
The random generation examples are now in a more appropriate package.
Also, moved another random generation example from RGens to here, since
it didn't use any RGens specific things
|
|
|
|
|
|
Rename several interfaces that were in the style IWhatever, which Java
doesn't use
|
|
|
|
|
|
|
|
|
|
Adds a basic pattern matching implementation. Not perfect, but pretty
good, considering what we have to work with
|
|
This is mostly just some cleanup of the various implementation types,
but it also adds a 'marker' interface for decrees, IDecree
|
|
|
|
|
|
|
|
Cleanup somethings related to token splitters
|