Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
L
P
R
S
A
ACTION_LOGGING_CONDITIONAL_CLOSE
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
ACTION_LOGGING_DEBUG
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
ACTION_LOGGING_DEBUG_CONDITIONAL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
ACTION_LOGGING_ERROR
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
ACTION_LOGGING_ERROR_CONDITIONAL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
ACTION_LOGGING_FATAL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
ACTION_LOGGING_FATAL_CONDITIONAL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
ACTION_LOGGING_INFO
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
ACTION_LOGGING_INFO_CONDITIONAL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
ACTION_LOGGING_TRACE
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
ACTION_LOGGING_TRACE_CONDITIONAL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
ACTION_LOGGING_WARN
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
ACTION_LOGGING_WARN_CONDITIONAL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
ADD_LOGGING_DIALOG
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
ADD_LOGGING_ERROR
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
AddDebugLoggingAction
- class com.bonevich.eclipse.logging.popups.
AddDebugLoggingAction
.
Action to add a debug logging statement to the current JavaEditor.
AddDebugLoggingAction()
- Constructor for class com.bonevich.eclipse.logging.popups.
AddDebugLoggingAction
AddErrorLoggingAction
- class com.bonevich.eclipse.logging.popups.
AddErrorLoggingAction
.
Action to add an error logging statement to the current JavaEditor.
AddErrorLoggingAction()
- Constructor for class com.bonevich.eclipse.logging.popups.
AddErrorLoggingAction
AddFatalLoggingAction
- class com.bonevich.eclipse.logging.popups.
AddFatalLoggingAction
.
Action to add a fatal logging statement to the current JavaEditor.
AddFatalLoggingAction()
- Constructor for class com.bonevich.eclipse.logging.popups.
AddFatalLoggingAction
AddInfoLoggingAction
- class com.bonevich.eclipse.logging.popups.
AddInfoLoggingAction
.
Action to add an informational logging statement to the current JavaEditor.
AddInfoLoggingAction()
- Constructor for class com.bonevich.eclipse.logging.popups.
AddInfoLoggingAction
AddLoggingAction
- class com.bonevich.eclipse.logging.popups.
AddLoggingAction
.
Base class for actions that add logging statements to the current JavaEditor.
AddLoggingAction()
- Constructor for class com.bonevich.eclipse.logging.popups.
AddLoggingAction
AddLoggingOperation
- class com.bonevich.eclipse.logging.popups.
AddLoggingOperation
.
Workhorse for adding logging statements to a given source code editor.
AddLoggingOperation(ITextEditor, ICompilationUnit, AddLoggingAction, boolean)
- Constructor for class com.bonevich.eclipse.logging.popups.
AddLoggingOperation
AddTraceLoggingAction
- class com.bonevich.eclipse.logging.popups.
AddTraceLoggingAction
.
Action to add a trace logging statement to the current JavaEditor.
AddTraceLoggingAction()
- Constructor for class com.bonevich.eclipse.logging.popups.
AddTraceLoggingAction
AddWarnLoggingAction
- class com.bonevich.eclipse.logging.popups.
AddWarnLoggingAction
.
Action to add a warn logging statement to the current JavaEditor.
AddWarnLoggingAction()
- Constructor for class com.bonevich.eclipse.logging.popups.
AddWarnLoggingAction
AvalonPathInitializer
- class com.bonevich.eclipse.logging.pathvars.
AvalonPathInitializer
.
Defines the path to the Apache Avalon LogKit jar file.
AvalonPathInitializer()
- Constructor for class com.bonevich.eclipse.logging.pathvars.
AvalonPathInitializer
B
bind(String, String)
- Static method in class com.bonevich.eclipse.logging.
LoggingPluginMessages
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string.
bind(String, String, String)
- Static method in class com.bonevich.eclipse.logging.
LoggingPluginMessages
Lookup the message with the given ID in this catalog and bind its substitution locations with the given strings.
bind(String, Object[])
- Static method in class com.bonevich.eclipse.logging.
LoggingPluginMessages
Gets a string from the resource bundle and binds it with the given arguments.
bind(String)
- Static method in class com.bonevich.eclipse.logging.
LoggingPluginMessages
Gets a string from the resource bundle.
C
CommonsPathInitializer
- class com.bonevich.eclipse.logging.pathvars.
CommonsPathInitializer
.
Defines the path to the Jakarta Commons Logging jar file.
CommonsPathInitializer()
- Constructor for class com.bonevich.eclipse.logging.pathvars.
CommonsPathInitializer
com.bonevich.eclipse.logging
- package com.bonevich.eclipse.logging
com.bonevich.eclipse.logging.pathvars
- package com.bonevich.eclipse.logging.pathvars
com.bonevich.eclipse.logging.popups
- package com.bonevich.eclipse.logging.popups
com.bonevich.eclipse.logging.prefs
- package com.bonevich.eclipse.logging.prefs
createContents(Composite)
- Method in class com.bonevich.eclipse.logging.prefs.
LoggingPreferencePage
D
DEFAULT_API_PREF
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
DEFAULT_AUTOSAVE_PREF
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
DEFAULT_DEBUG_CONDITIONALS_PREF
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
DEFAULT_ERROR_CONDITIONALS_PREF
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
DEFAULT_FATAL_CONDITIONALS_PREF
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
DEFAULT_FIELD_PREF
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
DEFAULT_INFO_CONDITIONALS_PREF
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
DEFAULT_TRACE_CONDITIONALS_PREF
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
DEFAULT_WARN_CONDITIONALS_PREF
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
E
execute(IProgressMonitor)
- Method in class com.bonevich.eclipse.logging.popups.
AddLoggingOperation
G
getAutoSavePreference()
- Method in class com.bonevich.eclipse.logging.
LoggingPlugin
getConditionalLoggingStatement(String)
- Method in class com.bonevich.eclipse.logging.popups.
AddDebugLoggingAction
getConditionalLoggingStatement(String)
- Method in class com.bonevich.eclipse.logging.popups.
AddErrorLoggingAction
getConditionalLoggingStatement(String)
- Method in class com.bonevich.eclipse.logging.popups.
AddFatalLoggingAction
getConditionalLoggingStatement(String)
- Method in class com.bonevich.eclipse.logging.popups.
AddInfoLoggingAction
getConditionalLoggingStatement(String)
- Method in class com.bonevich.eclipse.logging.popups.
AddLoggingAction
Retrieve an implementation-specific logging statement wrapped in a conditional log-level check to be inserted into code.
getConditionalLoggingStatement(String)
- Method in class com.bonevich.eclipse.logging.popups.
AddTraceLoggingAction
getConditionalLoggingStatement(String)
- Method in class com.bonevich.eclipse.logging.popups.
AddWarnLoggingAction
getDebugConditionalsPreference()
- Method in class com.bonevich.eclipse.logging.
LoggingPlugin
getErrorConditionalsPreference()
- Method in class com.bonevich.eclipse.logging.
LoggingPlugin
getFatalConditionalsPreference()
- Method in class com.bonevich.eclipse.logging.
LoggingPlugin
getFieldNamePreference()
- Method in class com.bonevich.eclipse.logging.
LoggingPlugin
getInfoConditionalsPreference()
- Method in class com.bonevich.eclipse.logging.
LoggingPlugin
getLibraryPath()
- Method in class com.bonevich.eclipse.logging.pathvars.
AvalonPathInitializer
getLibraryPath()
- Method in class com.bonevich.eclipse.logging.pathvars.
CommonsPathInitializer
getLibraryPath()
- Method in class com.bonevich.eclipse.logging.pathvars.
Log4jPathInitializer
getLibraryPath()
- Method in class com.bonevich.eclipse.logging.pathvars.
LoggingClasspathVariableInitializer
getLoggingImplementationPreference()
- Method in class com.bonevich.eclipse.logging.
LoggingPlugin
getLoggingStatement(String)
- Method in class com.bonevich.eclipse.logging.popups.
AddDebugLoggingAction
getLoggingStatement(String)
- Method in class com.bonevich.eclipse.logging.popups.
AddErrorLoggingAction
getLoggingStatement(String)
- Method in class com.bonevich.eclipse.logging.popups.
AddFatalLoggingAction
getLoggingStatement(String)
- Method in class com.bonevich.eclipse.logging.popups.
AddInfoLoggingAction
getLoggingStatement(String)
- Method in class com.bonevich.eclipse.logging.popups.
AddLoggingAction
Retrieve an implementation-specific logging statement to be inserted into code.
getLoggingStatement(String)
- Method in class com.bonevich.eclipse.logging.popups.
AddTraceLoggingAction
getLoggingStatement(String)
- Method in class com.bonevich.eclipse.logging.popups.
AddWarnLoggingAction
getPlugin()
- Static method in class com.bonevich.eclipse.logging.
LoggingPlugin
getResourceBundle()
- Method in class com.bonevich.eclipse.logging.
LoggingPlugin
getResourceBundle()
- Static method in class com.bonevich.eclipse.logging.
LoggingPluginMessages
getTraceConditionalsPreference()
- Method in class com.bonevich.eclipse.logging.
LoggingPlugin
getWarnConditionalsPreference()
- Method in class com.bonevich.eclipse.logging.
LoggingPlugin
getWorkspace()
- Static method in class com.bonevich.eclipse.logging.
LoggingPlugin
I
init(IWorkbench)
- Method in class com.bonevich.eclipse.logging.prefs.
LoggingPreferencePage
initialize(String)
- Method in class com.bonevich.eclipse.logging.pathvars.
LoggingClasspathVariableInitializer
initializeDefaultPreferences(IPreferenceStore)
- Method in class com.bonevich.eclipse.logging.
LoggingPlugin
isConditionalUsed()
- Method in class com.bonevich.eclipse.logging.popups.
AddDebugLoggingAction
isConditionalUsed()
- Method in class com.bonevich.eclipse.logging.popups.
AddErrorLoggingAction
isConditionalUsed()
- Method in class com.bonevich.eclipse.logging.popups.
AddFatalLoggingAction
isConditionalUsed()
- Method in class com.bonevich.eclipse.logging.popups.
AddInfoLoggingAction
isConditionalUsed()
- Method in class com.bonevich.eclipse.logging.popups.
AddLoggingAction
Indicate whether to use a conditional-wrapped logging statement.
isConditionalUsed()
- Method in class com.bonevich.eclipse.logging.popups.
AddTraceLoggingAction
isConditionalUsed()
- Method in class com.bonevich.eclipse.logging.popups.
AddWarnLoggingAction
L
LOGGING_FIELD_DECLARATION
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_IMPORT_CLASS
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_LIB_PATHVAR
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_API_AVALON
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
LOGGING_PREFS_API_AVALON_LABEL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_API_COMMONS
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
LOGGING_PREFS_API_COMMONS_LABEL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_API_JDK_1_4
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
LOGGING_PREFS_API_JDK_1_4_LABEL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_API_LABEL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_API_LOG4J
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
LOGGING_PREFS_API_LOG4J_LABEL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_AUTOSAVE_LABEL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_CONDITIONALS_LABEL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_DEBUG_CONDITIONALS_LABEL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_ERROR_CONDITIONALS_LABEL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_FATAL_CONDITIONALS_LABEL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_FIELD_LABEL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_GENERAL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_INFO_CONDITIONALS_LABEL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_TRACE_CONDITIONALS_LABEL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
LOGGING_PREFS_WARN_CONDITIONALS_LABEL
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
Log4jPathInitializer
- class com.bonevich.eclipse.logging.pathvars.
Log4jPathInitializer
.
Defines the path to the Jakarta Log4J jar file.
Log4jPathInitializer()
- Constructor for class com.bonevich.eclipse.logging.pathvars.
Log4jPathInitializer
LoggingClasspathVariableInitializer
- class com.bonevich.eclipse.logging.pathvars.
LoggingClasspathVariableInitializer
.
Base class for the Loggin Plug-in classpath variable initializers.
LoggingClasspathVariableInitializer()
- Constructor for class com.bonevich.eclipse.logging.pathvars.
LoggingClasspathVariableInitializer
LoggingPlugin
- class com.bonevich.eclipse.logging.
LoggingPlugin
.
The main plugin class to be used in the desktop.
LoggingPlugin(IPluginDescriptor)
- Constructor for class com.bonevich.eclipse.logging.
LoggingPlugin
LoggingPluginMessages
- class com.bonevich.eclipse.logging.
LoggingPluginMessages
.
Utility to access and bind arguments to resource messages used by this plugin.
LoggingPluginResources
- interface com.bonevich.eclipse.logging.
LoggingPluginResources
.
Interface defining constants for use by this plugin.
LoggingPreferencePage
- class com.bonevich.eclipse.logging.prefs.
LoggingPreferencePage
.
Preference page for the Boneclipse Logging Plugin.
LoggingPreferencePage()
- Constructor for class com.bonevich.eclipse.logging.prefs.
LoggingPreferencePage
P
PREFERENCE_API
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
PREFERENCE_AUTOSAVE
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
PREFERENCE_DEBUG_CONDITIONALS
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
PREFERENCE_ERROR_CONDITIONALS
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
PREFERENCE_FATAL_CONDITIONALS
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
PREFERENCE_FIELD
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
PREFERENCE_INFO_CONDITIONALS
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
PREFERENCE_TRACE_CONDITIONALS
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
PREFERENCE_WARN_CONDITIONALS
- Static variable in class com.bonevich.eclipse.logging.
LoggingPlugin
performDefaults()
- Method in class com.bonevich.eclipse.logging.prefs.
LoggingPreferencePage
performOk()
- Method in class com.bonevich.eclipse.logging.prefs.
LoggingPreferencePage
R
RESOURCE_BUNDLE
- Static variable in interface com.bonevich.eclipse.logging.
LoggingPluginResources
run(IAction)
- Method in class com.bonevich.eclipse.logging.popups.
AddLoggingAction
S
selectionChanged(IAction, ISelection)
- Method in class com.bonevich.eclipse.logging.popups.
AddLoggingAction
setActiveEditor(IAction, IEditorPart)
- Method in class com.bonevich.eclipse.logging.popups.
AddLoggingAction
A
B
C
D
E
G
I
L
P
R
S
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2003-2004 bonevich.com. All Rights Reserved.