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 webforj-data-24.00.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.webforj.data.selection
├─ com.webforj.data.selection.MultipleSelectable.class - [JAR]
├─ com.webforj.data.selection.Selectable.class - [JAR]
├─ com.webforj.data.selection.SelectionRange.class - [JAR]
├─ com.webforj.data.selection.SingleSelectable.class - [JAR]
com.webforj.data.selection.event
├─ com.webforj.data.selection.event.SelectEvent.class - [JAR]
com.webforj.data
├─ com.webforj.data.EntityKeysRegistry.class - [JAR]
├─ com.webforj.data.HasEntityKey.class - [JAR]
├─ com.webforj.data.Paginator.class - [JAR]
com.webforj.data.selection.repository
├─ com.webforj.data.selection.repository.MultipleSelectableRepository.class - [JAR]
├─ com.webforj.data.selection.repository.SelectableRepository.class - [JAR]
├─ com.webforj.data.selection.repository.SingleSelectableRepository.class - [JAR]
com.webforj.data.repository.event
├─ com.webforj.data.repository.event.RepositoryCommitEvent.class - [JAR]
com.webforj.data.repository
├─ com.webforj.data.repository.AbstractRepository.class - [JAR]
├─ com.webforj.data.repository.CollectionRepository.class - [JAR]
├─ com.webforj.data.repository.CompositeComparator.class - [JAR]
├─ com.webforj.data.repository.HasRepository.class - [JAR]
├─ com.webforj.data.repository.OrderCriteria.class - [JAR]
├─ com.webforj.data.repository.OrderCriteriaList.class - [JAR]
├─ com.webforj.data.repository.Repository.class - [JAR]
├─ com.webforj.data.repository.RetrievalBuilder.class - [JAR]
├─ com.webforj.data.repository.RetrievalCriteria.class - [JAR]