public class Module
extends org.openide.modules.ModuleInstall
| Modifier and Type | Field and Description |
|---|---|
private static String |
FORCE_STANDARD_CHOOSER |
private static String |
KEY |
private static Class<? extends FileChooserUI> |
originalImpl |
private static PropertyChangeListener |
pcl |
private static String |
QUICK_CHOOSER_NAME |
| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Class<? extends FileChooserUI> |
getOrigChooser() |
static void |
install() |
static boolean |
isInstalled() |
private static boolean |
isQuickFileChooser(Object className) |
private static boolean |
isStandardChooserForced() |
void |
restored() |
static void |
uninstall() |
void |
uninstalled() |
clearSharedData, close, closing, installed, updated, validateaddNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, initialize, putProperty, putProperty, readExternal, removeNotify, removePropertyChangeListener, reset, writeExternal, writeReplaceprivate static final String KEY
private static Class<? extends FileChooserUI> originalImpl
private static PropertyChangeListener pcl
private static final String QUICK_CHOOSER_NAME
private static final String FORCE_STANDARD_CHOOSER
public void restored()
restored in class org.openide.modules.ModuleInstallpublic void uninstalled()
uninstalled in class org.openide.modules.ModuleInstallpublic static void install()
public static void uninstall()
public static boolean isInstalled()
static Class<? extends FileChooserUI> getOrigChooser()
private static boolean isQuickFileChooser(Object className)
private static boolean isStandardChooserForced()
Copyright © 2007–2016 Gephi Consortium. All rights reserved.