An open API service indexing awesome lists of open source software.

https://github.com/badetitou/casino-swing-importer


https://github.com/badetitou/casino-swing-importer

Last synced: 8 months ago
JSON representation

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
```