Package fis.data.sample.block
Interface BlockSample
-
- All Superinterfaces:
com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2
- All Known Implementing Classes:
BlockSampleChangeSupportDecorator,BlockSampleDecorator,BlockSampleModel
public interface BlockSample extends com.jgoodies.common.bean.ObservableBean2
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_BLOCK_NUMBERstatic intMAX_BLOCK_NUMBERstatic intMIN_BLOCK_NUMBERstatic StringPROPERTY_CONSTANT_SIZEstatic StringPROPERTY_NUMBER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNumber()booleanisConstantSize()voidsetConstantSize(boolean constantSize)voidsetNumber(int number)
-
-
-
Field Detail
-
PROPERTY_NUMBER
static final String PROPERTY_NUMBER
- See Also:
- Constant Field Values
-
PROPERTY_CONSTANT_SIZE
static final String PROPERTY_CONSTANT_SIZE
- See Also:
- Constant Field Values
-
MIN_BLOCK_NUMBER
static final int MIN_BLOCK_NUMBER
- See Also:
- Constant Field Values
-
DEFAULT_BLOCK_NUMBER
static final int DEFAULT_BLOCK_NUMBER
- See Also:
- Constant Field Values
-
MAX_BLOCK_NUMBER
static final int MAX_BLOCK_NUMBER
- See Also:
- Constant Field Values
-
-