- get(int) - Method in class sidekick.SideKickCompletion
-
- get_type() - Method in class sidekick.enhanced.SourceAsset
-
- getAsset(TreeNode) - Method in class sidekick.SideKickParsedData
-
Convenience method to get the IAsset from the user object in the node
- getAssetAtOffset(int) - Method in class sidekick.SideKickParsedData
-
- getAssetAtPosition(int) - Method in class sidekick.SideKickParsedData
-
- getBooleanProperty(String, String) - Static method in class sidekick.AbstractModeOptionPane
-
- getBooleanProperty(String) - Method in class sidekick.AbstractModeOptionPane
-
- getChild(Object, int) - Method in class sidekick.FilteredTreeModel
-
- getChildCount(Object) - Method in class sidekick.FilteredTreeModel
-
- getCode() - Method in class sidekick.ParserSwitchAction
-
- getCode() - Method in class sidekick.SideKickActions.ToggleParser
-
- getColumn() - Method in class sidekick.util.ParseError
-
- getCompletionDescription(int) - Method in class sidekick.SideKickCompletion
-
- getCompletionPopup(View, int, SideKickCompletion, boolean) - Method in class sidekick.SideKickParser
-
- getDefaultGroup() - Method in class sidekick.ModeOptionsDialog
-
- getElement() - Method in class sidekick.util.SideKickAsset
-
- getEnd() - Method in class sidekick.Asset
-
Returns the end position.
- getEnd() - Method in interface sidekick.IAsset
-
Returns the end position - the position of the first character
following the asset (or the end of the buffer).
- getEndLocation() - Method in class sidekick.util.Range
-
- getEndLocation() - Method in interface sidekick.util.SideKickElement
-
- getEndPosition() - Method in interface sidekick.util.SideKickElement
-
- getExpandedDescendants(TreePath) - Method in class sidekick.SideKickTree.CustomTree
-
- getFoldHandler() - Method in class sidekick.SideKickParsedData
-
- getFoldLevel(JEditBuffer, int, Segment) - Method in class sidekick.SideKickFoldHandler
-
- getIcon() - Method in class sidekick.enhanced.SourceAsset
-
- getIcon() - Method in interface sidekick.IAsset
-
Returns the icon to be shown for the asset in the structure tree.
- getIcon() - Method in class sidekick.util.SideKickAsset
-
- getIndexOfChild(Object, Object) - Method in class sidekick.FilteredTreeModel
-
- getInstantCompletionTriggers() - Method in class sidekick.SideKickParser
-
Returns a list of characters which trigger completion immediately.
- getIntegerProperty(String, String, int) - Static method in class sidekick.AbstractModeOptionPane
-
- getIntegerProperty(String, int) - Method in class sidekick.AbstractModeOptionPane
-
- getLabel() - Method in class sidekick.ParserSwitchAction
-
- getLabel() - Method in class sidekick.SideKickActions.ToggleParser
-
- getLength() - Method in class sidekick.util.ParseError
-
- getLineNo() - Method in class sidekick.enhanced.SourceAsset
-
- getLineNumber() - Method in class sidekick.util.ParseError
-
- getLongDescription() - Method in class sidekick.enhanced.SourceAsset
-
- getLongString() - Method in class sidekick.enhanced.SourceAsset
-
- getLongString() - Method in interface sidekick.IAsset
-
Returns a full description of the asset to be shown in the view's
status bar on when the mouse is over the asset in the tree.
- getLongString() - Method in class sidekick.util.SideKickAsset
-
- getMarkerSetsPlugin() - Static method in class sidekick.SideKickPlugin
-
- getMatches(String) - Method in class sidekick.FilteredTreeModel
-
- getMessage() - Method in class sidekick.util.ParseError
-
- getMode() - Method in class sidekick.AbstractModeOptionPane
-
- getMode() - Method in class sidekick.ModeOptionsDialog
-
- getModel() - Method in class sidekick.ExpansionModel
-
- getModel() - Method in class sidekick.FilteredTreeModel
-
Returns the underlying data model.
- getName() - Method in class sidekick.Asset
-
Returns the name of the Asset.
- getName() - Method in interface sidekick.IAsset
-
Returns the name of the Asset.
- getName() - Method in class sidekick.SideKickParser
-
Returns the parser's name.
- getNodeAt(TreeNode, int) - Method in class sidekick.SideKickParsedData
-
- getOffset() - Method in class sidekick.util.SideKickPosition
-
- getPackageAsset(String) - Method in class sidekick.enhanced.SourceParser.PackageMap
-
- getPanel() - Method in class sidekick.SideKickParser
-
Returns a parser-specific panel that will be shown in the SideKick dockable
window just below the SideKick toolbar.
- getParent(Object) - Method in interface sidekick.FilteredTreeModel.ParentProvider
-
Returns the parent of node
.
- getParent(Object) - Method in class sidekick.FilteredTreeModel.TreeNodeParentProvider
-
- getParsedData(View) - Static method in class sidekick.SideKickParsedData
-
Returns an instance of this class for the specified view.
- getParser(String) - Static method in class sidekick.SideKickPlugin
-
- getParserForBuffer(Buffer) - Static method in class sidekick.SideKickPlugin
-
- getParserForMode(Mode) - Static method in class sidekick.SideKickPlugin
-
Returns the parser for the given mode.
- getParserForView(View) - Static method in class sidekick.SideKickPlugin
-
- getParserSwitchers() - Static method in class sidekick.SideKickMenuProvider
-
- getParseTriggers() - Method in class sidekick.SideKickParser
-
Returns a list of characters which trigger a buffer re-parse.
- getProperty(String, String) - Static method in class sidekick.AbstractModeOptionPane
-
- getProperty(String) - Method in class sidekick.AbstractModeOptionPane
-
- getRange() - Method in class sidekick.util.ParseError
-
- getRenderer() - Method in class sidekick.SideKickCompletion
-
- getRoot() - Method in class sidekick.FilteredTreeModel
-
- getRow() - Method in class sidekick.ExpansionModel
-
- getSearchFilter() - Method in class sidekick.SideKickTree
-
- getShortDescription() - Method in class sidekick.enhanced.SourceAsset
-
- getShortString() - Method in class sidekick.enhanced.SourceAsset
-
- getShortString() - Method in interface sidekick.IAsset
-
Returns a brief description of the asset to be shown in the tree.
- getShortString() - Method in class sidekick.util.SideKickAsset
-
- getStart() - Method in class sidekick.Asset
-
Returns the starting position.
- getStart() - Method in interface sidekick.IAsset
-
Returns the starting position.
- getStartLocation() - Method in class sidekick.util.Range
-
- getStartLocation() - Method in interface sidekick.util.SideKickElement
-
- getStartPosition() - Method in interface sidekick.util.SideKickElement
-
- getTokenLength() - Method in class sidekick.SideKickCompletion
-
The length of the text being completed (popup will be positioned there).
- getTreePathForPosition(int) - Method in class sidekick.SideKickParsedData
-
- getUIComponent() - Method in interface sidekick.ModeOptionPaneController.ModeOptionPaneDelegate
-
- getUIComponent() - Method in class sidekick.SideKickModeOptionsPane
-
- getUseDefaults(String) - Method in interface sidekick.ModeOptionPane
-
- getUseDefaults(String) - Method in class sidekick.ModeOptionPaneController
-
- getUseDefaults(String) - Method in class sidekick.SideKickModeOptionsPane
-
- getView() - Method in class sidekick.SideKickUpdate
-
- goToNextAsset(View) - Static method in class sidekick.SideKickActions
-
- goToPrevAsset(View) - Static method in class sidekick.SideKickActions
-
- save() - Method in interface sidekick.ModeOptionPane
-
- save() - Method in class sidekick.ModeOptionPaneController
-
- saveModeProps(String, Object) - Method in interface sidekick.ModeOptionPaneController.ModeOptionPaneDelegate
-
- saveModeProps(String, Object) - Method in class sidekick.SideKickModeOptionsPane
-
- selectAsset(View) - Static method in class sidekick.SideKickActions
-
- selectPath(TreePath) - Method in class sidekick.SideKickTree
-
- SERVICE - Static variable in class sidekick.SideKickParser
-
- SERVICECLASS - Static variable in class sidekick.ModeOptionsDialog
-
- setBooleanProperty(String, String, boolean) - Static method in class sidekick.AbstractModeOptionPane
-
- setBooleanProperty(String, boolean) - Method in class sidekick.AbstractModeOptionPane
-
- setEnabled(JComponent, boolean) - Method in class sidekick.ModeOptionPaneController
-
- setEnd(Position) - Method in class sidekick.Asset
-
Set the end position
- setEnd(Position) - Method in interface sidekick.IAsset
-
Set the end position - the position of the first character
following the asset (or the end of the buffer).
- setEndLocation(Location) - Method in class sidekick.util.Range
-
- setEndLocation(Location) - Method in interface sidekick.util.SideKickElement
-
- setEndPosition(Position) - Method in interface sidekick.util.SideKickElement
-
- setGlobalFollowCaret(boolean) - Static method in class sidekick.SideKick
-
- setIcon(ImageIcon) - Method in class sidekick.enhanced.SourceAsset
-
- setIntegerProperty(String, String, int) - Static method in class sidekick.AbstractModeOptionPane
-
- setIntegerProperty(String, int) - Method in class sidekick.AbstractModeOptionPane
-
- setLong(String) - Method in class sidekick.enhanced.SourceAsset
-
- setLongDescription(String) - Method in class sidekick.enhanced.SourceAsset
-
- setLongString(String) - Method in class sidekick.util.SideKickAsset
-
- setModel(DefaultTreeModel) - Method in class sidekick.FilteredTreeModel
-
Sets the underlying data model.
- setModel(TreeModel, FilteredTreeModel.ParentProvider) - Method in class sidekick.FilteredTreeModel
-
Sets the underlying data model.
- setName(String) - Method in class sidekick.Asset
-
Set the name of the asset
- setName(String) - Method in interface sidekick.IAsset
-
Set the name of the asset
- setParsedData(View, SideKickParsedData) - Static method in class sidekick.SideKickParsedData
-
Sets the instance of this class for the specified view.
- setParseOnChange(boolean) - Static method in class sidekick.SideKick
-
- setParseOnSave(boolean) - Static method in class sidekick.SideKick
-
- setParserForBuffer(Buffer, String) - Static method in class sidekick.SideKickPlugin
-
- setProperty(String, String, String) - Static method in class sidekick.AbstractModeOptionPane
-
- setProperty(String, String) - Method in class sidekick.AbstractModeOptionPane
-
- setSearchFilter(String) - Method in class sidekick.SideKickTree
-
- setShort(String) - Method in class sidekick.enhanced.SourceAsset
-
- setShortDescription(String) - Method in class sidekick.enhanced.SourceAsset
-
- setStart(Position) - Method in class sidekick.Asset
-
Set the start position
- setStart(Position) - Method in interface sidekick.IAsset
-
Set the start position
- setStartLine(int) - Method in interface sidekick.enhanced.PartialParser
-
If called by another parser to parse part of a file (for example, to parse
a script tag in an html document), this can be set to the offset of the
text to be parsed so that the node locations can be set correctly.
- setStartLine(int) - Method in class sidekick.enhanced.SourceParser
-
If called by another parser to parse part of a file (for example, to parse
a script tag in an html document), this can be set to the offset of the
text to be parsed so that the node locations can be set correctly.
- setStartLocation(Location) - Method in class sidekick.util.Range
-
- setStartLocation(Location) - Method in interface sidekick.util.SideKickElement
-
- setStartPosition(Position) - Method in interface sidekick.util.SideKickElement
-
- setStatus(String) - Method in class sidekick.SideKickTree
-
- setUseDefaults(boolean) - Method in interface sidekick.ModeOptionPane
-
- setUseDefaults(boolean) - Method in class sidekick.ModeOptionPaneController
-
- setUseDefaults(boolean) - Method in class sidekick.SideKickModeOptionsPane
-
- shiftClick(View, IAsset, TreePath) - Method in class sidekick.SideKickTree.CustomTree
-
- SHOW_FILTER - Static variable in class sidekick.SideKick
-
- SHOW_STATUS - Static variable in class sidekick.SideKick
-
- SHOW_TOOL_BAR - Static variable in class sidekick.SideKickOptionPane
-
- showStopButton(boolean) - Method in class sidekick.SideKickTree
-
- sidekick - package sidekick
-
Generalized framework for code browsing, folding, and completion.
- SideKick - Class in sidekick
-
This is an EBComponent that manages a SideKick parser.
- sidekick.enhanced - package sidekick.enhanced
-
- sidekick.util - package sidekick.util
-
- SideKickActions - Class in sidekick
-
- SideKickActions() - Constructor for class sidekick.SideKickActions
-
- SideKickActions.SideKickAction - Class in sidekick
-
- SideKickActions.SideKickAction(String, String) - Constructor for class sidekick.SideKickActions.SideKickAction
-
- SideKickActions.ToggleParser - Class in sidekick
-
An action which will always activate the SideKick parser,
alternately selecting the default parser, and then the
selected one, allowing you to toggle between say, Outline
and Java parsers, XML and HTML, or Python and Jython parsers.
- SideKickActions.ToggleParser(String) - Constructor for class sidekick.SideKickActions.ToggleParser
-
- SideKickAsset - Class in sidekick.util
-
danson: simple concrete implementation of an Asset that wraps some sort of
SideKickElement.
- SideKickAsset(SideKickElement) - Constructor for class sidekick.util.SideKickAsset
-
- SideKickCompletion - Class in sidekick
-
A code completion instance.
- SideKickCompletion() - Constructor for class sidekick.SideKickCompletion
-
Deprecated.
Use the other constructor instead.
- SideKickCompletion(View, String) - Constructor for class sidekick.SideKickCompletion
-
- SideKickCompletion(View, String, List) - Constructor for class sidekick.SideKickCompletion
-
- SideKickCompletion(View, String, Object[]) - Constructor for class sidekick.SideKickCompletion
-
- SideKickCompletionPopup - Class in sidekick
-
- SideKickCompletionPopup(View, SideKickParser, int, SideKickCompletion, boolean) - Constructor for class sidekick.SideKickCompletionPopup
-
- SideKickCompletionPopup(View, SideKickParser, int, SideKickCompletion) - Constructor for class sidekick.SideKickCompletionPopup
-
- SideKickElement - Interface in sidekick.util
-
danson: an interface for objects that need to provide both Location and
Position information.
- SideKickFoldHandler - Class in sidekick
-
Provides a
FoldHandler
based on the
Asset
s parsed from the buffer.
- SideKickFoldHandler() - Constructor for class sidekick.SideKickFoldHandler
-
- SideKickMenuProvider - Class in sidekick
-
- SideKickMenuProvider() - Constructor for class sidekick.SideKickMenuProvider
-
- SideKickModeOptionsPane - Class in sidekick
-
Mode-Specific options for SideKick - a custom ModeOptionPane which
includes 3 questions for the user, and provides an example of
how to extend ModeOptionPane and set/reset the mode options.
- SideKickModeOptionsPane() - Constructor for class sidekick.SideKickModeOptionsPane
-
- SideKickOptionPane - Class in sidekick
-
- SideKickOptionPane() - Constructor for class sidekick.SideKickOptionPane
-
- SideKickParsedData - Class in sidekick
-
Stores a buffer structure tree.
- SideKickParsedData(String) - Constructor for class sidekick.SideKickParsedData
-
- SideKickParser - Class in sidekick
-
An abstract base class for plugin-provided parser implementations.
- SideKickParser(String) - Constructor for class sidekick.SideKickParser
-
The parser constructor.
- SideKickPlugin - Class in sidekick
-
SideKick plugin core class
Manages a mapping of View to SideKick instances, creating/destroying
SideKick objects whenever Views are created/destroyed.
- SideKickPlugin() - Constructor for class sidekick.SideKickPlugin
-
- SideKickPosition - Class in sidekick.util
-
- SideKickPosition(int) - Constructor for class sidekick.util.SideKickPosition
-
- SideKickToolBar - Class in sidekick
-
Toolbar to display current sidekick asset and allow navigation via drop-down menus.
- SideKickToolBar(View) - Constructor for class sidekick.SideKickToolBar
-
- SideKickTree - Class in sidekick
-
The Structure Browser dockable.
- SideKickTree(View, boolean) - Constructor for class sidekick.SideKickTree
-
- SideKickTree.CustomTree - Class in sidekick
-
A JTree with added mouse handling.
- SideKickTree.CustomTree(TreeModel) - Constructor for class sidekick.SideKickTree.CustomTree
-
- SideKickUpdate - Class in sidekick
-
- SideKickUpdate(View) - Constructor for class sidekick.SideKickUpdate
-
- SINGLE_ICON_IN_COMBO - Static variable in class sidekick.SideKickOptionPane
-
- size() - Method in class sidekick.SideKickCompletion
-
- SourceAsset - Class in sidekick.enhanced
-
SourceAsset: extends sidekick.Asset, provides the nodes for a structure tree
- SourceAsset() - Constructor for class sidekick.enhanced.SourceAsset
-
- SourceAsset(String, int, Position) - Constructor for class sidekick.enhanced.SourceAsset
-
- SourceParser - Class in sidekick.enhanced
-
SourceParser: parses source and builds a sidekick structure tree
Parsers are based on regular expressions and will therefore
not able to correctly parse irregular source
- SourceParser(String) - Constructor for class sidekick.enhanced.SourceParser
-
Constructs a new SourceParser object
- SourceParser(String, Class) - Constructor for class sidekick.enhanced.SourceParser
-
- SourceParser.AssetComparator - Class in sidekick.enhanced
-
- SourceParser.AssetComparator() - Constructor for class sidekick.enhanced.SourceParser.AssetComparator
-
- SourceParser.PackageComparator - Class in sidekick.enhanced
-
- SourceParser.PackageComparator() - Constructor for class sidekick.enhanced.SourceParser.PackageComparator
-
- SourceParser.PackageMap - Class in sidekick.enhanced
-
- SourceParser.PackageMap() - Constructor for class sidekick.enhanced.SourceParser.PackageMap
-
- SourceParser.PackageMap(SourceParser.PackageComparator) - Constructor for class sidekick.enhanced.SourceParser.PackageMap
-
- SourceTree - Class in sidekick.enhanced
-
- SourceTree(View, boolean) - Constructor for class sidekick.enhanced.SourceTree
-
- SourceTree.KeyHandler - Class in sidekick.enhanced
-
- SourceTree.KeyHandler() - Constructor for class sidekick.enhanced.SourceTree.KeyHandler
-
- SourceTree.MouseHandler - Class in sidekick.enhanced
-
- SourceTree.MouseHandler() - Constructor for class sidekick.enhanced.SourceTree.MouseHandler
-
- SourceTree.Renderer - Class in sidekick.enhanced
-
- SourceTree.Renderer() - Constructor for class sidekick.enhanced.SourceTree.Renderer
-
- SPLIT_COMBO - Static variable in class sidekick.SideKickOptionPane
-
- start - Variable in class sidekick.Asset
-
- start() - Method in class sidekick.SideKickPlugin
-
- startColumn - Variable in class sidekick.util.Range
-
- startLine - Variable in class sidekick.enhanced.SourceParser
-
- startLine - Variable in class sidekick.util.Range
-
- status - Variable in class sidekick.SideKickTree
-
- stop() - Method in class sidekick.SideKickParser
-
Stops the parse request currently in progress.
- stop() - Method in class sidekick.SideKickPlugin
-
- stop(View) - Static method in class sidekick.SideKickPlugin
-
- SUB_ICON - Variable in class sidekick.enhanced.SourceParser
-
- SUB_INVALID_ICON - Variable in class sidekick.enhanced.SourceParser
-
- SUB_KEY - Variable in class sidekick.enhanced.SourceParser
-
- supportsCompletion() - Method in class sidekick.SideKickParser
-
Returns if the parser supports code completion.