Skip to content

Commit

Permalink
Renamed FlexBox to FlexPane
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed May 30, 2024
1 parent c852ec7 commit 85784c4
Show file tree
Hide file tree
Showing 36 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
app: [{name: 'FlexBox', module-token: 'webfx-demo-flexbox', gwt-token: 'webfx_demo_flexbox', gwt-push-branch: 'flexpane-gwt', j2cl-push-branch: 'flexpane', ios-bundle-id: 'dev.webfx.demo.flexbox', version: '0.1.0-SNAPSHOT'}]
app: [{name: 'FlexPane', module-token: 'webfx-demo-flexpane', gwt-token: 'webfx_demo_flexpane', gwt-push-branch: 'flexpane-gwt', j2cl-push-branch: 'flexpane', ios-bundle-id: 'dev.webfx.demo.flexpane', version: '0.1.0-SNAPSHOT'}]
os-config: [1]
include:
- os-config: 1 # Generates builds 1) 2) 3) 4) & 5)
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
<packaging>pom</packaging>

<modules>
<module>webfx-demo-flexbox-application</module>
<module>webfx-demo-flexbox-application-gluon</module>
<module>webfx-demo-flexbox-application-gwt</module>
<module>webfx-demo-flexbox-application-j2cl</module>
<module>webfx-demo-flexbox-application-openjfx</module>
<module>webfx-demo-flexpane-application</module>
<module>webfx-demo-flexpane-application-gluon</module>
<module>webfx-demo-flexpane-application-gwt</module>
<module>webfx-demo-flexpane-application-j2cl</module>
<module>webfx-demo-flexpane-application-openjfx</module>
</modules>

</project>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>webfx-demo-flexbox-application-gluon</artifactId>
<artifactId>webfx-demo-flexpane-application-gluon</artifactId>

<name>WebFXDemoFlexbox</name>
<name>WebFXDemoFlexpane</name>

<dependencies>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-demo-flexbox-application</artifactId>
<artifactId>webfx-demo-flexpane-application</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// File managed by WebFX (DO NOT EDIT MANUALLY)

