Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.FileChooserUI
public abstract class FileChooserUI extends ComponentUI
Pluggable look and feel interface for JFileChooser
.
Constructor and Description |
---|
FileChooserUI()
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ensureFileIsVisible(JFileChooser fc,
File f)
|
abstract FileFilter |
getAcceptAllFileFilter(JFileChooser fc)
|
abstract String |
getApproveButtonText(JFileChooser fc)
|
JButton |
getDefaultButton(JFileChooser fc)
Returns default button for current LookAndFeel . |
abstract String |
getDialogTitle(JFileChooser fc)
|
abstract FileView |
getFileView(JFileChooser fc)
|
abstract void |
rescanCurrentDirectory(JFileChooser fc)
|
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileChooserUI()
Method Detail |
---|
public abstract FileFilter getAcceptAllFileFilter(JFileChooser fc)
public abstract FileView getFileView(JFileChooser fc)
public abstract String getApproveButtonText(JFileChooser fc)
public abstract String getDialogTitle(JFileChooser fc)
public abstract void rescanCurrentDirectory(JFileChooser fc)
public abstract void ensureFileIsVisible(JFileChooser fc, File f)
public JButton getDefaultButton(JFileChooser fc)
LookAndFeel
.
JFileChooser
will use this button as default button
for dialog windows.
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.