public class SwingEngineeringMorphView extends SwingMorphView
| Constructor and Description | 
|---|
SwingEngineeringMorphView(MorphViewConfig config)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPanels()  | 
void | 
addSeedMorphs(java.util.Vector<Morph> seedMorphsToAdd)  | 
void | 
buildMenu(WatchmakerMenuBar menuBar)
Add items to a menu bar. 
 | 
void | 
cleanMenu(WatchmakerMenuBar menuBar)
Remove items created by buildMenu 
 | 
BoxManager | 
newBoxManager()  | 
void | 
propertyChange(java.beans.PropertyChangeEvent evt)  | 
void | 
redo()  | 
void | 
undo()  | 
void | 
updateMenu(WatchmakerMenuBar menuBar)
Update the menu bar in response to change in application state. 
 | 
addGeneBoxStrip, addPanel, addSliders, createPanel, getPanel, removePanel, repaint, setIndexedaddPropertyChangeListener, addSeedMorph, backup, gainFocus, getAlbum, getAppData, getCursors, getGeneBoxStrip, getIcon, getMenuBuilder, getMorphDrawer, getMorphOfTheHour, getName, getPanels, getScaleSlider, getSelectedPanel, getToolTip, initAlbum, isIndexed, isShowBoxes, removePropertyChangeListener, seed, setAlbum, setAppData, setCopyMorphsOnBackup, setGeneBoxStrip, setIcon, setMenuBuilder, setMorphDrawer, setName, setSelectedPanel, setShowBoxes, setToolTip, toStringpublic SwingEngineeringMorphView(MorphViewConfig config)
public BoxManager newBoxManager()
public void addPanels()
addPanels in interface MorphViewaddPanels in class SwingMorphViewpublic void undo()
undo in interface MorphViewundo in class SimpleMorphViewpublic void redo()
redo in interface MorphViewredo in class SimpleMorphViewpublic void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListenerpropertyChange in class SimpleMorphViewpublic void addSeedMorphs(java.util.Vector<Morph> seedMorphsToAdd)
addSeedMorphs in interface MorphViewaddSeedMorphs in class SimpleMorphViewpublic void buildMenu(WatchmakerMenuBar menuBar)
MenuBuilderbuildMenu in interface MenuBuilderbuildMenu in class SimpleMorphViewmenuBar - the menu bar to add menus to.public void cleanMenu(WatchmakerMenuBar menuBar)
MenuBuildercleanMenu in interface MenuBuildercleanMenu in class SimpleMorphViewmenuBar - the menu bar to clean.public void updateMenu(WatchmakerMenuBar menuBar)
MenuBuilderupdateMenu in interface MenuBuilderupdateMenu in class SimpleMorphViewmenuBar - the menu bar to update.