Class FileInputEntry
java.lang.Object
com.illumon.iris.gui.widget.poliform.AbstractFieldEntry<File>
com.illumon.iris.gui.widget.poliform.FileInputEntry
- All Implemented Interfaces:
FieldEntry<File>
public class FileInputEntry extends AbstractFieldEntry<File>
-
Constructor Summary
Constructors Constructor Description FileInputEntry()
FileInputEntry(int browsingType)
-
Method Summary
Modifier and Type Method Description JComponent
$$$getRootComponent$$$()
JComponent
getComponent()
File
getValue()
void
setValue(File value)
void
validateData()
Methods inherited from class com.illumon.iris.gui.widget.poliform.AbstractFieldEntry
addFieldChangeCallback, pushNewValue
-
Constructor Details
-
FileInputEntry
public FileInputEntry() -
FileInputEntry
public FileInputEntry(int browsingType)
-
-
Method Details
-
getComponent
-
setValue
-
getValue
-
validateData
public void validateData() -
$$$getRootComponent$$$
- Noinspection:
- ALL
-