|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcwi.SVGGraphics.FilePicker
class FilePicker
Wrapper around the file chooser widget of Swing to generate a new svg file. Takes care of checking an overwrite of an old file, keeps the previous directory for writing, etc. (Why aren't these things part of the Swing widget, b.t.w.?)
Field Summary | |
---|---|
(package private) static java.lang.String |
dir
|
Constructor Summary | |
---|---|
FilePicker()
|
Method Summary | |
---|---|
(package private) static java.io.PrintStream |
getSVGFile()
Main entry: get an svg file for writing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static java.lang.String dir
Constructor Detail |
---|
FilePicker()
Method Detail |
---|
static java.io.PrintStream getSVGFile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |