uk.ac.ed.paxinos3d
Class View

java.lang.Object
  extended by uk.ac.ed.paxinos3d.View

public class View
extends Object

User: nix Date: 29-Jun-2005 Time: 19:04:30 To change this template use Options | File Templates.


Field Summary
protected static int FILL_TYPE
           
 
Constructor Summary
protected View(Model model)
           
 
Method Summary
protected  void addListeners(Morphology morphology)
           
protected  void initCellListener()
           
protected  void initFeatureListener()
           
protected  void initFrame()
           
protected  void initJava3DView()
           
protected  void initLabel()
           
protected  void initMorphologyListener()
           
protected  void initOpenDailogEventHandlers()
           
protected  void initOpenDialog()
           
protected  void initPropertiesDailogEventHandlers()
           
protected  void initPropertiesDialog()
           
protected  void initToolbar()
           
protected  void initToolbarEventHandlers()
           
protected  void initTreeView()
           
protected  void initView()
           
protected  void removeListeners(Morphology morphology)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILL_TYPE

protected static int FILL_TYPE
Constructor Detail

View

protected View(Model model)
Method Detail

initView

protected void initView()

initFrame

protected void initFrame()

initToolbar

protected void initToolbar()

initToolbarEventHandlers

protected void initToolbarEventHandlers()

initOpenDialog

protected void initOpenDialog()

initOpenDailogEventHandlers

protected void initOpenDailogEventHandlers()

initPropertiesDialog

protected void initPropertiesDialog()

initPropertiesDailogEventHandlers

protected void initPropertiesDailogEventHandlers()

initJava3DView

protected void initJava3DView()

initTreeView

protected void initTreeView()

initLabel

protected void initLabel()

initMorphologyListener

protected void initMorphologyListener()

initCellListener

protected void initCellListener()

initFeatureListener

protected void initFeatureListener()

addListeners

protected void addListeners(Morphology morphology)

removeListeners

protected void removeListeners(Morphology morphology)