Package fis.data.sample.block
Class BlockSampleChangeSupportDecorator
- java.lang.Object
-
- util.jgoodies.common.bean.ObservableBean2Decorator<BlockSample>
-
- fis.data.sample.block.BlockSampleDecorator
-
- fis.data.sample.block.BlockSampleChangeSupportDecorator
-
- All Implemented Interfaces:
com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2,BlockSample,BeanChangeListener
public abstract class BlockSampleChangeSupportDecorator extends BlockSampleDecorator implements BeanChangeListener
-
-
Field Summary
-
Fields inherited from interface fis.data.sample.block.BlockSample
DEFAULT_BLOCK_NUMBER, MAX_BLOCK_NUMBER, MIN_BLOCK_NUMBER, PROPERTY_CONSTANT_SIZE, PROPERTY_NUMBER
-
-
Constructor Summary
Constructors Constructor Description BlockSampleChangeSupportDecorator(BlockSample blockSample)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrelease()-
Methods inherited from class fis.data.sample.block.BlockSampleDecorator
getNumber, isConstantSize, setConstantSize, setNumber
-
Methods inherited from class util.jgoodies.common.bean.ObservableBean2Decorator
addPropertyChangeListener, addPropertyChangeListener, getBean, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface util.jgoodies.common.bean.BeanChangeListener
beanChange
-
-
-
-
Constructor Detail
-
BlockSampleChangeSupportDecorator
public BlockSampleChangeSupportDecorator(BlockSample blockSample)
-
-