module webfx.demo.flexbox.application.gluon {
module webfx.demo.flexpane.application.gluon {

// Direct dependencies modules
requires webfx.demo.flexbox.application;
requires webfx.demo.flexpane.application;
requires webfx.kit.javafxgraphics.openjfx;
requires webfx.platform.boot.java;
requires webfx.platform.console.java;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
executableModuleName=webfx-demo-flexpane-application-gluon
executableModuleVersion=0.1.0-SNAPSHOT
applicationModuleName=webfx-demo-flexpane-application
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>webfx-demo-flexbox-application-gwt</artifactId>
<artifactId>webfx-demo-flexpane-application-gwt</artifactId>

<packaging>gwt-app</packaging>

Expand Down Expand Up @@ -56,7 +56,7 @@

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-demo-flexbox-application</artifactId>
<artifactId>webfx-demo-flexpane-application</artifactId>
<version>0.1.0-SNAPSHOT</version>
<classifier>sources</classifier>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- File managed by WebFX (DO NOT EDIT MANUALLY) -->
<module rename-to="webfx_demo_flexbox_application_gwt">
<module rename-to="webfx_demo_flexpane_application_gwt">

<!-- Configuring logging (must be in first position) -->
<inherits name="com.google.gwt.logging.Logging"/>
Expand Down Expand Up @@ -80,8 +80,8 @@
<inherits name="com.google.gwt.user.User"/>
<!--=================================< java-nio-emul >==================================-->
<inherits name="org.gwtproject.nio.GwtNioSupport"/>
<!--=========================< webfx-demo-flexbox-application >=========================-->
<source path="dev/webfx/demo/flexbox"/>
<!--========================< webfx-demo-flexpane-application >=========================-->
<source path="dev/webfx/demo/flexpane"/>
<!--===============================< webfx-extras-panes >===============================-->
<source path="dev/webfx/extras/panes"/>
<!--==========================< webfx-extras-util-animation >===========================-->
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
executableModuleName=webfx-demo-flexpane-application-gwt
executableModuleVersion=0.1.0-SNAPSHOT
applicationModuleName=webfx-demo-flexpane-application
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

</head>
<body>
<script charset="utf-8" src="webfx_demo_flexbox_application_gwt.nocache.js" type="text/javascript"></script>
<script charset="utf-8" src="webfx_demo_flexpane_application_gwt.nocache.js" type="text/javascript"></script>

</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public static void registerServiceProviders() {
register(dev.webfx.platform.shutdown.spi.ShutdownProvider.class, dev.webfx.platform.shutdown.spi.impl.gwtj2cl.GwtJ2clShutdownProvider::new);
register(dev.webfx.platform.uischeduler.spi.UiSchedulerProvider.class, dev.webfx.platform.uischeduler.spi.impl.gwtj2cl.GwtJ2clUiSchedulerProvider::new);
register(dev.webfx.platform.useragent.spi.UserAgentProvider.class, dev.webfx.platform.useragent.spi.impl.gwtj2cl.GwtJ2clUserAgentProvider::new);
register(javafx.application.Application.class, dev.webfx.demo.flexbox.FlexBoxApplication::new);
register(javafx.application.Application.class, dev.webfx.demo.flexpane.FlexPaneApplication::new);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>webfx-demo-flexbox-application-j2cl</artifactId>
<artifactId>webfx-demo-flexpane-application-j2cl</artifactId>

<dependencies>

Expand All @@ -30,7 +30,7 @@

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-demo-flexbox-application</artifactId>
<artifactId>webfx-demo-flexpane-application</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public static void registerServiceProviders() {
register(dev.webfx.platform.shutdown.spi.ShutdownProvider.class, dev.webfx.platform.shutdown.spi.impl.gwtj2cl.GwtJ2clShutdownProvider::new);
register(dev.webfx.platform.uischeduler.spi.UiSchedulerProvider.class, dev.webfx.platform.uischeduler.spi.impl.gwtj2cl.GwtJ2clUiSchedulerProvider::new);
register(dev.webfx.platform.useragent.spi.UserAgentProvider.class, dev.webfx.platform.useragent.spi.impl.gwtj2cl.GwtJ2clUserAgentProvider::new);
register(javafx.application.Application.class, dev.webfx.demo.flexbox.FlexBoxApplication::new);
register(javafx.application.Application.class, dev.webfx.demo.flexpane.FlexPaneApplication::new);
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
executableModuleName=webfx-demo-flexpane-application-j2cl
executableModuleVersion=0.1.0-SNAPSHOT
applicationModuleName=webfx-demo-flexpane-application
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

</head>
<body>
<script charset="utf-8" src="webfx-demo-flexbox-application-j2cl.js" type="text/javascript"></script>
<script charset="utf-8" src="webfx-demo-flexpane-application-j2cl.js" type="text/javascript"></script>

</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>webfx-demo-flexbox-application-openjfx</artifactId>
<artifactId>webfx-demo-flexpane-application-openjfx</artifactId>

<dependencies>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-demo-flexbox-application</artifactId>
<artifactId>webfx-demo-flexpane-application</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>

Expand Down Expand Up @@ -66,8 +66,8 @@
</dependencies>

<properties>
<plugin.javapackager.name>WebFXDemoFlexbox</plugin.javapackager.name>
<plugin.javapackager.displayName>WebFX Demo Flexbox</plugin.javapackager.displayName>
<plugin.javapackager.name>WebFXDemoFlexpane</plugin.javapackager.name>
<plugin.javapackager.displayName>WebFX Demo Flexpane</plugin.javapackager.displayName>
<plugin.javapackager.url/>
</properties>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// File managed by WebFX (DO NOT EDIT MANUALLY)

module webfx.demo.flexbox.application.openjfx {
module webfx.demo.flexpane.application.openjfx {

// Direct dependencies modules
requires webfx.demo.flexbox.application;
requires webfx.demo.flexpane.application;
requires webfx.kit.javafxgraphics.openjfx;
requires webfx.platform.boot.java;
requires webfx.platform.console.java;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
executableModuleName=webfx-demo-flexpane-application-openjfx
executableModuleVersion=0.1.0-SNAPSHOT
applicationModuleName=webfx-demo-flexpane-application
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>webfx-demo-flexbox-application</artifactId>
<artifactId>webfx-demo-flexpane-application</artifactId>

<dependencies>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

package dev.webfx.demo.flexbox;
package dev.webfx.demo.flexpane;

import dev.webfx.extras.panes.FlexPane;
import javafx.application.Application;
Expand All @@ -18,9 +18,9 @@

import java.util.Arrays;

public class FlexBoxApplication extends Application {
public class FlexPaneApplication extends Application {

private final static String SENTENCE = "Move the bar to see how the words are positioned, each word being embed in a node controlled by the flexbox.";
private final static String SENTENCE = "Move the bar to see how the words are positioned, each word being embed in a node controlled by the flex pane.";
private final static String[] WORDS = SENTENCE.split(" ");
private final static Font FONT = Font.font(48);
private final Slider spaceSlider = new Slider(0, 20, 10);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// File managed by WebFX (DO NOT EDIT MANUALLY)

module webfx.demo.flexbox.application {
module webfx.demo.flexpane.application {

// Direct dependencies modules
requires javafx.controls;
requires javafx.graphics;
requires webfx.extras.panes;

// Exported packages
exports dev.webfx.demo.flexbox;
exports dev.webfx.demo.flexpane;

// Provided services
provides javafx.application.Application with dev.webfx.demo.flexbox.FlexBoxApplication;
provides javafx.application.Application with dev.webfx.demo.flexpane.FlexPaneApplication;

}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev.webfx.demo.flexpane.FlexPaneApplication
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</dependencies>

<providers>
<provider interface="javafx.application.Application">dev.webfx.demo.flexbox.FlexBoxApplication</provider>
<provider interface="javafx.application.Application">dev.webfx.demo.flexpane.FlexPaneApplication</provider>
</providers>

</project>

0 comments on commit 85784c4

Please sign in to comment.