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

R

rb - Variable in class codeblocks.BlockShape
The RenderableBlock associated to this BlockShape
RBHighlightHandler - Class in renderable
The RBHighlightHandler class is responsible for maintaining the highlight state of a RenderableBlock and rendering the highlight properly.
RBHighlightHandler(RenderableBlock) - Constructor for class renderable.RBHighlightHandler
 
RBParent - Interface in workspace
RBParents have methods for adding any Component to either the BlockLayer or HighlightLayer.
readExternal(ObjectInput) - Method in class workspace.NetworkEvent
 
readFromFile(JComponent, int) - Static method in class codeblockutil.CFileHandler
 
recycleGCCompatibleImage(BufferedImage) - Static method in class codeblockutil.GraphicsManager
Add an image to the recycled images list (or if img = null, does nothing).
redo() - Method in class workspace.ReundoManager
 
redo() - Method in class workspace.Workspace
 
redrawFromTop() - Method in class renderable.RenderableBlock
Redraws this RenderableBlock along with the RenderableBlocks after it, which include after and socket blocks.
reformArea() - Method in class codeblocks.BlockShape
Reform the BlockShape area.
reformBlockCanvas() - Method in class workspace.BlockCanvas
 
reformBlockOrdering() - Method in class workspace.Page
 
reformBlockPosition(RenderableBlock) - Method in class workspace.Page
 
reformBlueprint(SliderBlueprint, int, int, int, int) - Method in class codeblockutil.CSlider
Sets the values in the class SliderBlueprint
reformBounds(double) - Method in class workspace.Page
 
reformComment() - Method in class renderable.Comment
Recalculate the shape of this comment
reformDrawer(Rectangle, Rectangle) - Method in class codeblockutil.StackCard
reassigns the source bounds and the destination bounds of this this StackCard.
reformLeadingTrack(SliderBlueprint) - Method in class codeblockutil.CSlider
creates the shape of the track on the left side of the thumb
reformMinimumPixelWidth() - Method in class workspace.Page
 
reformThumb(SliderBlueprint, int) - Method in class codeblockutil.CSlider
creates the shape of the thumb
reformTicks(SliderBlueprint) - Method in class codeblockutil.CSlider
creates the shape of the ticks
reformTrailingTrack(SliderBlueprint) - Method in class codeblockutil.CSlider
creates the shape of the track on the right side of the thumb
reformView() - Method in interface codeblockutil.Explorer
Reforms this explorer based on the new size or location of this explorer.
reformView() - Method in class codeblockutil.GlassExplorer
 
reformView() - Method in class codeblockutil.MagicExplorer
Reforms this explorer based on the new size or location of this explorer.
reformView() - Method in class codeblockutil.Navigator
redraws and revalidates the size and preferred size of the viewport and scroll pane to reflect the current collection of explorers.
reformView() - Method in class codeblockutil.PopupExplorer
Reforms this explorer based on the new size or location of this explorer.
reformView() - Method in class codeblockutil.StackExplorer
reforms the location of each canvas's origin and destination based on the current size of this explorer.
reformView() - Method in class codeblockutil.TabbedExplorer
Reforms this explorer based on the new size or location of this explorer.
reformView() - Method in class codeblockutil.WindowExplorer
Reforms this explorer based on the new size or location of this explorer.
relayoutBlocks() - Method in class workspace.FactoryManager
Relayout all the drawers
removeBeforeAndAfter() - Method in class codeblocks.Block
Removes the before and after connectors.
removeBlock(RenderableBlock) - Method in class workspace.FactoryCanvas
 
removeBlock(RenderableBlock) - Method in class workspace.FactoryManager
 
removeBlock(RenderableBlock) - Method in class workspace.MiniMap
 
removeBlock(RenderableBlock) - Method in class workspace.Page
 
removeBlock(RenderableBlock) - Method in class workspace.TrashCan
 
removeBlock(RenderableBlock) - Method in interface workspace.WorkspaceWidget
Used by RenderableBlocks to tell their originating Widgets that they're moving somewhere else and so should be removed.
removeComment() - Method in class renderable.RenderableBlock
remove this comment from this parent Container and modify such that this.hasComment returns false.
removeDynamicBlock(RenderableBlock, String) - Method in class workspace.FactoryManager
 
removeDynamicDrawer(String) - Method in class workspace.FactoryManager
 
removeExplorer(String) - Method in class codeblockutil.Navigator
Removes the explorer with the specified name.
removeFromParent() - Method in class renderable.RBHighlightHandler
 
removeListener(ExplorerListener) - Method in interface codeblockutil.Explorer
Removes listener from the explorer
removeListener(ExplorerListener) - Method in class codeblockutil.GlassExplorer
 
removeListener(ExplorerListener) - Method in class codeblockutil.MagicExplorer
 
removeListener(ExplorerListener) - Method in class codeblockutil.PopupExplorer
 
removeListener(ExplorerListener) - Method in class codeblockutil.StackExplorer
 
