Package com.bc.ceres.swing.demo
Class FigureEditorApp
java.lang.Object
com.bc.ceres.swing.demo.FigureEditorApp
- Direct Known Subclasses:
FigureEditorDemo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract FigureFactory
getFrame()
protected abstract void
loadFigureCollection
(File file, FigureCollection figureCollection) static void
run
(FigureEditorApp drawingApp) protected abstract void
storeFigureCollection
(FigureCollection figureCollection, File file)
-
Constructor Details
-
FigureEditorApp
protected FigureEditorApp()
-
-
Method Details
-
getFigureFactory
-
loadFigureCollection
protected abstract void loadFigureCollection(File file, FigureCollection figureCollection) throws IOException - Throws:
IOException
-
storeFigureCollection
protected abstract void storeFigureCollection(FigureCollection figureCollection, File file) throws IOException - Throws:
IOException
-
run
-
getFrame
-