Uses of Class
renderable.BlockLabel.Type

Packages that use BlockLabel.Type
renderable   
 

Uses of BlockLabel.Type in renderable
 

Methods in renderable that return BlockLabel.Type
static BlockLabel.Type BlockLabel.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BlockLabel.Type[] BlockLabel.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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)