View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org-netbeans-modules-editor-fold-nbui-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.api.editor.fold.ui
├─ org.netbeans.api.editor.fold.ui.FoldingUISupport.class - [JAR]
org.netbeans.modules.editor.fold.ui
├─ org.netbeans.modules.editor.fold.ui.ActionFactory.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.Bundle.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.CaretFoldExpanderImpl.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.CustomizerWithDefaults.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.DefaultFoldingOptions.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.FoldContentReaders.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.FoldOptionsController.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.FoldOptionsPanel.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.FoldToolTip.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.FoldUtilitiesImpl.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.FoldView.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.FoldViewFactory.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.FoldingEditorSupport.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.InheritedPreferences.class - [JAR]
├─ org.netbeans.modules.editor.fold.ui.VerticalFlowLayout.class - [JAR]