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

I

ignoreDefaultArguments() - Method in class renderable.RenderableBlock
Modifies this RenderableBlock such that default arguments are ignored.
ignoreSocket(BlockConnector) - Static method in class renderable.SocketLabel
Returns true if the socket label should not be added to this.
ImageManager - Class in codeblockutil
 
ImageManager(Component) - Constructor for class codeblockutil.ImageManager
 
InfixBlockShape - Class in codeblocks
Specifies the BlockShape of infix blocks.
InfixBlockShape(RenderableBlock) - Constructor for class codeblocks.InfixBlockShape
 
InfixRule - Class in codeblocks
InfixRule specifies a rule for Block linking.
InfixRule() - Constructor for class codeblocks.InfixRule
 
initKind() - Method in class codeblocks.BlockConnector
Returns the initial kind of this
initWithLangDefFilePath(String) - Static method in class controller.WorkspaceController
 
insertRule(LinkRule, int) - Static method in class codeblocks.BlockLinkChecker
Insert rule at the specified index in this checker's list of rules.
INSET - Static variable in class codeblockutil.CButton
the inset of this button
inset2 - Variable in class codeblocks.rendering.BevelIterator
a vector pointing inwards from pt2, bisecting the angle at that point, scaled to have a length appropriate for a bevel of thickness 1.0 (in other words, lying on the line that is parallel to the current segment and a distance of 1.0 inwards).
inset3 - Variable in class codeblocks.rendering.BevelIterator
a vector pointing inwards from pt3, bisecting the angle at that point, scaled to have a length appropriate for a bevel of thickness 1.0 (in other words, lying on the line that is parallel to the current segment and a distance of 1.0 inwards).
insetPoint2(float, float[]) - Method in class codeblocks.rendering.BevelIterator
Scales the vector inset2 by the factor scalar and adds it to pt2.
insetPoint3(float, float[]) - Method in class codeblocks.rendering.BevelIterator
Scales the vector inset3 by the factor scalar and adds it to pt3.
instantiateFromState(Object) - Static method in class codeblocks.BlockConnector
This is a way of generating a BlockConnector from a memento.
isActive() - Method in class renderable.BlockControlLabel
gets the active property
isActive() - Method in class renderable.CommentArrow
Returns whether this animation is active
isBad() - Method in class codeblocks.Block
Returns true iff this block is "bad." Bad means that this block has an associated compile error.
isCollapsed() - Method in class renderable.RenderableBlock
Returns the collapsed state if the block has a collapseLabel otherwise false.
isCommandBlock() - Method in class codeblocks.Block
Returns true if this block is a command block (i.e.
isCommandBlock() - Method in class codeblocks.BlockGenus
Returns true if this block is a command block (i.e.
isCommandBlock() - Method in class codeblocks.BlockStub
 
isCommandConnector(BlockConnector) - Static method in class codeblocks.BlockConnectorShape
 
isConstrainComment() - Method in class renderable.Comment
returns whether this comment should be constrained to its parent's bounds
isDataBlock() - Method in class codeblocks.Block
Returns true if this block is a data block a.k.a.
isDataBlock() - Method in class codeblocks.BlockGenus
Returns true if this block is a data block a.k.a.
isDataBlock() - Method in class codeblocks.BlockStub
 
isDeclaration() - Method in class codeblocks.Block
Returns true if this genus is a declaration block.
isDeclaration() - Method in class codeblocks.BlockGenus
Returns true if this genus is a declaration block.
isDirectedToDestination() - Method in class codeblockutil.StackCard
True iff directed to DESTINATION
isDone() - Method in class codeblocks.rendering.BevelIterator
Returns true if a call to nextSegment will move to a new segment.
isEditable() - Method in class codeblockutil.LabelWidget
isEditable returns if BlockLable is editable
isEditable() - Method in class renderable.BlockImageIcon
 
isExpandable() - Method in class codeblocks.BlockConnector
Returns true iff this connector is expandable, meaning if a block is connected to it, it may cause another empty connector just like this to appear.
isFunctionBlock() - Method in class codeblocks.Block
Returns true iff this block is a function block, which takes in an input and produces an output.
isFunctionBlock() - Method in class codeblocks.BlockGenus
Returns true iff this block is a function block, which takes in an input and produces an output.
isFunctionBlock() - Method in class codeblocks.BlockStub
 
isInfix() - Method in class codeblocks.Block
Returns true if this genus is infix (i.e.
isInfix() - Method in class codeblocks.BlockGenus
Returns true iff this genus is an infix operator.
isInFullview() - Method in class workspace.Page
 
isLabelEditable() - Method in class codeblocks.Block
Returns true if the label of this is editable; false otherwise FORWARDED FROM BLOCK GENUS
isLabelEditable() - Method in class codeblocks.BlockConnector
Returns true iff this socket's label is editable.
isLabelEditable() - Method in class codeblocks.BlockGenus
Returns true if the label of this is editable; false otherwise
isLabelValid(Long, String) - Static method in class renderable.BlockUtilities
Returns true if the specified label is valid according to the specifications of this block's genus.
isLabelValid(Block, String) - Static method in class renderable.BlockUtilities
 
isLabelValue() - Method in class codeblocks.Block
Returns true if the value of this genus is contained within the label of this; false otherwise FORWARDED FROM BLOCK GENUS
isLabelValue() - Method in class codeblocks.BlockGenus
Returns true if the value of this genus is contained within the label of this; false otherwise
isListRelated() - Method in class codeblocks.Block
Returns true if this block is a list or a list operator (determined by whether it has at least one list connector of any type); false otherwise.
isListRelated() - Method in class codeblocks.BlockGenus
Returns true if this block is a list or a list operator (determined by whether it has at least one list connector of any type); false otherwise.
isLoading() - Method in class renderable.RenderableBlock
Returns whether or not this is still loading data.
isMandatory() - Method in class codeblocks.CommandRule
 
isMandatory() - Method in class codeblocks.InfixRule
 
isMandatory() - Method in interface codeblocks.LinkRule
 
isMandatory() - Method in class codeblocks.SocketRule
 
isNumeric() - Method in class codeblockutil.LabelWidget
isEditable returns if BlockLable is editable
isPageLabelSetByPage() - Method in class codeblocks.Block
Returns true iff page label of this is set by a page FORWARDED FROM BLOCK GENUS
isPageLabelSetByPage() - Method in class codeblocks.BlockGenus
Returns true iff this genus can have page label.
isPressed() - Method in class renderable.Comment
 
isProcedureDeclBlock() - Method in class codeblocks.Block
Returns true if this block is a procedure declaration block; false otherwise FORWARDED FROM BLOCK GENUS
isProcedureDeclBlock() - Method in class codeblocks.BlockGenus
Returns true if this block is a procedure declaration block; false otherwise
isProcedureParamBlock() - Method in class codeblocks.Block
Returns true if this block is a procedure parameter block; false otherwise.
isProcedureParamBlock() - Method in class codeblocks.BlockGenus
Returns true if this block is a procedure parameter block; false otherwise
isResizing() - Method in class renderable.Comment
 
isSearchResult() - Method in class renderable.RenderableBlock
 
isSelected() - Method in class codeblockutil.CIconButton
 
isSoundEnabled() - Static method in class codeblockutil.SoundManager
Returns true iff sounds are being allowed to play.
isTextValid(String) - Method in class codeblockutil.LabelWidget
 
ISupportMemento - Interface in workspace
 
isUserEvent() - Method in class workspace.WorkspaceEvent
Tells if this event is a user spawned event or not
isVariableDeclBlock() - Method in class codeblocks.Block
Returns true if this block is a variable block; false otherwise FORWARDED FROM BLOCK GENUS
isVariableDeclBlock() - Method in class codeblocks.BlockGenus
Returns true if this block is a variable declaration block; false otherwise
isVisible() - Method in class renderable.RenderableBlock
Overridden from JComponent.

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