Synergy Home Page

au.edu.swin.synergy.lib
Interface BSplitable

All Known Implementing Classes:
BViewport

public abstract interface BSplitable
extends AdjustmentListener


Method Summary
 BSplitable getNewView()
           
 void removeHorzAdjustable()
           
 void removeVertAdjustable()
           
 void setHorzAdjustable(Adjustable horz)
           
 void setVertAdjustable(Adjustable vert)
           
 
Methods inherited from interface java.awt.event.AdjustmentListener
adjustmentValueChanged
 

Method Detail

getNewView

public BSplitable getNewView()

setHorzAdjustable

public void setHorzAdjustable(Adjustable horz)

setVertAdjustable

public void setVertAdjustable(Adjustable vert)

removeHorzAdjustable

public void removeHorzAdjustable()

removeVertAdjustable

public void removeVertAdjustable()

Synergy Home Page