A B C D E F G H I J K L M N O P Q R S T U V W X Z

B

background - Static variable in class codeblockutil.CWheeler
 
bar - Variable in class codeblockutil.CProgressBar
 
BCS - Static variable in class codeblocks.BlockShape
Draws the individual connectors.
beginElement(String, boolean) - Method in class codeblockutil.XMLStringWriter
Adding an element like this or beginning an element tree.
beginXMLString(String) - Method in class codeblockutil.XMLStringWriter
Begings this XML String.
BevelIterator - Class in codeblocks.rendering
The BevelIterator class handles the geometry calculations involved in creating a bevel effect around the edge of a shape.
BevelIterator(Shape, double) - Constructor for class codeblocks.rendering.BevelIterator
Constructs a BevelIterator for a given shape.
Block - Class in codeblocks
Block holds the mutable prop (data) of a particular block.
Block(Long, String, String, boolean) - Constructor for class codeblocks.Block
Constructs a new Block from the specified information.
Block(String, String, boolean) - Constructor for class codeblocks.Block
Constructs a new Block instance.
Block(String, String) - Constructor for class codeblocks.Block
Constructs a new Block instance.
Block(String) - Constructor for class codeblocks.Block
Constructs a new Block instance.
Block(String, boolean) - Constructor for class codeblocks.Block
Constructs a new Block instance.
block - Variable in class codeblocks.BlockShape
The Block associated to this BlockShape
BLOCK_ADDED - Static variable in class workspace.WorkspaceEvent
 
BLOCK_COMMENT_ADDED - Static variable in class workspace.WorkspaceEvent
 
BLOCK_COMMENT_CHANGED - Static variable in class workspace.WorkspaceEvent
 
BLOCK_COMMENT_MOVED - Static variable in class workspace.WorkspaceEvent
 
BLOCK_COMMENT_REMOVED - Static variable in class workspace.WorkspaceEvent
 
BLOCK_COMMENT_RESIZED - Static variable in class workspace.WorkspaceEvent
 
BLOCK_COMMENT_VISBILITY_CHANGE - Static variable in class workspace.WorkspaceEvent
 
BLOCK_GENUS_CHANGED - Static variable in class workspace.WorkspaceEvent
 
BLOCK_HIGHLIGHT_LAYER - Static variable in class workspace.Workspace
 
BLOCK_LAYER - Static variable in class workspace.Workspace
 
BLOCK_MOVED - Static variable in class workspace.WorkspaceEvent
 
BLOCK_REMOVED - Static variable in class workspace.WorkspaceEvent
 
BLOCK_RENAMED - Static variable in class workspace.WorkspaceEvent
 
BLOCK_STACK_COMPILED - Static variable in class workspace.WorkspaceEvent
 
blockBody - Variable in class codeblocks.BlockShape
Body of the block
BlockCanvas - Class in workspace
A BlockCanvas is a container of Pages and is a scrollable panel.
BlockCanvas() - Constructor for class workspace.BlockCanvas
Constructs BlockCanvas and subscribes this BlockCanvas to PageChange events
BlockCanvas.Canvas - Class in workspace
The graphical representation of the block canvas's Swng Container of pages.
BlockCanvas.Canvas() - Constructor for class workspace.BlockCanvas.Canvas
 
blockConnected(BlockConnector, Long) - Method in class codeblocks.Block
Informs this Block that a block with id connectedBlockID has connected to the specified connectedSocket
blockConnected(BlockConnector, long) - Method in class renderable.RenderableBlock
Notifies this renderable block that ITS socket connectedSocket was connected to ANOTHER block with ID connectedBlockID.
BlockConnector - Class in codeblocks
BlockConnector is a light class that describes the socket/plug information for each socket or plug of a particular Block.
BlockConnector(String, BlockConnector.PositionType, String, boolean, boolean, String, Long) - Constructor for class codeblocks.BlockConnector
Constructs a new BlockConnector
BlockConnector(String, BlockConnector.PositionType, String, boolean, boolean, Long) - Constructor for class codeblocks.BlockConnector
Constructs a new BlockConnector
BlockConnector(String, String, Long) - Constructor for class codeblocks.BlockConnector
Constructs a new BlockConnector with a single position
BlockConnector(String, String, boolean, boolean) - Constructor for class codeblocks.BlockConnector
Constructs a new BlockConnector with the specified label and kind.
BlockConnector(BlockConnector) - Constructor for class codeblocks.BlockConnector
Constucts a new BlockConnector by copying the connector information from the specified con.
BlockConnector.PositionType - Enum in codeblocks
 
