public class FilePane.TextFile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
ext |
java.io.File |
file |
java.util.List<java.lang.String> |
vfile |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExtension()
Return the file extension.
|
java.io.File |
getFile()
Return the file.
|
java.lang.String |
getName()
Return the file name.
|
java.util.List<java.lang.String> |
getText()
Return the file text.
|
void |
setFile(java.io.File file)
Set the new file path.
|
public java.io.File file
public java.util.List<java.lang.String> vfile
public java.lang.String ext
public void setFile(java.io.File file)
file
- the new file pathpublic java.io.File getFile()
public java.lang.String getExtension()
public java.lang.String getName()
public java.util.List<java.lang.String> getText()
Copyright © 2016, 2017, 2018, 2019, 2023 Herve Girod. All Rights Reserved. Documentation and source under the MIT licence