mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-03-28 01:37:01 -05:00
release 3.7.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FlatLaf Change Log
|
FlatLaf Change Log
|
||||||
==================
|
==================
|
||||||
|
|
||||||
## 3.7.1-SNAPSHOT
|
## 3.7.1
|
||||||
|
|
||||||
- System File Chooser:
|
- System File Chooser:
|
||||||
- Update current filter before invoking approve callback and after closing
|
- Update current filter before invoking approve callback and after closing
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#Signature file v4.1
|
#Signature file v4.1
|
||||||
#Version 3.7
|
#Version 3.7.1
|
||||||
|
|
||||||
CLSS public abstract interface com.formdev.flatlaf.FlatClientProperties
|
CLSS public abstract interface com.formdev.flatlaf.FlatClientProperties
|
||||||
fld public final static java.lang.String BUTTON_TYPE = "JButton.buttonType"
|
fld public final static java.lang.String BUTTON_TYPE = "JButton.buttonType"
|
||||||
@@ -800,6 +800,7 @@ innr public abstract interface static StateStore
|
|||||||
innr public abstract static ApproveContext
|
innr public abstract static ApproveContext
|
||||||
innr public abstract static FileFilter
|
innr public abstract static FileFilter
|
||||||
innr public final static FileNameExtensionFilter
|
innr public final static FileNameExtensionFilter
|
||||||
|
innr public final static PatternFilter
|
||||||
meth public <%0 extends java.lang.Object> {%%0} getPlatformProperty(java.lang.String)
|
meth public <%0 extends java.lang.Object> {%%0} getPlatformProperty(java.lang.String)
|
||||||
meth public boolean isAcceptAllFileFilterUsed()
|
meth public boolean isAcceptAllFileFilterUsed()
|
||||||
meth public boolean isDirectorySelectionEnabled()
|
meth public boolean isDirectorySelectionEnabled()
|
||||||
@@ -872,6 +873,15 @@ meth public java.lang.String[] getExtensions()
|
|||||||
supr com.formdev.flatlaf.util.SystemFileChooser$FileFilter
|
supr com.formdev.flatlaf.util.SystemFileChooser$FileFilter
|
||||||
hfds description,extensions
|
hfds description,extensions
|
||||||
|
|
||||||
|
CLSS public final static com.formdev.flatlaf.util.SystemFileChooser$PatternFilter
|
||||||
|
outer com.formdev.flatlaf.util.SystemFileChooser
|
||||||
|
cons public !varargs init(java.lang.String,java.lang.String[])
|
||||||
|
meth public java.lang.String getDescription()
|
||||||
|
meth public java.lang.String toString()
|
||||||
|
meth public java.lang.String[] getPatterns()
|
||||||
|
supr com.formdev.flatlaf.util.SystemFileChooser$FileFilter
|
||||||
|
hfds description,patterns
|
||||||
|
|
||||||
CLSS public abstract interface static com.formdev.flatlaf.util.SystemFileChooser$StateStore
|
CLSS public abstract interface static com.formdev.flatlaf.util.SystemFileChooser$StateStore
|
||||||
outer com.formdev.flatlaf.util.SystemFileChooser
|
outer com.formdev.flatlaf.util.SystemFileChooser
|
||||||
fld public final static java.lang.String KEY_CURRENT_DIRECTORY = "currentDirectory"
|
fld public final static java.lang.String KEY_CURRENT_DIRECTORY = "currentDirectory"
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
flatlaf.releaseVersion = 3.7
|
flatlaf.releaseVersion = 3.7.1
|
||||||
flatlaf.developmentVersion = 3.7.1-SNAPSHOT
|
flatlaf.developmentVersion = 3.7.2-SNAPSHOT
|
||||||
|
|
||||||
org.gradle.configuration-cache = true
|
org.gradle.configuration-cache = true
|
||||||
# org.gradle.warning.mode = all
|
# org.gradle.warning.mode = all
|
||||||
|
|||||||
Reference in New Issue
Block a user