Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.tool.io |
Package for handling the I/O tool (file import and export).
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
EditingPreferences.getGroupDirectory(FileType.FileTypeGroup grp) |
EditingPreferences |
EditingPreferences.withGroupDirectory(FileType.FileTypeGroup grp,
java.lang.String dir) |
Modifier and Type | Method and Description |
---|---|
static FileType.FileTypeGroup[] |
FileType.getFileTypeGroups() |
static FileType.FileTypeGroup |
FileType.FileTypeGroup.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileType.FileTypeGroup[] |
FileType.FileTypeGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|