|
1 | 1 | #Signature file v4.1 |
2 | | -#Version 3.7 |
| 2 | +#Version 3.7.1 |
3 | 3 |
|
4 | 4 | CLSS public abstract interface com.formdev.flatlaf.FlatClientProperties |
5 | 5 | fld public final static java.lang.String BUTTON_TYPE = "JButton.buttonType" |
@@ -800,6 +800,7 @@ innr public abstract interface static StateStore |
800 | 800 | innr public abstract static ApproveContext |
801 | 801 | innr public abstract static FileFilter |
802 | 802 | innr public final static FileNameExtensionFilter |
| 803 | +innr public final static PatternFilter |
803 | 804 | meth public <%0 extends java.lang.Object> {%%0} getPlatformProperty(java.lang.String) |
804 | 805 | meth public boolean isAcceptAllFileFilterUsed() |
805 | 806 | meth public boolean isDirectorySelectionEnabled() |
@@ -872,6 +873,15 @@ meth public java.lang.String[] getExtensions() |
872 | 873 | supr com.formdev.flatlaf.util.SystemFileChooser$FileFilter |
873 | 874 | hfds description,extensions |
874 | 875 |
|
| 876 | +CLSS public final static com.formdev.flatlaf.util.SystemFileChooser$PatternFilter |
| 877 | + outer com.formdev.flatlaf.util.SystemFileChooser |
| 878 | +cons public !varargs init(java.lang.String,java.lang.String[]) |
| 879 | +meth public java.lang.String getDescription() |
| 880 | +meth public java.lang.String toString() |
| 881 | +meth public java.lang.String[] getPatterns() |
| 882 | +supr com.formdev.flatlaf.util.SystemFileChooser$FileFilter |
| 883 | +hfds description,patterns |
| 884 | + |
875 | 885 | CLSS public abstract interface static com.formdev.flatlaf.util.SystemFileChooser$StateStore |
876 | 886 | outer com.formdev.flatlaf.util.SystemFileChooser |
877 | 887 | fld public final static java.lang.String KEY_CURRENT_DIRECTORY = "currentDirectory" |
|
0 commit comments