MCPcopy Index your code

hub / github.com/anb0s/eclox / types & classes

Types & classes145 in github.com/anb0s/eclox

ClassAbstractEditor
Implements the IEditor for all listener management and notification aspects @author Guillaume Brocker
eclox.ui/src/eclox/ui/editor/editors/AbstractEditor.java:26
ClassAll
Implements a setting filter that shows all settings. @author gbrocker
eclox.ui/src/eclox/ui/editor/advanced/filters/All.java:27
ClassBlock
@author gbrocker
eclox.ui/src/eclox/ui/editor/advanced/Block.java:28
ClassBooleanEditor
Implements an setting editor for boolean values @author gbrocker
eclox.ui/src/eclox/ui/editor/editors/BooleanEditor.java:29
ClassBuild
eclox.ui/src/eclox/ui/handlers/Build.java:25
ClassBuildActionDelegate
Implement the action handling for the build action. @author gbrocker
eclox.ui/src/eclox/ui/action/BuildActionDelegate.java:61
ClassBuildJob
Implement a build job. @author Guillaume Brocker
eclox.core/src/eclox/core/doxygen/BuildJob.java:73
ClassBuildJobLabelProvider
eclox.ui/src/eclox/ui/action/BuildJobLabelProvider.java:28
ClassBuildManager
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
ClassBuildPopupActionDelegate
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
ClassBundledDoxygen
eclox.core/src/eclox/core/doxygen/BundledDoxygen.java:35
ClassByGroup
Implements a filter that shows settings by groups. @author gbrocker
eclox.ui/src/eclox/ui/editor/advanced/filters/ByGroup.java:36
ClassCancelJob
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
ClassCheckBoxEditor
@author gbrocker
eclox.ui/src/eclox/ui/editor/editors/CheckBoxEditor.java:28
ClassCheckMultiEditor
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
ClassChunk
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
ClassClearLog
eclox.ui/src/eclox/ui/console/action/ClearLog.java:25
ClassColumnViewerComparator
eclox.ui/src/eclox/ui/editor/advanced/ColumnViewerComparator.java:26
ClassComboMultiEditor
Implements a multi editor that presents choices in a combo box. @author Guillaume Brocker
eclox.ui/src/eclox/ui/editor/basic/ComboMultiEditor.java:29
ClassConsole
Implements the doxygen output console @author Guillaume Brocker
eclox.ui/src/eclox/ui/console/Console.java:36
ClassConsolePage
Implements the page for the doxygen console. @author gbrocker
eclox.ui/src/eclox/ui/console/ConsolePage.java:42
InterfaceConstants
eclox.ui/src/eclox/ui/Constants.java:16
ClassConvenience
Implements convenience methods for setting editors. @author gbrocker
eclox.ui/src/eclox/ui/editor/editors/Convenience.java:40
ClassCustom
eclox.ui/src/eclox/ui/editor/advanced/filters/Custom.java:39
ClassCustomDoxygen
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
ClassCustomDoxygenDialog
eclox.core/src/eclox/core/ui/CustomDoxygenDialog.java:36
ClassDefaultDoxygen
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
ClassDefaultDoxygenFieldEditor
@author Guillaume Brocker
eclox.core/src/eclox/core/ui/DefaultDoxygenFieldEditor.java:47
ClassDetailsPage
Implements the generic details node page. @author gbrocker
eclox.ui/src/eclox/ui/editor/advanced/DetailsPage.java:45
ClassDiagramsPart
Implements a art that provides editors for diagram generation controlling. @author Guillaume Brocker
eclox.ui/src/eclox/ui/editor/basic/DiagramsPart.java:29
ClassDirectoryEditor
@author gbrocker
eclox.ui/src/eclox/ui/editor/editors/DirectoryEditor.java:33
ClassDirectoryListEditor
Implements a list editor that handle value compounds as direcoty paths. @author gbrocker
eclox.ui/src/eclox/ui/editor/editors/DirectoryListEditor.java:25
ClassDoxyfile
Implements the Doxyfile wrapper. @author gbrocker
eclox.core/src/eclox/core/doxyfiles/Doxyfile.java:47
ClassDoxyfileDecorator
eclox.core/src/eclox/core/ui/DoxyfileDecorator.java:35
ClassDoxyfileSelector
Allow the user to choose one doxyfile among a list. @author gbrocker
eclox.ui/src/eclox/ui/DoxyfileSelector.java:52
ClassDoxygen
Implements the abstract doxygen frontend. Sub-classes provides concret doxygen access. @author gbrocker
eclox.core/src/eclox/core/doxygen/Doxygen.java:58
ClassEditor
@author willy
eclox.ui/src/eclox/ui/editor/Editor.java:64
ClassEditorClassRegister
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
ClassEditorPropertyTester
eclox.ui/src/eclox/ui/EditorPropertyTester.java:22
ClassFileEditor
eclox.ui/src/eclox/ui/editor/editors/FileEditor.java:23
ClassGroup
Implements a group of settings. @author gbrocker
eclox.core/src/eclox/core/doxyfiles/Group.java:25
ClassHistoryAction
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
InterfaceIBuildJobListener
Defines the interface for objects wanting to receives notifcations about doxygen build jobs. @author gbrocker
eclox.core/src/eclox/core/doxygen/IBuildJobListener.java:22
InterfaceIEditor
Defines the interface of doxyfile editors. @author gbrocker
eclox.ui/src/eclox/ui/editor/editors/IEditor.java:24
InterfaceIEditorListener
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
InterfaceIFilter
Defines the interface for setting filters. @author gbrocker
eclox.ui/src/eclox/ui/editor/advanced/filters/IFilter.java:27
InterfaceIPreferences
Provides all preference names of the plugin. @author gbrocker
eclox.ui/src/eclox/ui/IPreferences.java:25
InterfaceIPreferences
Provides all preference names of the plugin. @author gbrocker
eclox.core/src/eclox/core/IPreferences.java:21
InterfaceISettingListener
Defines the interface for objects that want to receive information about setting changes. @author gbrocker
eclox.core/src/eclox/core/doxyfiles/ISettingListener.java:22
InterfaceISettingPropertyListener
Derfines the interface for listeners receiving notifications about property changes. @author gbrocker
eclox.core/src/eclox/core/doxyfiles/ISettingPropertyListener.java:21
InterfaceISettingValueListener
Defines the interface for listener listening for setting value changes. @author gbrocker
eclox.core/src/eclox/core/doxyfiles/ISettingValueListener.java:21
EnumImages
eclox.ui/src/eclox/ui/Images.java:19
ClassInvokeException
Signals that something got wrong while trying to execute doxygen program. @author gbrocker
eclox.core/src/eclox/core/doxygen/InvokeException.java:21
ClassJobMonitor
@brief Monitors all doxygen build jobs and report errors concerning doxygen invokation failures. @author gbrocker
eclox.ui/src/eclox/ui/JobMonitor.java:28
EnumLineSeparator
eclox.ui/src/eclox/ui/LineSeparator.java:19
ClassListEditor
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
EnumListSeparateMode
eclox.core/src/eclox/core/ListSeparateMode.java:19
ClassLocation
Implements the navigation location used for the doxyfile editor. @author Guillaume Brocker
eclox.ui/src/eclox/ui/editor/Location.java:25
ClassLockScroll
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
ClassMarker
Defines some constant used with markers resulting from a build. @author gbrocker
eclox.core/src/eclox/core/doxygen/Marker.java:31
ClassMasterPart
Implements the master part's user interface. @author gbrocker
eclox.ui/src/eclox/ui/editor/advanced/MasterPart.java:75
EnumMenuItemType
eclox.ui/src/eclox/ui/MenuItemType.java:19
ClassMenuSelectionListener
Listens for the popup menu items pointing to doxyfiles to build. @author Guillaume Brocker
eclox.ui/src/eclox/ui/action/BuildActionDelegate.java:67
ClassModePart
Implements the form part that provides edition of mode related settings. @author Guillaume Brocker
eclox.ui/src/eclox/ui/editor/basic/ModePart.java:26
ClassModified
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
ClassMultiEditor
Base implementation of for multi editors. @author Guillaume Brocker
eclox.ui/src/eclox/ui/editor/basic/MultiEditor.java:28
ClassMyBuildJobListener
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
ClassMyBuildJobListener
@brief Implements a build job listener.
eclox.ui/src/eclox/ui/console/Console.java:41
ClassMyButtonSelectionListener
Implements a button selection listener.
eclox.ui/src/eclox/ui/editor/editors/ListEditor.java:96
ClassMyClearSelectionListener
Implements a selection listsner for the managed clear button.
eclox.ui/src/eclox/ui/editor/advanced/filters/Custom.java:167
ClassMyComboModifyListener
Implements a combo modification listener that will trigger the viewer refresh.
eclox.ui/src/eclox/ui/editor/advanced/filters/Custom.java:152
ClassMyContentProvider
Implement the tree content provider for the dialog.
eclox.ui/src/eclox/ui/DoxyfileSelector.java:57
ClassMyContentProvider
Implements the master content provider.
eclox.ui/src/eclox/ui/editor/advanced/MasterPart.java:80
ClassMyContentProvider
Implements the table viewer content provider.
eclox.ui/src/eclox/ui/editor/editors/ListEditor.java:55
ClassMyDoubleClickListener
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
ClassMyDoxyfileSelectionDialog
eclox.ui/src/eclox/ui/DoxyfileSelector.java:236
ClassMyEditorListener
Implements an editor listener that will trigger enabled state updates.
eclox.ui/src/eclox/ui/editor/basic/DiagramsPart.java:34
ClassMyEditorListener
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
ClassMyFilterButtonListener
Implements a filter button listener
eclox.ui/src/eclox/ui/editor/advanced/MasterPart.java:133
ClassMyHyperlinkListener
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
ClassMyInputValidator
Implements an input validator for the input dialog used to edit value compunds.
eclox.ui/src/eclox/ui/editor/editors/TextListEditor.java:32
ClassMyInputValidator
Implements an input validator for the input dialog used to edit value compunds.
eclox.ui/src/eclox/ui/editor/editors/Convenience.java:51
ClassMyJobChangedListener
@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
ClassMyJobListener
Implements a job listener that will update the job history as jobs get removed.
eclox.ui/src/eclox/ui/BuildManager.java:57
ClassMyJobListener
@author gbrocker
eclox.core/src/eclox/core/ui/DoxyfileDecorator.java:44
ClassMyLabelProvider
Implement a label provider for the doxyfile selector tree viewer.
eclox.ui/src/eclox/ui/DoxyfileSelector.java:161
ClassMyLabelProvider
Implements the label provider.
eclox.ui/src/eclox/ui/editor/advanced/MasterPart.java:158
ClassMyLabelProvider
Implements the table viewer label provider.
eclox.ui/src/eclox/ui/editor/editors/ListEditor.java:74
ClassMyLogFeeder
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
ClassMyMenuCreator
Implements the menu creator tha will create the menu for the action.
eclox.ui/src/eclox/ui/editor/advanced/HistoryAction.java:67
ClassMyOpenListener
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
ClassMyPreferenceListener
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
ClassMyResourceChangeListener
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
ClassMyRunnable
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
ClassMySelectionChangedListener
Implements a selection change listener to update the button states.
eclox.ui/src/eclox/ui/editor/editors/ListEditor.java:122
ClassMySelectionListener
Implements a selection listener that will handle selection changes in the combo control.
eclox.ui/src/eclox/ui/editor/basic/ComboMultiEditor.java:34
ClassMySelectionListener
Defines the selection listener for the check box button
eclox.ui/src/eclox/ui/editor/basic/CheckMultiEditor.java:45
ClassMySelectionListener
Implements the selection listener used for radio button
eclox.ui/src/eclox/ui/editor/basic/RadioMultiEditor.java:29
ClassMySelectionListener
Implements a menu listener used to trigger selection changes
eclox.ui/src/eclox/ui/editor/advanced/HistoryAction.java:41
ClassMySelectionListener
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