Package com.bc.ceres.swing.demo
Class FigureEditorApp
- java.lang.Object
- 
- com.bc.ceres.swing.demo.FigureEditorApp
 
- 
- Direct Known Subclasses:
- FigureEditorDemo
 
 public abstract class FigureEditorApp extends Object 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedFigureEditorApp()
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract FigureFactorygetFigureFactory()JFramegetFrame()protected abstract voidloadFigureCollection(File file, FigureCollection figureCollection)static voidrun(FigureEditorApp drawingApp)protected abstract voidstoreFigureCollection(FigureCollection figureCollection, File file)
 
- 
- 
- 
Method Detail- 
getFigureFactoryprotected abstract FigureFactory getFigureFactory() 
 - 
loadFigureCollectionprotected abstract void loadFigureCollection(File file, FigureCollection figureCollection) throws IOException - Throws:
- IOException
 
 - 
storeFigureCollectionprotected abstract void storeFigureCollection(FigureCollection figureCollection, File file) throws IOException - Throws:
- IOException
 
 - 
runpublic static void run(FigureEditorApp drawingApp) 
 - 
getFramepublic JFrame getFrame() 
 
- 
 
-