removeListener(ExplorerListener) - Method in class codeblockutil.TabbedExplorer
 
removeListener(ExplorerListener) - Method in class codeblockutil.WindowExplorer
 
removePage(Page) - Method in class workspace.BlockCanvas
 
removePage(int) - Method in class workspace.BlockCanvas
 
removePage(Page) - Method in class workspace.Workspace
Removes the specified page from the Workspace
removePageAt(int) - Method in class workspace.Workspace
Removes the specified page from the Workspace at the specified position, where position 0 is the left most page
removePlug() - Method in class codeblocks.Block
Removes the plug.
removeRule(LinkRule) - Static method in class codeblocks.BlockLinkChecker
Removes the specified rule from the rule list
removeSearchableContainer(SearchableContainer) - Method in class workspace.SearchBar
Removes a searchable container from the set of searchables queried by this search bar.
removeSocket(int) - Method in class codeblocks.Block
Removes the socket at the specified index
removeSocket(BlockConnector) - Method in class codeblocks.Block
Removes specified socket
removeStaticBlock(RenderableBlock, String) - Method in class workspace.FactoryManager
Removes block from specified drawer.
removeStaticDrawer(String) - Method in class workspace.FactoryManager
removes drawer with specified name.
removeWidget(WorkspaceWidget) - Method in class workspace.Workspace
Removes the specified widget from this Workspace
removeWorkspaceListener(WorkspaceListener) - Method in class workspace.Workspace
Removes the specified WorkspaceListener
renameDynamicDrawer(String, String) - Method in class workspace.FactoryManager
 
renamePage(String, String) - Method in class workspace.BlockCanvas
 
renamePage(String, String) - Method in class workspace.Workspace
Renames the page with the specified oldName to the specified newName.
renameStaticDrawer(String, String) - Method in class workspace.FactoryManager
Renames drawer from oldName to newName.
renderable - package renderable
 
RenderableBlock - Class in renderable
RenderableBlock is responsible for all graphical rendering of a code Block.
RenderableBlock(WorkspaceWidget, Long) - Constructor for class renderable.RenderableBlock
Constructs a new RenderableBlock instance with the specified parent WorkspaceWidget and Long blockID of its associated Block
renderingHints - Static variable in class codeblockutil.CSlider
Rendering Hints of this
repaint() - Method in class renderable.RBHighlightHandler
 
repaintBlock() - Method in class renderable.RenderableBlock
Clears the BufferedImage of this and repaint this entirely
repositionComponents() - Method in class codeblockutil.CGlassScrollPane
 
repositionComponents() - Method in class codeblockutil.CHoverScrollPane
 
repositionMiniMap() - Method in class workspace.MiniMap
 
rescale(int) - Method in class renderable.BlockLabel
 
rescale(double) - Method in class renderable.BlockLabel
 
rescale(int) - Method in class renderable.RenderableBlock
returns a new int x based on the current zoom
rescale(double) - Method in class renderable.RenderableBlock
returns a new double x position based on the current zoom
reset() - Static method in class codeblocks.Block
Clears all block instances and resets id assigment.
reset() - Static method in class codeblocks.BlockLinkChecker
Clears all the rules within this.
reset() - Static method in class codeblocks.BlockStub
Clears all the mappings between parents and stubs.
reset() - Static method in class renderable.BlockUtilities
 
reset() - Static method in class renderable.RenderableBlock
Clears all renderable block instances and all block instances
reset() - Method in class workspace.BlockCanvas
 
reset() - Method in class workspace.FactoryManager
Resets FactoryManager
reset() - Method in class workspace.Page
TODO: THIS METHOD NOT YET DOCUMENTED OR IMPLEMENTED Removes all the RenderableBlock content of this.
reset() - Method in class workspace.ReundoManager
 
reset() - Method in class workspace.SearchBar
Clears all the internal data of this.
reset() - Method in class workspace.Workspace
Clears the Workspace of: - all the live blocks in the BlockCanvas.
reset() - Method in class workspace.ZoomSlider
 
resetAllGenuses() - Static method in class codeblocks.BlockGenus
Resets all the Block Genuses of current language.
resetBeforeAndAfter() - Method in class codeblocks.Block
Resets the before and after connectors to their initial kinds.
resetConnectorShapeMappings() - Static method in class codeblocks.BlockConnectorShape
Resets all the connector shape names to connector shape mappings.
resetHighlight() - Method in class renderable.RBHighlightHandler
 
resetHighlight() - Method in class renderable.RenderableBlock
Hides highlighting for this block.
resetLanguage() - Method in class controller.WorkspaceController
Resets the current language within the active Workspace.
resetWorkspace() - Method in class controller.WorkspaceController
Resets the entire workspace.
ReundoManager - Class in workspace
RedoUndoManager manges the redoing and undoing for the WorkspaceController.
ReundoManager(ISupportMemento) - Constructor for class workspace.ReundoManager
 
run() - Method in class workspace.NetworkConnection
Continually read from the input stream.
run() - Method in class workspace.NetworkServer
 

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