BlockConnectorShape - Class in codeblocks
BlockConnectionShape defines and draws the connectors between the blocks.
BlockConnectorShape() - Constructor for class codeblocks.BlockConnectorShape
 
BlockControlLabel - Class in renderable
BlockControlLabel is a basic Label that exists on a given block that is used to control a property that may be toggled between two states.
BlockControlLabel(long) - Constructor for class renderable.BlockControlLabel
Creates a new BlockControlLabel that controls the given block that corresponds to blockID this must be added to the block by the method creating this Label.
blockCornerRadius - Variable in class codeblocks.BlockShape
 
blockDisconnected(BlockConnector) - Method in class codeblocks.Block
Informs this Block that a block has disconnected from the specified disconnectedSocket
blockDisconnected(BlockConnector) - Method in class renderable.RenderableBlock
Notifies this renderable block that its socket connectedSocket had a block disconnected from it.
blockDragged(RenderableBlock) - Method in class workspace.FactoryManager
 
blockDragged(RenderableBlock, Point) - Method in class workspace.MiniMap
 
blockDragged(RenderableBlock) - Method in class workspace.MiniMap
 
blockDragged(RenderableBlock) - Method in class workspace.Page
 
blockDragged(RenderableBlock) - Method in class workspace.TrashCan
 
blockDragged(RenderableBlock) - Method in interface workspace.WorkspaceWidget
Called by RenderableBlocks as they are dragged over this Widget.
BlockDropAnimator - Class in workspace.typeblocking
The BlockDropAnimator has two function, to fly a block to it's location and then attempt to link the child if possible.
BlockDropAnimator(Point, RenderableBlock, RenderableBlock) - Constructor for class workspace.typeblocking.BlockDropAnimator
Constructs a TypeBlockTimer.
blockDropped(RenderableBlock) - Method in class workspace.FactoryManager
 
blockDropped(RenderableBlock) - Method in class workspace.MiniMap
 
blockDropped(RenderableBlock) - Method in class workspace.Page
 
blockDropped(RenderableBlock) - Method in class workspace.TrashCan
 
blockDropped(RenderableBlock) - Method in interface workspace.WorkspaceWidget
Called by RenderableBlocks that get "dropped" onto this Widget
blockEntered(RenderableBlock) - Method in class workspace.FactoryManager
 
blockEntered(RenderableBlock) - Method in class workspace.MiniMap
Block action methods not interested by MiniMap.
blockEntered(RenderableBlock) - Method in class workspace.Page
 
blockEntered(RenderableBlock) - Method in class workspace.TrashCan
Called when a RenderableBlock is being dragged and goes from being outside this Widget to being inside the Widget.
blockEntered(RenderableBlock) - Method in interface workspace.WorkspaceWidget
Called when a RenderableBlock is being dragged and goes from being outside this Widget to being inside the Widget.
blockExists(BlockNode) - Static method in class renderable.BlockUtilities
Checks to see if the block still exists
blockExited(RenderableBlock) - Method in class workspace.FactoryManager
 
blockExited(RenderableBlock) - Method in class workspace.MiniMap
 
blockExited(RenderableBlock) - Method in class workspace.Page
 
blockExited(RenderableBlock) - Method in class workspace.TrashCan
Called when a RenderableBlock that was being dragged over this Widget goes from being inside this Widget to being outside the Widget.
blockExited(RenderableBlock) - Method in interface workspace.WorkspaceWidget
Called when a RenderableBlock that was being dragged over this Widget goes from being inside this Widget to being outside the Widget.
blockFontLarge_Bold - Static variable in class renderable.BlockLabel
 
blockFontLarge_Plain - Static variable in class renderable.BlockLabel
 
blockFontMedium_Bold - Static variable in class renderable.BlockLabel
 
blockFontMedium_Plain - Static variable in class renderable.BlockLabel
 
blockFontSmall_Bold - Static variable in class renderable.BlockLabel
 
