edu.cmu.sun.model
Class ColumnModel.Stacked

java.lang.Object
  extended by edu.cmu.sun.model.Model
      extended by edu.cmu.sun.model.ColumnModel.Stacked
Enclosing class:
ColumnModel

public static class ColumnModel.Stacked
extends Model


Field Summary
(package private)  boolean stacked
           
 
Constructor Summary
ColumnModel.Stacked()
           
 
Method Summary
 boolean isStacked()
           
 void setStacked(boolean folded)
           
 
Methods inherited from class edu.cmu.sun.model.Model
addModelListener, needsUpdate, notifyAllListeners, notifyListeners, removeModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stacked

boolean stacked
Constructor Detail

ColumnModel.Stacked

public ColumnModel.Stacked()
Method Detail

isStacked

public boolean isStacked()

setStacked

public void setStacked(boolean folded)