public class FiletoClassValidator extends Object implements DocumentListener
| Modifier and Type | Class and Description |
|---|---|
static class |
FiletoClassValidator.StringAndScore |
| Constructor and Description |
|---|
FiletoClassValidator(JLabel validation,
JTextField filePath,
JTextField className) |
| Modifier and Type | Method and Description |
|---|---|
void |
changedUpdate(DocumentEvent e) |
void |
insertUpdate(DocumentEvent e) |
void |
removeUpdate(DocumentEvent e) |
static FiletoClassValidator.StringAndScore |
validate(String clazz,
String file) |
public FiletoClassValidator(JLabel validation, JTextField filePath, JTextField className)
public void insertUpdate(DocumentEvent e)
insertUpdate in interface DocumentListenerpublic void removeUpdate(DocumentEvent e)
removeUpdate in interface DocumentListenerpublic void changedUpdate(DocumentEvent e)
changedUpdate in interface DocumentListenerpublic static FiletoClassValidator.StringAndScore validate(String clazz, String file)
Copyright © 2019. All Rights Reserved.