|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitDescriptor | |
---|---|
com.cosylab.gui.components | |
com.cosylab.gui.components.ledder | A package containing implementation of Ledder, a visual component for displaying bit patterns. |
Uses of BitDescriptor in com.cosylab.gui.components |
---|
Methods in com.cosylab.gui.components that return BitDescriptor | |
---|---|
BitDescriptor |
LabelledLedder.getBitDescriptor()
DOCUMENT ME! |
BitDescriptor |
Ledder.getModel()
|
Methods in com.cosylab.gui.components with parameters of type BitDescriptor | |
---|---|
void |
LabelledLedder.setBitDescriptor(BitDescriptor model)
DOCUMENT ME! |
void |
Ledder.setModel(BitDescriptor model)
|
Uses of BitDescriptor in com.cosylab.gui.components.ledder |
---|
Classes in com.cosylab.gui.components.ledder that implement BitDescriptor | |
---|---|
class |
DefaultBitDescriptor
Default implementation of BitDescriptor . |
Methods in com.cosylab.gui.components.ledder that return BitDescriptor | |
---|---|
protected BitDescriptor |
BitmaskField.createDefaultModel()
Creates default model. |
BitDescriptor |
BitmaskField.getBitDescriptor()
Returns current model used to represent the bit values. |
Methods in com.cosylab.gui.components.ledder with parameters of type BitDescriptor | |
---|---|
void |
BitmaskField.setBitDescriptor(BitDescriptor newModel)
Sets the model to represent bit values. |
Constructors in com.cosylab.gui.components.ledder with parameters of type BitDescriptor | |
---|---|
BitmaskField(BitDescriptor ledModel)
Constructor for BitmaskField that also initialized the values to the specified model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |