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

B

Base64 - Class in com.buglabs.dragonfly.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in com.buglabs.dragonfly.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class com.buglabs.dragonfly.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class com.buglabs.dragonfly.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in com.buglabs.dragonfly.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class com.buglabs.dragonfly.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class com.buglabs.dragonfly.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BaseAction - Class in com.buglabs.dragonfly.util
This abstract action handles updating the action with the model object currently being selected by the user.
BaseAction() - Constructor for class com.buglabs.dragonfly.util.BaseAction
 
BaseNode - Class in com.buglabs.dragonfly.model
Primitive model element implementation.
BaseNode(String) - Constructor for class com.buglabs.dragonfly.model.BaseNode
 
BaseTreeNode - Class in com.buglabs.dragonfly.model
A general purpose tree model object.
BaseTreeNode(String) - Constructor for class com.buglabs.dragonfly.model.BaseTreeNode
 
belongsTo(Object) - Method in class com.buglabs.dragonfly.ui.jobs.ConnectBugJob
 
belongsTo(Object) - Method in class com.buglabs.dragonfly.ui.jobs.PopulateBUGNetViewModelJob
 
BorderAnchor - Class in com.buglabs.dragonfly.ui.editors
 
BorderAnchor(IFigure, int) - Constructor for class com.buglabs.dragonfly.ui.editors.BorderAnchor
 
BrowseMouseListener - Class in com.buglabs.dragonfly.ui.launch
 
BrowseMouseListener(Text) - Constructor for class com.buglabs.dragonfly.ui.launch.BrowseMouseListener
 
BrowserEditor - Class in com.buglabs.dragonfly.ui.editors
An editor for displaying BUGNet content in the editor area.
BrowserEditor() - Constructor for class com.buglabs.dragonfly.ui.editors.BrowserEditor
 
BrowserEditorActionBarContributer - Class in com.buglabs.dragonfly.ui.editors
 
BrowserEditorActionBarContributer() - Constructor for class com.buglabs.dragonfly.ui.editors.BrowserEditorActionBarContributer
 
BrowserEditorInput - Class in com.buglabs.dragonfly.ui.editors
Input for the web broswer editor.
BrowserEditorInput(AuthenticationData, URL, String) - Constructor for class com.buglabs.dragonfly.ui.editors.BrowserEditorInput
 
BrowserEditorInput(URL, String) - Constructor for class com.buglabs.dragonfly.ui.editors.BrowserEditorInput
 
BrowserRefreshEvent - Class in com.buglabs.dragonfly.ui.actions
 
BrowserRefreshEvent(Object, String, Object, Object) - Constructor for class com.buglabs.dragonfly.ui.actions.BrowserRefreshEvent
 
Bug - Class in com.buglabs.dragonfly.model
A model class that represents a bug device.
Bug(String, URL) - Constructor for class com.buglabs.dragonfly.model.Bug
 
BUG_NAME - Static variable in class com.buglabs.dragonfly.ui.jobs.LoadBugsJob
 
BUG_NAME - Static variable in class com.buglabs.dragonfly.ui.views.mybugs.MyBugsView
 
BUG_TYPE - Static variable in class com.buglabs.dragonfly.ui.jobs.LoadBugsJob
 
BUG_TYPE - Static variable in class com.buglabs.dragonfly.ui.views.mybugs.MyBugsView
 
BUG_URL - Static variable in class com.buglabs.dragonfly.ui.jobs.LoadBugsJob
 
BUG_URL - Static variable in class com.buglabs.dragonfly.ui.views.mybugs.MyBugsView
 
BugAddConnectionAction - Class in com.buglabs.dragonfly.ui.actions
 
BugAddConnectionAction() - Constructor for class com.buglabs.dragonfly.ui.actions.BugAddConnectionAction
 
BugApplicationExportWizard - Class in com.buglabs.dragonfly.ui.wizards.exportBugApp
 
BugApplicationExportWizard() - Constructor for class com.buglabs.dragonfly.ui.wizards.exportBugApp.BugApplicationExportWizard
 
BugApplicationNature - Class in com.buglabs.dragonfly
 
BugApplicationNature() - Constructor for class com.buglabs.dragonfly.BugApplicationNature
 
BUGApplicationProjectValidator - Class in com.buglabs.dragonfly.validator
 
BUGApplicationProjectValidator() - Constructor for class com.buglabs.dragonfly.validator.BUGApplicationProjectValidator
 
BugBaseUnitFigure - Class in com.buglabs.dragonfly.ui.figures
Contains the physical representation of a the base unit inlcuding a reference to the image to use and the clickable outline via an array of points Abstract parent class, AbstractBugFigure handles everything else
BugBaseUnitFigure(Bug, Display, Point) - Constructor for class com.buglabs.dragonfly.ui.figures.BugBaseUnitFigure
 
BugBundleMainPage - Class in com.buglabs.dragonfly.ui.editors
The main page of the Bug Bundle Manifest Editor.
BugBundleMainPage(FormEditor) - Constructor for class com.buglabs.dragonfly.ui.editors.BugBundleMainPage
 
BugClasspathContainer - Class in com.buglabs.dragonfly.jdt
Looks in the Bug Kernel Location (BugKernel plug-in) for jar files and adds them to the classpath.
BugClasspathContainer() - Constructor for class com.buglabs.dragonfly.jdt.BugClasspathContainer
 
BugClasspathContainerInitializer - Class in com.buglabs.dragonfly.jdt
 
BugClasspathContainerInitializer() - Constructor for class com.buglabs.dragonfly.jdt.BugClasspathContainerInitializer
 
BugConnection - Class in com.buglabs.dragonfly.model
Generic BUG connection
BugConnection(String, URL) - Constructor for class com.buglabs.dragonfly.model.BugConnection
 
BUGConnectionActionDelegate - Class in com.buglabs.dragonfly.ui.actions
 
BUGConnectionActionDelegate() - Constructor for class com.buglabs.dragonfly.ui.actions.BUGConnectionActionDelegate
 
BugConnectionPropertyPage - Class in com.buglabs.dragonfly.ui.properties
Property page for BUG Connection to change connection url.
BugConnectionPropertyPage() - Constructor for class com.buglabs.dragonfly.ui.properties.BugConnectionPropertyPage
 
BUGConnectionSelectionDialog - Class in com.buglabs.dragonfly.ui.dialogs
Queries the workspace for existing BUG Connection projects and requests from the user to select one.
BUGConnectionSelectionDialog(Shell) - Constructor for class com.buglabs.dragonfly.ui.dialogs.BUGConnectionSelectionDialog
 
BugContentProvider - Class in com.buglabs.dragonfly.ui.providers
Content provider for Common Navigator Framework (CNF) view.
BugContentProvider() - Constructor for class com.buglabs.dragonfly.ui.providers.BugContentProvider
 
BugDeleteConnectionAction - Class in com.buglabs.dragonfly.ui.actions
 
BugDeleteConnectionAction(TreeViewer) - Constructor for class com.buglabs.dragonfly.ui.actions.BugDeleteConnectionAction
 
BugDropTargetAdapter - Class in com.buglabs.dragonfly.ui.dnd
 
BugDropTargetAdapter(Control, Bug) - Constructor for class com.buglabs.dragonfly.ui.dnd.BugDropTargetAdapter
 
BugDropTargetAdapter(Control, String) - Constructor for class com.buglabs.dragonfly.ui.dnd.BugDropTargetAdapter
 
BugEditorInput - Class in com.buglabs.dragonfly.ui.editors
EditorInput for editors that work on BUG model objects.
BugEditorInput(Bug) - Constructor for class com.buglabs.dragonfly.ui.editors.BugEditorInput
 
BugImportQuery - Class in com.buglabs.dragonfly.ui.actions
Class implements the IImportQuery interface used by PluginImportOperation.
BugImportQuery() - Constructor for class com.buglabs.dragonfly.ui.actions.BugImportQuery
 
BugKernel - Class in com.buglabs.dragonfly.bug.kernel
 
BugKernel() - Constructor for class com.buglabs.dragonfly.bug.kernel.BugKernel
 
BugKernelPreferencePage - Class in com.buglabs.dragonfly.ui.preferences
 
BugKernelPreferencePage() - Constructor for class com.buglabs.dragonfly.ui.preferences.BugKernelPreferencePage
 
BugKernelSourceLocator - Class in com.buglabs.dragonfly.launch
 
BugKernelSourceLocator() - Constructor for class com.buglabs.dragonfly.launch.BugKernelSourceLocator
 
BugLabelProvider - Class in com.buglabs.dragonfly.ui.providers
 
BugLabelProvider() - Constructor for class com.buglabs.dragonfly.ui.providers.BugLabelProvider
 
BUGLABS_EMULATOR_BUNDLE_NAME - Static variable in class com.buglabs.dragonfly.ui.actions.LaunchVirtualBugAction
 
BugLeftModuleFigure - Class in com.buglabs.dragonfly.ui.figures
 
BugLeftModuleFigure(Module, Display, Point) - Constructor for class com.buglabs.dragonfly.ui.figures.BugLeftModuleFigure
 
BugListener - Class in com.buglabs.dragonfly.util
 
BugListener(ITreeNode, List) - Constructor for class com.buglabs.dragonfly.util.BugListener
 
BugModulesContentProvider - Class in com.buglabs.dragonfly.ui.wizards.bugProject
 
BugModulesContentProvider() - Constructor for class com.buglabs.dragonfly.ui.wizards.bugProject.BugModulesContentProvider
 
BugModulesLabelProvider - Class in com.buglabs.dragonfly.ui.wizards.bugProject
 
BugModulesLabelProvider() - Constructor for class com.buglabs.dragonfly.ui.wizards.bugProject.BugModulesLabelProvider
 
BugMultipageEditor - Class in com.buglabs.dragonfly.ui.editors
 
BugMultipageEditor() - Constructor for class com.buglabs.dragonfly.ui.editors.BugMultipageEditor
 
BugNature - Class in com.buglabs.dragonfly
 
BugNature() - Constructor for class com.buglabs.dragonfly.BugNature
 
BugNavContentProvider - Class in com.buglabs.dragonfly.ui.providers
 
BugNavContentProvider() - Constructor for class com.buglabs.dragonfly.ui.providers.BugNavContentProvider
 
BugNavLabelProvider - Class in com.buglabs.dragonfly.ui.providers
 
BugNavLabelProvider() - Constructor for class com.buglabs.dragonfly.ui.providers.BugNavLabelProvider
 
BUGNetAuthenticationHelper - Class in com.buglabs.dragonfly.ui
Handles authentication with BUGNet.
BUGNetAuthenticationHelper() - Constructor for class com.buglabs.dragonfly.ui.BUGNetAuthenticationHelper
 
BugNetCommonDragAdapterAssistant - Class in com.buglabs.dragonfly.ui.dnd
 
BugNetCommonDragAdapterAssistant() - Constructor for class com.buglabs.dragonfly.ui.dnd.BugNetCommonDragAdapterAssistant
 
BUGNetError - Exception in com.buglabs.dragonfly.exception
 
BUGNetError(String) - Constructor for exception com.buglabs.dragonfly.exception.BUGNetError
 
BugNetPreferencePage - Class in com.buglabs.dragonfly.ui.preferences
 
BugNetPreferencePage() - Constructor for class com.buglabs.dragonfly.ui.preferences.BugNetPreferencePage
 
BugNetPreferencePage(String) - Constructor for class com.buglabs.dragonfly.ui.preferences.BugNetPreferencePage
 
BugNetPreferencePage(String, ImageDescriptor) - Constructor for class com.buglabs.dragonfly.ui.preferences.BugNetPreferencePage
 
BUGNetProgramReferenceNode - Class in com.buglabs.dragonfly.model
This model class represents a Program that has been provided from bugnet.
BUGNetProgramReferenceNode(String, String, String) - Constructor for class com.buglabs.dragonfly.model.BUGNetProgramReferenceNode
 
BUGNetProgramReferenceNode(String, String, String, String, String, String, String, String) - Constructor for class com.buglabs.dragonfly.model.BUGNetProgramReferenceNode
 
BugNETProgramReferenceNodeTransfer - Class in com.buglabs.dragonfly.ui.dnd
Transfer class to support DND operations with BUGNetProgramReferenceNode objects.
BugNETProgramReferenceNodeTransfer() - Constructor for class com.buglabs.dragonfly.ui.dnd.BugNETProgramReferenceNodeTransfer
 
BUGNetRefreshJob - Class in com.buglabs.dragonfly.ui.jobs
 
BUGNetRefreshJob() - Constructor for class com.buglabs.dragonfly.ui.jobs.BUGNetRefreshJob
 
BugNetToIDEActionDelegate - Class in com.buglabs.dragonfly.ui.actions
 
BugNetToIDEActionDelegate() - Constructor for class com.buglabs.dragonfly.ui.actions.BugNetToIDEActionDelegate
 
BUGNetUrls - Class in com.buglabs.dragonfly.util
Static class for storing BUGNet api info such as relative URLs to WS calls.
BUGNetUrls() - Constructor for class com.buglabs.dragonfly.util.BUGNetUrls
 
BUGNetView - Class in com.buglabs.dragonfly.ui.views
This view displays content from BUGNet in the context of the current editor view.
BUGNetView() - Constructor for class com.buglabs.dragonfly.ui.views.BUGNetView
 
BugnetWSHelper - Class in com.buglabs.dragonfly.util
A set of static methods to send/receive data from BUGNet.
BugnetWSHelper() - Constructor for class com.buglabs.dragonfly.util.BugnetWSHelper
 
BugPackageProvider - Class in com.buglabs.dragonfly
 
BugPackageProvider() - Constructor for class com.buglabs.dragonfly.BugPackageProvider
 
BugProjectInfo - Class in com.buglabs.dragonfly.ui.info
 
BugProjectInfo() - Constructor for class com.buglabs.dragonfly.ui.info.BugProjectInfo
 
BugProjectNode - Class in com.buglabs.dragonfly.model
Wrapper model class for Bug model class for project view.
BugProjectNode(String, URL, IProject) - Constructor for class com.buglabs.dragonfly.model.BugProjectNode
 
BugProjectUtil - Class in com.buglabs.dragonfly.ui.util
 
BugProjectUtil() - Constructor for class com.buglabs.dragonfly.ui.util.BugProjectUtil
 
BugProperty - Class in com.buglabs.dragonfly.model
 
BugProperty(String) - Constructor for class com.buglabs.dragonfly.model.BugProperty
 
BugRightModuleFigure - Class in com.buglabs.dragonfly.ui.figures
 
BugRightModuleFigure(Module, Display, Point) - Constructor for class com.buglabs.dragonfly.ui.figures.BugRightModuleFigure
 
BUGS_TYPE - Static variable in class com.buglabs.dragonfly.ui.jobs.LoadBugsJob
 
BUGS_TYPE - Static variable in class com.buglabs.dragonfly.ui.views.mybugs.MyBugsView
 
BugScriptCompletionProcessor - Class in com.buglabs.dragonfly.ui.editors
 
BugScriptCompletionProcessor() - Constructor for class com.buglabs.dragonfly.ui.editors.BugScriptCompletionProcessor
 
BugScriptTextHover - Class in com.buglabs.dragonfly.ui.editors
 
BugScriptTextHover() - Constructor for class com.buglabs.dragonfly.ui.editors.BugScriptTextHover
 
BUGSDKPreferencePage - Class in com.buglabs.dragonfly.ui.preferences
 
BUGSDKPreferencePage() - Constructor for class com.buglabs.dragonfly.ui.preferences.BUGSDKPreferencePage
 
BUGSDKPreferencePage(String) - Constructor for class com.buglabs.dragonfly.ui.preferences.BUGSDKPreferencePage
 
BUGSDKPreferencePage(String, ImageDescriptor) - Constructor for class com.buglabs.dragonfly.ui.preferences.BUGSDKPreferencePage
 
BugSelectableFigure - Class in com.buglabs.dragonfly.ui.draw2d
 
BugSelectableFigure() - Constructor for class com.buglabs.dragonfly.ui.draw2d.BugSelectableFigure
 
BugURL - Static variable in class com.buglabs.dragonfly.test.TestBugWSHelper
 
BugViewLabelProvider - Class in com.buglabs.dragonfly.ui.views.mybugs
 
BugViewLabelProvider() - Constructor for class com.buglabs.dragonfly.ui.views.mybugs.BugViewLabelProvider
 
BugWSHelper - Class in com.buglabs.dragonfly.util
Web Service Access helper methods for accessing BUG from IDE.
BugWSHelper() - Constructor for class com.buglabs.dragonfly.util.BugWSHelper
 

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