jar

io.github.otaka : swtlayoutbuilder

Maven & Gradle

May 02, 2023
0 stars

SWT Layout Builder · Library that allows to create complex forms with convenient builder syntax. It wraps standard SWT RowLayout and implements its own new RuleLayout and BorderLayout

Table Of Contents

Latest Version

Download io.github.otaka : swtlayoutbuilder JAR file - Latest Versions:

All Versions

Download io.github.otaka : swtlayoutbuilder JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7
0.2
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window swtlayoutbuilder-0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.swtlayoutbuilder.rulelayout

├─ com.swtlayoutbuilder.rulelayout.AnchoredToParentEdges.class - [JAR]

├─ com.swtlayoutbuilder.rulelayout.ComponentActionsWrapper.class - [JAR]

├─ com.swtlayoutbuilder.rulelayout.ComponentRect.class - [JAR]

├─ com.swtlayoutbuilder.rulelayout.ComponentWrapper.class - [JAR]

├─ com.swtlayoutbuilder.rulelayout.Edge.class - [JAR]

├─ com.swtlayoutbuilder.rulelayout.LayoutGroup.class - [JAR]

├─ com.swtlayoutbuilder.rulelayout.Rule.class - [JAR]

├─ com.swtlayoutbuilder.rulelayout.RuleLayout.class - [JAR]

├─ com.swtlayoutbuilder.rulelayout.RuleLayoutCalculationEngine.class - [JAR]

com.swtlayoutbuilder.borderlayout

├─ com.swtlayoutbuilder.borderlayout.BorderData.class - [JAR]

├─ com.swtlayoutbuilder.borderlayout.BorderLayout.class - [JAR]

com.swtlayoutbuilder

├─ com.swtlayoutbuilder.AbstractBuilder.class - [JAR]

├─ com.swtlayoutbuilder.BorderLayoutBuilder.class - [JAR]

├─ com.swtlayoutbuilder.RowWithWrappingBuilder.class - [JAR]

├─ com.swtlayoutbuilder.RuleLayoutBuilder.class - [JAR]

├─ com.swtlayoutbuilder.SwtLayoutBuilder.class - [JAR]