org.favabeans.views
Class SimpleDropSlotModel

java.lang.Object
  |
  +--org.favabeans.views.AbstractDropSlotModel
        |
        +--org.favabeans.views.SimpleDropSlotModel
All Implemented Interfaces:
DropSlotModel, Faceted

public class SimpleDropSlotModel
extends AbstractDropSlotModel


Constructor Summary
SimpleDropSlotModel(Class valueClass)
           
 
Method Summary
 DataFlavor[] getSupportedValueFlavors()
           
 Object getValue()
           
 boolean isValueSettable()
           
 boolean isValueSettable(Object value)
           
 void setValue(Object value)
           
 void setValueSettable(boolean state)
           
 
Methods inherited from class org.favabeans.views.AbstractDropSlotModel
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getFacet, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDropSlotModel

public SimpleDropSlotModel(Class valueClass)
Method Detail

getSupportedValueFlavors

public DataFlavor[] getSupportedValueFlavors()
Overrides:
getSupportedValueFlavors in class AbstractDropSlotModel

getValue

public Object getValue()
Overrides:
getValue in class AbstractDropSlotModel

isValueSettable

public boolean isValueSettable()
Overrides:
isValueSettable in class AbstractDropSlotModel

setValueSettable

public void setValueSettable(boolean state)

isValueSettable

public boolean isValueSettable(Object value)
Overrides:
isValueSettable in class AbstractDropSlotModel

setValue

public void setValue(Object value)
              throws PropertyValueException
Overrides:
setValue in class AbstractDropSlotModel


Copyright © 2000-2001, Regents of the University of Minnesota. All Rights Reserved.