jpl.mipl.jade.tools.stereo.ui
Class AdjacentDualPanels

java.lang.Object
  extended by jpl.mipl.jade.tools.stereo.ui.AdjacentDualPanels
All Implemented Interfaces:
PropertyChangeListener, EventListener, IDualPanels

public class AdjacentDualPanels
extends Object
implements IDualPanels, PropertyChangeListener


Constructor Summary
AdjacentDualPanels(PropertyManager model)
           
 
Method Summary
protected  void buildUi()
           
 JPanel getPanel()
           
protected  void init()
           
 void propertyChange(PropertyChangeEvent pce)
           
 void refreshImages()
           
protected  void refreshOrientation()
           
 void revalidate()
           
 void setImages(ContentTriple images)
           
 void setOrientation(StereoState.AdjacentOrientation orientation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdjacentDualPanels

public AdjacentDualPanels(PropertyManager model)
Method Detail

init

protected void init()

buildUi

protected void buildUi()

setOrientation

public void setOrientation(StereoState.AdjacentOrientation orientation)

setImages

public void setImages(ContentTriple images)
Specified by:
setImages in interface IDualPanels

refreshImages

public void refreshImages()
Specified by:
refreshImages in interface IDualPanels

revalidate

public void revalidate()
Specified by:
revalidate in interface IDualPanels

getPanel

public JPanel getPanel()
Specified by:
getPanel in interface IDualPanels

refreshOrientation

protected void refreshOrientation()

propertyChange

public void propertyChange(PropertyChangeEvent pce)
Specified by:
propertyChange in interface PropertyChangeListener