Constructors in renderable with parameters of type BlockLabel.Type |
BlockLabel(java.lang.String initLabelText,
BlockLabel.Type labelType,
boolean isEditable,
java.awt.Color tooltipBackground)
BlockLabel Constructor
NOTE: A true boolean passed into the isEditable parameter does not necessarily make the label
editable, but a false boolean will make the label uneditable. |
BlockLabel(java.lang.String initLabelText,
BlockLabel.Type labelType,
boolean isEditable,
long blockID,
boolean hasComboPopup,
java.awt.Color tooltipBackground)
|
NameLabel(java.lang.String initLabelText,
BlockLabel.Type labelType,
boolean isEditable,
long blockID)
|
PageLabel(java.lang.String initLabelText,
BlockLabel.Type labelType,
boolean isEditable,
long blockID)
|
SocketLabel(BlockConnector socket,
java.lang.String initLabelText,
BlockLabel.Type labelType,
boolean isEditable,
long blockID)
|