Class BaseInputMapSet.FileChooserActions
- java.lang.Object
-
- org.pushingpixels.substance.internal.inputmaps.BaseInputMapSet.FileChooserActions
-
- Enclosing class:
- BaseInputMapSet
protected static class BaseInputMapSet.FileChooserActions extends Object
From sun.swing.FilePane via BasicFileChooserUI
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPROVE_SELECTION
static String
CANCEL_SELECTION
static String
EDIT_FILE_NAME
static String
GO_UP
static String
REFRESH
-
Constructor Summary
Constructors Modifier Constructor Description protected
FileChooserActions()
-
-
-
Field Detail
-
APPROVE_SELECTION
public static final String APPROVE_SELECTION
- See Also:
- Constant Field Values
-
CANCEL_SELECTION
public static final String CANCEL_SELECTION
- See Also:
- Constant Field Values
-
EDIT_FILE_NAME
public static final String EDIT_FILE_NAME
- See Also:
- Constant Field Values
-
REFRESH
public static final String REFRESH
- See Also:
- Constant Field Values
-
GO_UP
public static final String GO_UP
- See Also:
- Constant Field Values
-
-