org.netbeans.modules.versioning.util |
|
Java Source File Name | Type | Comment |
AccessibleJFileChooser.java | Class | Adds accessibility to JFileChooser. |
CommandReport.java | Class | Small notification dialog similar to ErrorManager's one. |
DelegatingUndoRedo.java | Class | Delegates UndoRedo to the currently active component's UndoRedo. |
DialogBoundsPreserver.java | Class | Stores under a key the registered windows size and position when it si closed and
sets them back when the window gets open again. |
FileCollection.java | Class | Collection of Files that has special contracts for add, remove and contains methods, see below. |
FilePathCellRenderer.java | Class | Treats values in cells as file paths and renders them so that the end of the path is always visible. |
ListenersSupport.java | Class | Support for firing versioning events. |
NoContentPanel.java | Class | Centered label mostly used to indicate that there is nothing in a view. |
OpenInEditorAction.java | Class | Open files in editor. |
OpenVersioningOutputAction.java | Class | Open the Versioning Output view. |
StringSelector.java | Class | Provides chooser from list of strings. |
SystemActionBridge.java | Class | Converts NetBeans
SystemAction to Swing's
Action . |
TableSorter.java | Class | TableSorter is a decorator for TableModels; adding sorting
functionality to a supplied TableModel. |
Utils.java | Class | Utilities class. |
VcsAdvancedOptions.java | Class | Versioning options panel combined from panels for various settings. |
VcsAdvancedOptionsPanel.java | Class | |
VersioningEvent.java | Class | A versioning event. |
VersioningListener.java | Interface | Listener for versioning events. |
VersioningOutputManager.java | Class | Groups outputs from versioning commands in one window. |
VersioningOutputTopComponent.java | Class | Top component of the Versioning Output view. |