Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/anb0s/eclox
/ types & classes
Types & classes
145 in github.com/anb0s/eclox
⨍
Functions
702
◇
Types & classes
145
Class
AbstractEditor
Implements the IEditor for all listener management and notification aspects @author Guillaume Brocker
eclox.ui/src/eclox/ui/editor/editors/AbstractEditor.java:26
Class
All
Implements a setting filter that shows all settings. @author gbrocker
eclox.ui/src/eclox/ui/editor/advanced/filters/All.java:27
Class
Block
@author gbrocker
eclox.ui/src/eclox/ui/editor/advanced/Block.java:28
Class
BooleanEditor
Implements an setting editor for boolean values @author gbrocker
eclox.ui/src/eclox/ui/editor/editors/BooleanEditor.java:29
Class
Build
eclox.ui/src/eclox/ui/handlers/Build.java:25
Class
BuildActionDelegate
Implement the action handling for the build action. @author gbrocker
eclox.ui/src/eclox/ui/action/BuildActionDelegate.java:61
Class
BuildJob
Implement a build job. @author Guillaume Brocker
eclox.core/src/eclox/core/doxygen/BuildJob.java:73
Class
BuildJobLabelProvider
eclox.ui/src/eclox/ui/action/BuildJobLabelProvider.java:28
Class
BuildManager
This class is responsible to launch the build for the given doxyfile and also manages the build history. @see Plugin @author gbrocker
eclox.ui/src/eclox/ui/BuildManager.java:52
Class
BuildPopupActionDelegate
Implement a pop-up menu action delegate that will allow to launch doxygen builds from resources' contextual menu. @author gbrocker
eclox.ui/src/eclox/ui/action/BuildPopupActionDelegate.java:41
Class
BundledDoxygen
eclox.core/src/eclox/core/doxygen/BundledDoxygen.java:35
Class
ByGroup
Implements a filter that shows settings by groups. @author gbrocker
eclox.ui/src/eclox/ui/editor/advanced/filters/ByGroup.java:36
Class
CancelJob
Implements an action that will cancel the current build job of the console. @author gbrocker
eclox.ui/src/eclox/ui/console/action/CancelJob.java:29
Class
CheckBoxEditor
@author gbrocker
eclox.ui/src/eclox/ui/editor/editors/CheckBoxEditor.java:28
Class
CheckMultiEditor
Implements a specialized multi editor that is represented by a check box and provides only two states: SELECTED and DESELECTED. @author Guillaume Bro
eclox.ui/src/eclox/ui/editor/basic/CheckMultiEditor.java:30
Class
Chunk
Implements the default item that can be contained in a doxyfile. A chunk is a piece of text extracted from e doxyfile. It can represent comments, emp
eclox.core/src/eclox/core/doxyfiles/Chunk.java:31
Class
ClearLog
eclox.ui/src/eclox/ui/console/action/ClearLog.java:25
Class
ColumnViewerComparator
eclox.ui/src/eclox/ui/editor/advanced/ColumnViewerComparator.java:26
Class
ComboMultiEditor
Implements a multi editor that presents choices in a combo box. @author Guillaume Brocker
eclox.ui/src/eclox/ui/editor/basic/ComboMultiEditor.java:29
Class
Console
Implements the doxygen output console @author Guillaume Brocker
eclox.ui/src/eclox/ui/console/Console.java:36
Class
ConsolePage
Implements the page for the doxygen console. @author gbrocker
eclox.ui/src/eclox/ui/console/ConsolePage.java:42
Interface
Constants
eclox.ui/src/eclox/ui/Constants.java:16
Class
Convenience
Implements convenience methods for setting editors. @author gbrocker
eclox.ui/src/eclox/ui/editor/editors/Convenience.java:40
Class
Custom
eclox.ui/src/eclox/ui/editor/advanced/filters/Custom.java:39
Class
CustomDoxygen
Implements a custom doxygen interpreter that will wrap a locally installed version of doxygen. @author Guillaume Brocker
eclox.core/src/eclox/core/doxygen/CustomDoxygen.java:30
Class
CustomDoxygenDialog
eclox.core/src/eclox/core/ui/CustomDoxygenDialog.java:36
Class
DefaultDoxygen
Implements the doxygen wrapper that use the eventual doxygen program reachable in the default path. @author gbrocker
eclox.core/src/eclox/core/doxygen/DefaultDoxygen.java:23
Class
DefaultDoxygenFieldEditor
@author Guillaume Brocker
eclox.core/src/eclox/core/ui/DefaultDoxygenFieldEditor.java:47
Class
DetailsPage
Implements the generic details node page. @author gbrocker
eclox.ui/src/eclox/ui/editor/advanced/DetailsPage.java:45
Class
DiagramsPart
Implements a art that provides editors for diagram generation controlling. @author Guillaume Brocker
eclox.ui/src/eclox/ui/editor/basic/DiagramsPart.java:29
Class
DirectoryEditor
@author gbrocker
eclox.ui/src/eclox/ui/editor/editors/DirectoryEditor.java:33
Class
DirectoryListEditor
Implements a list editor that handle value compounds as direcoty paths. @author gbrocker
eclox.ui/src/eclox/ui/editor/editors/DirectoryListEditor.java:25
Class
Doxyfile
Implements the Doxyfile wrapper. @author gbrocker
eclox.core/src/eclox/core/doxyfiles/Doxyfile.java:47
Class
DoxyfileDecorator
eclox.core/src/eclox/core/ui/DoxyfileDecorator.java:35
Class
DoxyfileSelector
Allow the user to choose one doxyfile among a list. @author gbrocker
eclox.ui/src/eclox/ui/DoxyfileSelector.java:52
Class
Doxygen
Implements the abstract doxygen frontend. Sub-classes provides concret doxygen access. @author gbrocker
eclox.core/src/eclox/core/doxygen/Doxygen.java:58
Class
Editor
@author willy
eclox.ui/src/eclox/ui/editor/Editor.java:64
Class
EditorClassRegister
An instance of this class registers all setting editor classes by setting type. @author gbrocker
eclox.ui/src/eclox/ui/editor/advanced/EditorClassRegister.java:34
Class
EditorPropertyTester
eclox.ui/src/eclox/ui/EditorPropertyTester.java:22
Class
FileEditor
eclox.ui/src/eclox/ui/editor/editors/FileEditor.java:23
Class
Group
Implements a group of settings. @author gbrocker
eclox.core/src/eclox/core/doxyfiles/Group.java:25
Class
HistoryAction
Implements an action that trigger the navigation in the selection history. This class is used to contribute to the form's action bar manager. @author
eclox.ui/src/eclox/ui/editor/advanced/HistoryAction.java:36
Interface
IBuildJobListener
Defines the interface for objects wanting to receives notifcations about doxygen build jobs. @author gbrocker
eclox.core/src/eclox/core/doxygen/IBuildJobListener.java:22
Interface
IEditor
Defines the interface of doxyfile editors. @author gbrocker
eclox.ui/src/eclox/ui/editor/editors/IEditor.java:24
Interface
IEditorListener
Defines the interface for objects that want to receive notification about changes of an editor. @author Guillaume Brocker
eclox.ui/src/eclox/ui/editor/editors/IEditorListener.java:22
Interface
IFilter
Defines the interface for setting filters. @author gbrocker
eclox.ui/src/eclox/ui/editor/advanced/filters/IFilter.java:27
Interface
IPreferences
Provides all preference names of the plugin. @author gbrocker
eclox.ui/src/eclox/ui/IPreferences.java:25
Interface
IPreferences
Provides all preference names of the plugin. @author gbrocker
eclox.core/src/eclox/core/IPreferences.java:21
Interface
ISettingListener
Defines the interface for objects that want to receive information about setting changes. @author gbrocker
eclox.core/src/eclox/core/doxyfiles/ISettingListener.java:22
Interface
ISettingPropertyListener
Derfines the interface for listeners receiving notifications about property changes. @author gbrocker
eclox.core/src/eclox/core/doxyfiles/ISettingPropertyListener.java:21
Interface
ISettingValueListener
Defines the interface for listener listening for setting value changes. @author gbrocker
eclox.core/src/eclox/core/doxyfiles/ISettingValueListener.java:21
Enum
Images
eclox.ui/src/eclox/ui/Images.java:19
Class
InvokeException
Signals that something got wrong while trying to execute doxygen program. @author gbrocker
eclox.core/src/eclox/core/doxygen/InvokeException.java:21
Class
JobMonitor
@brief Monitors all doxygen build jobs and report errors concerning doxygen invokation failures. @author gbrocker
eclox.ui/src/eclox/ui/JobMonitor.java:28
Enum
LineSeparator
eclox.ui/src/eclox/ui/LineSeparator.java:19
Class
ListEditor
Implements a list setting editor. This class is abstract since it provides no way to edit value compounds. See derived classes. @author gbrocker
eclox.ui/src/eclox/ui/editor/editors/ListEditor.java:50
Enum
ListSeparateMode
eclox.core/src/eclox/core/ListSeparateMode.java:19
Class
Location
Implements the navigation location used for the doxyfile editor. @author Guillaume Brocker
eclox.ui/src/eclox/ui/editor/Location.java:25
Class
LockScroll
Implements the action that will lock the console from scrolling while output is appended to the log. @author gbrocker
eclox.ui/src/eclox/ui/console/action/LockScroll.java:30
Class
Marker
Defines some constant used with markers resulting from a build. @author gbrocker
eclox.core/src/eclox/core/doxygen/Marker.java:31
Class
MasterPart
Implements the master part's user interface. @author gbrocker
eclox.ui/src/eclox/ui/editor/advanced/MasterPart.java:75
Enum
MenuItemType
eclox.ui/src/eclox/ui/MenuItemType.java:19
Class
MenuSelectionListener
Listens for the popup menu items pointing to doxyfiles to build. @author Guillaume Brocker
eclox.ui/src/eclox/ui/action/BuildActionDelegate.java:67
Class
ModePart
Implements the form part that provides edition of mode related settings. @author Guillaume Brocker
eclox.ui/src/eclox/ui/editor/basic/ModePart.java:26
Class
Modified
Implements a filter that will shows only modified settings (setting having the dirty flag). @author gbrocker
eclox.ui/src/eclox/ui/editor/advanced/filters/Modified.java:35
Class
MultiEditor
Base implementation of for multi editors. @author Guillaume Brocker
eclox.ui/src/eclox/ui/editor/basic/MultiEditor.java:28
Class
MyBuildJobListener
Implements a build job listener that will maintain the console up-to-date with the job log. @author gbrocker
eclox.ui/src/eclox/ui/console/ConsolePage.java:50
Class
MyBuildJobListener
@brief Implements a build job listener.
eclox.ui/src/eclox/ui/console/Console.java:41
Class
MyButtonSelectionListener
Implements a button selection listener.
eclox.ui/src/eclox/ui/editor/editors/ListEditor.java:96
Class
MyClearSelectionListener
Implements a selection listsner for the managed clear button.
eclox.ui/src/eclox/ui/editor/advanced/filters/Custom.java:167
Class
MyComboModifyListener
Implements a combo modification listener that will trigger the viewer refresh.
eclox.ui/src/eclox/ui/editor/advanced/filters/Custom.java:152
Class
MyContentProvider
Implement the tree content provider for the dialog.
eclox.ui/src/eclox/ui/DoxyfileSelector.java:57
Class
MyContentProvider
Implements the master content provider.
eclox.ui/src/eclox/ui/editor/advanced/MasterPart.java:80
Class
MyContentProvider
Implements the table viewer content provider.
eclox.ui/src/eclox/ui/editor/editors/ListEditor.java:55
Class
MyDoubleClickListener
Implements the mouse listener attached to the table. This listener will search for a DetailsPart in the managed form given at construction time and w
eclox.ui/src/eclox/ui/editor/advanced/MasterPart.java:109
Class
MyDoxyfileSelectionDialog
eclox.ui/src/eclox/ui/DoxyfileSelector.java:236
Class
MyEditorListener
Implements an editor listener that will trigger enabled state updates.
eclox.ui/src/eclox/ui/editor/basic/DiagramsPart.java:34
Class
MyEditorListener
Implements an editor listener that will update enabled states of some editors according to the value of some other editors.
eclox.ui/src/eclox/ui/editor/basic/OutputPart.java:31
Class
MyFilterButtonListener
Implements a filter button listener
eclox.ui/src/eclox/ui/editor/advanced/MasterPart.java:133
Class
MyHyperlinkListener
Defines the listeners that will managed activation of hyper-links in the setting's note.
eclox.ui/src/eclox/ui/editor/advanced/DetailsPage.java:81
Class
MyInputValidator
Implements an input validator for the input dialog used to edit value compunds.
eclox.ui/src/eclox/ui/editor/editors/TextListEditor.java:32
Class
MyInputValidator
Implements an input validator for the input dialog used to edit value compunds.
eclox.ui/src/eclox/ui/editor/editors/Convenience.java:51
Class
MyJobChangedListener
@brief Implements a job change listener used to update the interface state according to the build job events. @author gbrocker
eclox.ui/src/eclox/ui/console/ConsolePage.java:87
Class
MyJobListener
Implements a job listener that will update the job history as jobs get removed.
eclox.ui/src/eclox/ui/BuildManager.java:57
Class
MyJobListener
@author gbrocker
eclox.core/src/eclox/core/ui/DoxyfileDecorator.java:44
Class
MyLabelProvider
Implement a label provider for the doxyfile selector tree viewer.
eclox.ui/src/eclox/ui/DoxyfileSelector.java:161
Class
MyLabelProvider
Implements the label provider.
eclox.ui/src/eclox/ui/editor/advanced/MasterPart.java:158
Class
MyLabelProvider
Implements the table viewer label provider.
eclox.ui/src/eclox/ui/editor/editors/ListEditor.java:74
Class
MyLogFeeder
Implements a runnable log feeder that reads the given input stream line per line and writes those lines back to the managed log. Once the stream end h
eclox.core/src/eclox/core/doxygen/BuildJob.java:99
Class
MyMenuCreator
Implements the menu creator tha will create the menu for the action.
eclox.ui/src/eclox/ui/editor/advanced/HistoryAction.java:67
Class
MyOpenListener
Implements an open listener that will trigger the edition of the selected list viewer item.
eclox.ui/src/eclox/ui/editor/editors/ListEditor.java:85
Class
MyPreferenceListener
Implements a preference listener that will maintain the length of the job history according to the relevant preference changes.
eclox.ui/src/eclox/ui/BuildManager.java:76
Class
MyResourceChangeListener
Implements a resource change listener that will remove a given job if its doxyfile gets deleted. @author Guillaume Brocker
eclox.core/src/eclox/core/doxygen/BuildJob.java:154
Class
MyRunnable
Implements a timer task that will trigger the viewer refresh after the user changed the custom filter text and update the items available in the filte
eclox.ui/src/eclox/ui/editor/advanced/filters/Custom.java:81
Class
MySelectionChangedListener
Implements a selection change listener to update the button states.
eclox.ui/src/eclox/ui/editor/editors/ListEditor.java:122
Class
MySelectionListener
Implements a selection listener that will handle selection changes in the combo control.
eclox.ui/src/eclox/ui/editor/basic/ComboMultiEditor.java:34
Class
MySelectionListener
Defines the selection listener for the check box button
eclox.ui/src/eclox/ui/editor/basic/CheckMultiEditor.java:45
Class
MySelectionListener
Implements the selection listener used for radio button
eclox.ui/src/eclox/ui/editor/basic/RadioMultiEditor.java:29
Class
MySelectionListener
Implements a menu listener used to trigger selection changes
eclox.ui/src/eclox/ui/editor/advanced/HistoryAction.java:41
Class
MySelectionListener
Implements a selection listener for the managed combo control.
eclox.ui/src/eclox/ui/editor/advanced/filters/ByGroup.java:66
next →
1–100 of 145, ranked by callers