blockFontSmall_Plain - Static variable in class renderable.BlockLabel
 
BlockGenus - Class in codeblocks
A genus describes the properties that define a block.
blockID - Variable in class codeblocks.BlockShape
The blockID associated to this BlockShape
BlockImageIcon - Class in renderable
BlockImageIcon holds information regarding the ImageIcons drawn within a RenderableBlock.
BlockImageIcon(ImageIcon, BlockImageIcon.ImageLocation, boolean, boolean) - Constructor for class renderable.BlockImageIcon
Constructs a new BlockImageIcon from the specified parameters.
BlockImageIcon.ImageLocation - Enum in renderable
ImageLocation specifies the relative location of this BlockImageIcon within the visible Block instance of this BlockGenus.
BlockLabel - Class in renderable
BlockLabel is a region on a block in which text is displayed and possibly edited.
BlockLabel(String, BlockLabel.Type, boolean, Color) - Constructor for class renderable.BlockLabel
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(String, BlockLabel.Type, boolean, long, boolean, Color) - Constructor for class renderable.BlockLabel
 
BlockLabel.Type - Enum in renderable
Enum for the differnt types of labels in codeblocks
BlockLink - Class in codeblocks
A class that stores information about a potential block connection.
BlockLinkChecker - Class in codeblocks
BlockLinkChecker determines if two Block objects can connect.
BlockLinkChecker() - Constructor for class codeblocks.BlockLinkChecker
 
BlockNode - Class in renderable
 
BlockNode(String, String, String) - Constructor for class renderable.BlockNode
genusName != null
BLOCKS_CONNECTED - Static variable in class workspace.WorkspaceEvent
 
BLOCKS_DISCONNECTED - Static variable in class workspace.WorkspaceEvent
 
BlockShape - Class in codeblocks
This class separates block shape from the RenderableBlock class.
BlockShape(RenderableBlock) - Constructor for class codeblocks.BlockShape
BlockShape constructor
BlockShapeUtil - Class in codeblocks.rendering
 
BlockShapeUtil() - Constructor for class codeblocks.rendering.BlockShapeUtil
 
BlockStackSorterUtil - Class in workspace
A BlockStatckSortUtil is a utilities class that serves to order blocks from closest to furthest blocks (relative to the x=0 axis).
BlockStackSorterUtil() - Constructor for class workspace.BlockStackSorterUtil
 
BlockStub - Class in codeblocks
BlockStub are a special form of blocks that provide a particular reference to its "parent" block.
BlockStub(Long, String, String, String) - Constructor for class codeblocks.BlockStub
Constructs a new BlockStub instance using the specified genus name of its parent block, the block id of its parent, the block name of parent and its stub genus.
BlockStub(Long, String, String, String, String) - Constructor for class codeblocks.BlockStub
Constructs a new BlockStub instance.
BlockUtilities - Class in renderable
 
BlockUtilities() - Constructor for class renderable.BlockUtilities
 
blue - Static variable in class codeblockutil.CGraphite
 
BLUR - Static variable in class codeblockutil.CButton
blur lighting of this button
botLeftCorner - Variable in class codeblocks.BlockShape
 
botLeftCorner - Variable in class codeblocks.CustomBlockShapeSet.CustomBlockShape
 
botRightCorner - Variable in class codeblocks.BlockShape
 
botRightCorner - Variable in class codeblocks.CustomBlockShapeSet.CustomBlockShape
 
BOTTOM_SOCKET_MIDDLE_SPACER - Static variable in class codeblocks.BlockShape
spacer for in between bottom sockets
BOTTOM_SOCKET_SIDE_SPACER - Static variable in class codeblocks.BlockShape
spacer for bottom sockets to block sides and other bottom sockets
BOTTOM_SOCKET_UPPER_SPACER - Static variable in class codeblocks.BlockShape
spacer on top of bottom sockets to give continuous top
BSU - Static variable in class codeblocks.BlockShape
Tools to draw block shape.
buttonColor - Variable in class codeblockutil.CButton
Color of this button when not pressed
buttonPane - Variable in class codeblockutil.GlassExplorer
The panel containing the buttons
buttonPane - Variable in class codeblockutil.PopupExplorer
The panel containing the buttons

A B C D E F G H I J K L M N O P Q R S T U V W X Z