| Package | Description |
|---|---|
| conexp.fx.core.util | |
| conexp.fx.gui | |
| conexp.fx.gui.assistent | |
| conexp.fx.gui.dataset |
| Modifier and Type | Method and Description |
|---|---|
static FileFormat |
FileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileFormat[] |
FileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Pair<File,FileFormat> |
FileFormat.of(File file) |
static Pair<File,FileFormat> |
FileFormat.of(File file,
FileFormat... fileFormats) |
| Modifier and Type | Method and Description |
|---|---|
static Pair<File,FileFormat> |
FileFormat.of(File file,
FileFormat... fileFormats) |
| Modifier and Type | Method and Description |
|---|---|
Pair<File,FileFormat> |
ConExpFX.showOpenFileDialog(String title,
FileFormat... fileFormats) |
| Modifier and Type | Method and Description |
|---|---|
Pair<File,FileFormat> |
ConExpFX.showOpenFileDialog(String title,
FileFormat... fileFormats) |
| Modifier and Type | Field and Description |
|---|---|
javafx.beans.property.ObjectProperty<Pair<File,FileFormat>> |
TypePage.FileChooseBox.fileProperty |
| Constructor and Description |
|---|
FileChooseBox(String title,
FileFormat... fileFormats) |
| Modifier and Type | Field and Description |
|---|---|
FileFormat |
Dataset.format |
| Modifier and Type | Method and Description |
|---|---|
void |
FCADataset.export(FileFormat svg,
File file2) |
| Constructor and Description |
|---|
Dataset(Dataset parent,
File file,
FileFormat format) |
RDFDataset(File file,
FileFormat format) |
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.