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 PagedInventories-2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tchristofferson.pagedinventories.utils
├─ com.tchristofferson.pagedinventories.utils.InventoryUtil.class - [JAR]
com.tchristofferson.pagedinventories
├─ com.tchristofferson.pagedinventories.IPagedInventory.class - [JAR]
├─ com.tchristofferson.pagedinventories.InventoryRegistrar.class - [JAR]
├─ com.tchristofferson.pagedinventories.NavigationType.class - [JAR]
├─ com.tchristofferson.pagedinventories.PagedInventory.class - [JAR]
├─ com.tchristofferson.pagedinventories.PagedInventoryAPI.class - [JAR]
├─ com.tchristofferson.pagedinventories.PagedInventoryListener.class - [JAR]
com.tchristofferson.pagedinventories.handlers
├─ com.tchristofferson.pagedinventories.handlers.PagedInventoryClickHandler.class - [JAR]
├─ com.tchristofferson.pagedinventories.handlers.PagedInventoryCloseHandler.class - [JAR]
├─ com.tchristofferson.pagedinventories.handlers.PagedInventoryGlobalClickHandler.class - [JAR]
├─ com.tchristofferson.pagedinventories.handlers.PagedInventoryGlobalCloseHandler.class - [JAR]
├─ com.tchristofferson.pagedinventories.handlers.PagedInventoryGlobalSwitchPageHandler.class - [JAR]
├─ com.tchristofferson.pagedinventories.handlers.PagedInventoryHandler.class - [JAR]
├─ com.tchristofferson.pagedinventories.handlers.PagedInventorySwitchPageHandler.class - [JAR]