https://github.com/badetitou/casino-swing-importer
https://github.com/badetitou/casino-swing-importer
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/badetitou/casino-swing-importer
- Owner: badetitou
- License: mit
- Created: 2018-11-13T10:45:28.000Z (almost 7 years ago)
- Default Branch: v2
- Last Pushed: 2023-07-07T06:10:43.000Z (over 2 years ago)
- Last Synced: 2025-01-14T01:15:47.857Z (10 months ago)
- Language: Smalltalk
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Casino-Swing-Importer
## Installation
```st
Metacello new
githubUser: 'badetitou' project: 'Casino-Swing-Importer' commitish: 'v2' path: 'src';
baseline: 'CasinoSwingImporter';
load
```
## Usage
1. Import a FamixJavaModel
2. Create a Casino Importer
3. Extract the UI code in a Casino Model
```
rca := MooseModel root at: 1.
rca rootFolder: 'D:\Developpement\mse\VerveineJ'.
swingModel := CSNUICWModel new name: 'RestSuiteUI'; yourself.
swingImporter := CSNSwingImporter new.
swingImporter
sourceModel: rca;
createModelIn: swingModel.
swingModel
```