|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.Observable
|
+--mvp.Model
|
+--jdraw.jdraw.Commands
Class Commands is the top-level Model class for the MenuBar. It contains an instance of all necessary model classes for method-access by menu items. ....
| Field Summary | |
protected Align |
align
Local reference to Align object |
protected BrushPatternColor |
bpc
Local reference to BrushPatternColor object |
protected Edit |
edit
Local reference to Edit object |
protected File |
file
Local reference to File object |
protected Options |
options
Local reference to Options object |
protected Structure |
structure
Local reference to Structure object |
protected Text |
text
Local reference to Text object |
| Fields inherited from class mvp.Model |
view |
| Constructor Summary | |
Commands(mvp.View view,
JDraw jdraw)
Construct this with the given View component. |
|
| Method Summary | |
Align |
getAlign()
Return the system's Align component |
BrushPatternColor |
getBrushPatternColor()
Return the system's BrushPatternColor component |
Edit |
getEdit()
Return the system's Edit component |
File |
getFile()
Return the system's File component |
Options |
getOptions()
Return the system's Options component |
Structure |
getStructure()
Return the system's Structure component |
Text |
getText()
Return the system's Text component |
| Methods inherited from class mvp.Model |
getView, setView |
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected File file
protected Edit edit
protected Structure structure
protected Text text
protected BrushPatternColor bpc
protected Align align
protected Options options
| Constructor Detail |
public Commands(mvp.View view,
JDraw jdraw)
view - - The View object to be passed to parent constructor.jdraw - - The JDraw object to be used building subviews.| Method Detail |
public File getFile()
public Edit getEdit()
public Structure getStructure()
public Text getText()
public BrushPatternColor getBrushPatternColor()
public Options getOptions()
public Align getAlign()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||