public class DelegatingChooserUI extends ComponentUI
| Modifier and Type | Field and Description |
|---|---|
private static boolean |
firstTime |
(package private) static String |
NB_USE_SHELL_FOLDER |
(package private) static String |
START_TIME |
(package private) static String |
USE_SHELL_FOLDER |
| Constructor and Description |
|---|
DelegatingChooserUI() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentUI |
createUI(JComponent c) |
private static Class<? extends FileChooserUI> |
getCurChooser(JFileChooser fc)
Returns dirchooser for DIRECTORIES_ONLY, default filechooser for other
selection modes.
|
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, updatestatic final String USE_SHELL_FOLDER
static final String NB_USE_SHELL_FOLDER
static final String START_TIME
private static boolean firstTime
public static ComponentUI createUI(JComponent c)
private static Class<? extends FileChooserUI> getCurChooser(JFileChooser fc)
Copyright © 2007–2016 Gephi Consortium. All rights reserved.