|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.jemmy.operators.Operator
org.netbeans.jemmy.operators.ComponentOperator
org.netbeans.jemmy.operators.ContainerOperator
org.netbeans.jemmy.operators.JComponentOperator
org.netbeans.jemmy.operators.JFileChooserOperator
public class JFileChooserOperator
Class provides methods to cover main JFileChooser component functionality.
Nested Class Summary | |
---|---|
static class |
JFileChooserOperator.JFileChooserFinder
Checks component type. |
static class |
JFileChooserOperator.JFileChooserJDialogFinder
Allows to find a dialog containing JFileChooser. |
Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.JComponentOperator |
---|
JComponentOperator.JComponentByTipFinder, JComponentOperator.JComponentFinder |
Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.ContainerOperator |
---|
ContainerOperator.ContainerFinder |
Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.Operator |
---|
Operator.ComponentVisualizer, Operator.DefaultPathParser, Operator.DefaultStringComparator, Operator.Finder, Operator.MapAction, Operator.MapBooleanAction, Operator.MapByteAction, Operator.MapCharacterAction, Operator.MapDoubleAction, Operator.MapFloatAction, Operator.MapIntegerAction, Operator.MapLongAction, Operator.MapVoidAction, Operator.NoBlockingAction, Operator.PathParser, Operator.StringComparator |
Field Summary |
---|
Fields inherited from class org.netbeans.jemmy.operators.JComponentOperator |
---|
A11Y_DATA, A11Y_DESCRIPTION_DPROP, A11Y_NAME_DPROP, TOOLTIP_TEXT_DPROP |
Fields inherited from class org.netbeans.jemmy.operators.ComponentOperator |
---|
HEIGHT_DPROP, IS_SHOWING_DPROP, IS_VISIBLE_DPROP, NAME_DPROP, WIDTH_DPROP, X_DPROP, Y_DPROP |
Fields inherited from class org.netbeans.jemmy.operators.Operator |
---|
CLASS_DPROP, TO_STRING_DPROP |
Constructor Summary | |
---|---|
JFileChooserOperator()
Constructor. |
|
JFileChooserOperator(JFileChooser comp)
Constructor. |
|
JFileChooserOperator(Operator env)
Constructor. |
Method Summary | |
---|---|
boolean |
accept(File file)
Maps JFileChooser.accept(File) through queue |
void |
addActionListener(ActionListener actionListener)
Maps JFileChooser.addActionListener(ActionListener) through queue |
void |
addChoosableFileFilter(FileFilter fileFilter)
Maps JFileChooser.addChoosableFileFilter(FileFilter) through queue |
void |
approve()
Pushes approve button. |
void |
approveSelection()
Maps JFileChooser.approveSelection() through queue |
void |
cancel()
Pushes cancel button. |
void |
cancelSelection()
Maps JFileChooser.cancelSelection() through queue |
void |
changeToParentDirectory()
Maps JFileChooser.changeToParentDirectory() through queue |
boolean |
checkFileDisplayed(String file)
Checks if file is currently displayed in the list. |
boolean |
checkFileDisplayed(String file,
boolean ce,
boolean cc)
Deprecated. Use checkFileDisplayed(String) or checkFileDisplayed(String, StringComparator) |
boolean |
checkFileDisplayed(String file,
Operator.StringComparator comparator)
Checks if file is currently displayed in the list. |
void |
chooseFile(String fileName)
Types file name into text field and pushes approve button. |
void |
clickOnFile(int index,
int clickCount)
Clicks on file in the list. |
void |
clickOnFile(String file)
Clicks 1 time on file in the list. |
void |
clickOnFile(String file,
boolean ce,
boolean cc)
Deprecated. Use clickOnFile(String) or clickOnFile(String, StringComparator) |
void |
clickOnFile(String file,
boolean ce,
boolean cc,
int clickCount)
Deprecated. Use clickOnFile(String, int) or clickOnFile(String, StringComparator, int) |
void |
clickOnFile(String file,
int clickCount)
Clicks on file in the list. |
void |
clickOnFile(String file,
Operator.StringComparator comparator)
Clicks on file in the list. |
void |
clickOnFile(String file,
Operator.StringComparator comparator,
int clickCount)
Clicks on file in the list. |
void |
ensureFileIsVisible(File file)
Maps JFileChooser.ensureFileIsVisible(File) through queue |
File |
enterSubDir(String dir)
Enters into subdir curently displayed in the list. |
File |
enterSubDir(String dir,
boolean ce,
boolean cc)
Deprecated. Use enterSubDir(String) or enterSubDir(String, StringComparator) |
File |
enterSubDir(String dir,
Operator.StringComparator comparator)
Enters into subdirectory. |
static JFileChooser |
findJFileChooser()
Searches currently opened JFileChooser. |
static JFileChooser |
findJFileChooser(Container cont)
Searches JFileChooser in container. |
static JDialog |
findJFileChooserDialog()
Searches currently opened JDilog with JFileChooser inside. |
FileFilter |
getAcceptAllFileFilter()
Maps JFileChooser.getAcceptAllFileFilter() through queue |
JComponent |
getAccessory()
Maps JFileChooser.getAccessory() through queue |
JButton |
getApproveButton()
Returns approve button. |
int |
getApproveButtonMnemonic()
Maps JFileChooser.getApproveButtonMnemonic() through queue |
String |
getApproveButtonText()
Maps JFileChooser.getApproveButtonText() through queue |
String |
getApproveButtonToolTipText()
Maps JFileChooser.getApproveButtonToolTipText() through queue |
JButton |
getCancelButton()
Returns cancel button. |
FileFilter[] |
getChoosableFileFilters()
Maps JFileChooser.getChoosableFileFilters() through queue |
File |
getCurrentDirectory()
Maps JFileChooser.getCurrentDirectory() through queue |
String |
getDescription(File file)
Maps JFileChooser.getDescription(File) through queue |
JToggleButton |
getDetailsToggleButton()
Returns a toggle button being used to switch to detals view. |
String |
getDialogTitle()
Maps JFileChooser.getDialogTitle() through queue |
int |
getDialogType()
Maps JFileChooser.getDialogType() through queue |
int |
getFileCount()
Return count of files currently displayed. |
FileFilter |
getFileFilter()
Maps JFileChooser.getFileFilter() through queue |
JList |
getFileList()
Returns file list. |
File[] |
getFiles()
Return files currently displayed. |
int |
getFileSelectionMode()
Maps JFileChooser.getFileSelectionMode() through queue |
FileSystemView |
getFileSystemView()
Maps JFileChooser.getFileSystemView() through queue |
JComboBox |
getFileTypesCombo()
Returns combo box containing file types (lower). |
FileView |
getFileView()
Maps JFileChooser.getFileView() through queue |
JButton |
getHomeButton()
Returns "Home" button. |
Icon |
getIcon(File file)
Maps JFileChooser.getIcon(File) through queue |
JToggleButton |
getListToggleButton()
Returns a toggle button being used to switch to list view. |
String |
getName(File file)
Maps JFileChooser.getName(File) through queue |
TestOut |
getOutput()
Returns print output streams or writers. |
JComboBox |
getPathCombo()
Returns combo box containing path (upper). |
JTextField |
getPathField()
Returns field which can be used to type path. |
File |
getSelectedFile()
Maps JFileChooser.getSelectedFile() through queue |
File[] |
getSelectedFiles()
Maps JFileChooser.getSelectedFiles() through queue |
Timeouts |
getTimeouts()
Return current timeouts. |
String |
getTypeDescription(File file)
Maps JFileChooser.getTypeDescription(File) through queue |
FileChooserUI |
getUI()
Maps JFileChooser.getUI() through queue |
JButton |
getUpLevelButton()
Returns "Up One Level" button. |
File |
goHome()
Pushes "Home" button. |
File |
goUpLevel()
Pushes "Up One Level" button. |
boolean |
isDirectorySelectionEnabled()
Maps JFileChooser.isDirectorySelectionEnabled() through queue |
boolean |
isFileHidingEnabled()
Maps JFileChooser.isFileHidingEnabled() through queue |
boolean |
isFileSelectionEnabled()
Maps JFileChooser.isFileSelectionEnabled() through queue |
boolean |
isMultiSelectionEnabled()
Maps JFileChooser.isMultiSelectionEnabled() through queue |
boolean |
isTraversable(File file)
Maps JFileChooser.isTraversable(File) through queue |
void |
removeActionListener(ActionListener actionListener)
Maps JFileChooser.removeActionListener(ActionListener) through queue |
boolean |
removeChoosableFileFilter(FileFilter fileFilter)
Maps JFileChooser.removeChoosableFileFilter(FileFilter) through queue |
void |
rescanCurrentDirectory()
Maps JFileChooser.rescanCurrentDirectory() through queue |
void |
resetChoosableFileFilters()
Maps JFileChooser.resetChoosableFileFilters() through queue |
void |
selectFile(String file)
Selects a file curently in the list. |
void |
selectFile(String file,
boolean ce,
boolean cc)
Deprecated. Use selectFile(String) or selectFile(String, StringComparator) |
void |
selectFile(String file,
Operator.StringComparator comparator)
Selects a file curently in the list. |
void |
selectFileType(String filter)
Selects file type from the combo box below. |
void |
selectFileType(String filter,
boolean ce,
boolean cc)
Deprecated. Use selectFileType(String) or selectFileType(String, StringComparator) |
void |
selectFileType(String filter,
Operator.StringComparator comparator)
Selects file type from the combo box below. |
void |
selectPathDirectory(String dir)
Selects directory from the combo box above. |
void |
selectPathDirectory(String dir,
boolean ce,
boolean cc)
Deprecated. Use selectPathDirectory(String) or selectPathDirectory(String, StringComparator) |
void |
selectPathDirectory(String dir,
Operator.StringComparator comparator)
Selects directory from the combo box above. |
void |
setAccessory(JComponent jComponent)
Maps JFileChooser.setAccessory(JComponent) through queue |
void |
setApproveButtonMnemonic(char c)
Maps JFileChooser.setApproveButtonMnemonic(char) through queue |
void |
setApproveButtonMnemonic(int i)
Maps JFileChooser.setApproveButtonMnemonic(int) through queue |
void |
setApproveButtonText(String string)
Maps JFileChooser.setApproveButtonText(String) through queue |
void |
setApproveButtonToolTipText(String string)
Maps JFileChooser.setApproveButtonToolTipText(String) through queue |
void |
setCurrentDirectory(File file)
Maps JFileChooser.setCurrentDirectory(File) through queue |
void |
setDialogTitle(String string)
Maps JFileChooser.setDialogTitle(String) through queue |
void |
setDialogType(int i)
Maps JFileChooser.setDialogType(int) through queue |
void |
setFileFilter(FileFilter fileFilter)
Maps JFileChooser.setFileFilter(FileFilter) through queue |
void |
setFileHidingEnabled(boolean b)
Maps JFileChooser.setFileHidingEnabled(boolean) through queue |
void |
setFileSelectionMode(int i)
Maps JFileChooser.setFileSelectionMode(int) through queue |
void |
setFileSystemView(FileSystemView fileSystemView)
Maps JFileChooser.setFileSystemView(FileSystemView) through queue |
void |
setFileView(FileView fileView)
Maps JFileChooser.setFileView(FileView) through queue |
void |
setMultiSelectionEnabled(boolean b)
Maps JFileChooser.setMultiSelectionEnabled(boolean) through queue |
void |
setOutput(TestOut out)
Defines print output streams or writers. |
void |
setSelectedFile(File file)
Maps JFileChooser.setSelectedFile(File) through queue |
void |
setSelectedFiles(File[] file)
Maps JFileChooser.setSelectedFiles(File[]) through queue |
void |
setTimeouts(Timeouts timeouts)
Defines current timeouts. |
int |
showDialog(Component component,
String string)
Maps JFileChooser.showDialog(Component, String) through queue |
int |
showOpenDialog(Component component)
Maps JFileChooser.showOpenDialog(Component) through queue |
int |
showSaveDialog(Component component)
Maps JFileChooser.showSaveDialog(Component) through queue |
void |
waitFileCount(int count)
Waits for the file list to have required number of items. |
void |
waitFileDisplayed(String fileName)
Waits for a file to be displayed in the file list. |
static JFileChooser |
waitJFileChooser()
Waits currently opened JFileChooser. |
static JFileChooser |
waitJFileChooser(Container cont)
Searches JFileChooser in container. |
static JDialog |
waitJFileChooserDialog()
Waits currently opened JDilog with JFileChooser inside. |
Methods inherited from class org.netbeans.jemmy.operators.ContainerOperator |
---|
add, add, add, add, add, addContainerListener, createSubOperator, createSubOperator, findComponentAt, findComponentAt, findContainer, findContainer, findContainer, findContainer, findContainerUnder, findContainerUnder, findSubComponent, findSubComponent, getComponent, getComponentCount, getComponents, getInsets, getLayout, isAncestorOf, paintComponents, printComponents, remove, remove, removeAll, removeContainerListener, setLayout, waitContainer, waitContainer, waitContainer, waitContainer, waitSubComponent, waitSubComponent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JFileChooserOperator(JFileChooser comp)
comp
- a componentpublic JFileChooserOperator(Operator env)
env
- an operator to get environment from.public JFileChooserOperator()
Method Detail |
---|
public static JDialog findJFileChooserDialog()
public static JDialog waitJFileChooserDialog()
public static JFileChooser findJFileChooser(Container cont)
cont
- a container
public static JFileChooser waitJFileChooser(Container cont)
cont
- a container
public static JFileChooser findJFileChooser()
public static JFileChooser waitJFileChooser()
public void setTimeouts(Timeouts timeouts)
Timeoutable
setTimeouts
in interface Timeoutable
setTimeouts
in class JComponentOperator
timeouts
- A collection of timeout assignments.Timeoutable.getTimeouts()
public Timeouts getTimeouts()
Timeoutable
getTimeouts
in interface Timeoutable
getTimeouts
in class JComponentOperator
Timeoutable.setTimeouts(org.netbeans.jemmy.Timeouts)
public void setOutput(TestOut out)
Outputable
setOutput
in interface Outputable
setOutput
in class JComponentOperator
out
- Identify the streams or writers used for print output.Outputable.getOutput()
public TestOut getOutput()
Outputable
getOutput
in interface Outputable
getOutput
in class JComponentOperator
Outputable.setOutput(org.netbeans.jemmy.TestOut)
public JComboBox getPathCombo()
public JComboBox getFileTypesCombo()
public JButton getApproveButton()
public JButton getCancelButton()
public JButton getHomeButton()
public JButton getUpLevelButton()
public JToggleButton getListToggleButton()
public JToggleButton getDetailsToggleButton()
public JTextField getPathField()
public JList getFileList()
public void approve()
public void cancel()
public void chooseFile(String fileName)
fileName
- a file to choose.public File goUpLevel()
public File goHome()
public void clickOnFile(int index, int clickCount)
index
- Ordinal file index.clickCount
- click countpublic void clickOnFile(String file, Operator.StringComparator comparator, int clickCount)
file
- File name (foo.c). Do not use full path (/tmp/foo.c) here.comparator
- a comparator defining string comparision criteriaclickCount
- click countpublic void clickOnFile(String file, boolean ce, boolean cc, int clickCount)
file
- File name (foo.c). Do not use full path (/tmp/foo.c) here.ce
- Compare exactly. If true, text can be a substring of caption.cc
- Compare case sensitively. If true, both text and caption areclickCount
- click countOperator.isCaptionEqual(String, String, boolean, boolean)
public void clickOnFile(String file, int clickCount)
file
- File name (foo.c). Do not use full path (/tmp/foo.c) here.clickCount
- click countOperator.isCaptionEqual(String, String, boolean, boolean)
public void clickOnFile(String file, Operator.StringComparator comparator)
file
- File name (foo.c). Do not use full path (/tmp/foo.c) here.comparator
- a comparator defining string comparision criteriaOperator.isCaptionEqual(String, String, boolean, boolean)
public void clickOnFile(String file, boolean ce, boolean cc)
file
- File name (foo.c). Do not use full path (/tmp/foo.c) here.ce
- Compare exactly. If true, text can be a substring of caption.cc
- Compare case sensitively. If true, both text and caption areclickOnFile(int, int)
,
Operator.isCaptionEqual(String, String, boolean, boolean)
public void clickOnFile(String file)
file
- File name (foo.c). Do not use full path (/tmp/foo.c) here.clickOnFile(int, int)
,
Operator.isCaptionEqual(String, String, boolean, boolean)
public File enterSubDir(String dir, Operator.StringComparator comparator)
dir
- A directory to enter into.comparator
- a comparator defining string comparision criteria
public File enterSubDir(String dir, boolean ce, boolean cc)
dir
- Directory name (tmp1). Do not use full path (/tmp/tmp1) here.ce
- Compare exactly. If true, text can be a substring of caption.cc
- Compare case sensitively. If true, both text and caption are
clickOnFile(int, int)
public File enterSubDir(String dir)
dir
- Directory name (tmp1). Do not use full path (/tmp/tmp1) here.
clickOnFile(int, int)
public void selectFile(String file, Operator.StringComparator comparator)
file
- File name (foo.c). Do not use full path (/tmp/foo.c) here.comparator
- a comparator defining string comparision criteriaclickOnFile(int, int)
public void selectFile(String file, boolean ce, boolean cc)
file
- File name (foo.c). Do not use full path (/tmp/foo.c) here.ce
- Compare exactly. If true, text can be a substring of caption.cc
- Compare case sensitively. If true, both text and caption areclickOnFile(int, int)
public void selectFile(String file)
file
- File name (foo.c). Do not use full path (/tmp/foo.c) here.clickOnFile(int, int)
public void selectPathDirectory(String dir, Operator.StringComparator comparator)
dir
- Directory name (tmp1). Do not use full path (/tmp/tmp1) here.comparator
- a comparator defining string comparision criteriapublic void selectPathDirectory(String dir, boolean ce, boolean cc)
dir
- Directory name (tmp1). Do not use full path (/tmp/tmp1) here.ce
- Compare exactly. If true, text can be a substring of caption.cc
- Compare case sensitively. If true, both text and caption arepublic void selectPathDirectory(String dir)
dir
- Directory name (tmp1). Do not use full path (/tmp/tmp1) here.public void selectFileType(String filter, Operator.StringComparator comparator)
filter
- a pattern for choosing a file type.comparator
- a comparator defining string comparision criteriapublic void selectFileType(String filter, boolean ce, boolean cc)
filter
- a pattern for choosing a file type.ce
- Compare exactly. If true, text can be a substring of caption.cc
- Compare case sensitively. If true, both text and caption arepublic void selectFileType(String filter)
filter
- a pattern for choosing a file type.public boolean checkFileDisplayed(String file, Operator.StringComparator comparator)
file
- File name (foo.c). Do not use full path (/tmp/foo.c) here.comparator
- a comparator defining string comparision criteria
public boolean checkFileDisplayed(String file, boolean ce, boolean cc)
file
- File name (foo.c). Do not use full path (/tmp/foo.c) here.ce
- Compare exactly. If true, text can be a substring of caption.cc
- Compare case sensitively. If true, both text and caption are
public boolean checkFileDisplayed(String file)
file
- File name (foo.c). Do not use full path (/tmp/foo.c) here.
public int getFileCount()
public File[] getFiles()
public void waitFileCount(int count)
count
- Number of files to wait.public void waitFileDisplayed(String fileName)
fileName
- a file to wait.public boolean accept(File file)
JFileChooser.accept(File)
through queue
public void addActionListener(ActionListener actionListener)
JFileChooser.addActionListener(ActionListener)
through queue
public void addChoosableFileFilter(FileFilter fileFilter)
JFileChooser.addChoosableFileFilter(FileFilter)
through queue
public void approveSelection()
JFileChooser.approveSelection()
through queue
public void cancelSelection()
JFileChooser.cancelSelection()
through queue
public void changeToParentDirectory()
JFileChooser.changeToParentDirectory()
through queue
public void ensureFileIsVisible(File file)
JFileChooser.ensureFileIsVisible(File)
through queue
public FileFilter getAcceptAllFileFilter()
JFileChooser.getAcceptAllFileFilter()
through queue
public JComponent getAccessory()
JFileChooser.getAccessory()
through queue
public int getApproveButtonMnemonic()
JFileChooser.getApproveButtonMnemonic()
through queue
public String getApproveButtonText()
JFileChooser.getApproveButtonText()
through queue
public String getApproveButtonToolTipText()
JFileChooser.getApproveButtonToolTipText()
through queue
public FileFilter[] getChoosableFileFilters()
JFileChooser.getChoosableFileFilters()
through queue
public File getCurrentDirectory()
JFileChooser.getCurrentDirectory()
through queue
public String getDescription(File file)
JFileChooser.getDescription(File)
through queue
public String getDialogTitle()
JFileChooser.getDialogTitle()
through queue
public int getDialogType()
JFileChooser.getDialogType()
through queue
public FileFilter getFileFilter()
JFileChooser.getFileFilter()
through queue
public int getFileSelectionMode()
JFileChooser.getFileSelectionMode()
through queue
public FileSystemView getFileSystemView()
JFileChooser.getFileSystemView()
through queue
public FileView getFileView()
JFileChooser.getFileView()
through queue
public Icon getIcon(File file)
JFileChooser.getIcon(File)
through queue
public String getName(File file)
JFileChooser.getName(File)
through queue
public File getSelectedFile()
JFileChooser.getSelectedFile()
through queue
public File[] getSelectedFiles()
JFileChooser.getSelectedFiles()
through queue
public String getTypeDescription(File file)
JFileChooser.getTypeDescription(File)
through queue
public FileChooserUI getUI()
JFileChooser.getUI()
through queue
public boolean isDirectorySelectionEnabled()
JFileChooser.isDirectorySelectionEnabled()
through queue
public boolean isFileHidingEnabled()
JFileChooser.isFileHidingEnabled()
through queue
public boolean isFileSelectionEnabled()
JFileChooser.isFileSelectionEnabled()
through queue
public boolean isMultiSelectionEnabled()
JFileChooser.isMultiSelectionEnabled()
through queue
public boolean isTraversable(File file)
JFileChooser.isTraversable(File)
through queue
public void removeActionListener(ActionListener actionListener)
JFileChooser.removeActionListener(ActionListener)
through queue
public boolean removeChoosableFileFilter(FileFilter fileFilter)
JFileChooser.removeChoosableFileFilter(FileFilter)
through queue
public void rescanCurrentDirectory()
JFileChooser.rescanCurrentDirectory()
through queue
public void resetChoosableFileFilters()
JFileChooser.resetChoosableFileFilters()
through queue
public void setAccessory(JComponent jComponent)
JFileChooser.setAccessory(JComponent)
through queue
public void setApproveButtonMnemonic(char c)
JFileChooser.setApproveButtonMnemonic(char)
through queue
public void setApproveButtonMnemonic(int i)
JFileChooser.setApproveButtonMnemonic(int)
through queue
public void setApproveButtonText(String string)
JFileChooser.setApproveButtonText(String)
through queue
public void setApproveButtonToolTipText(String string)
JFileChooser.setApproveButtonToolTipText(String)
through queue
public void setCurrentDirectory(File file)
JFileChooser.setCurrentDirectory(File)
through queue
public void setDialogTitle(String string)
JFileChooser.setDialogTitle(String)
through queue
public void setDialogType(int i)
JFileChooser.setDialogType(int)
through queue
public void setFileFilter(FileFilter fileFilter)
JFileChooser.setFileFilter(FileFilter)
through queue
public void setFileHidingEnabled(boolean b)
JFileChooser.setFileHidingEnabled(boolean)
through queue
public void setFileSelectionMode(int i)
JFileChooser.setFileSelectionMode(int)
through queue
public void setFileSystemView(FileSystemView fileSystemView)
JFileChooser.setFileSystemView(FileSystemView)
through queue
public void setFileView(FileView fileView)
JFileChooser.setFileView(FileView)
through queue
public void setMultiSelectionEnabled(boolean b)
JFileChooser.setMultiSelectionEnabled(boolean)
through queue
public void setSelectedFile(File file)
JFileChooser.setSelectedFile(File)
through queue
public void setSelectedFiles(File[] file)
JFileChooser.setSelectedFiles(File[])
through queue
public int showDialog(Component component, String string)
JFileChooser.showDialog(Component, String)
through queue
public int showOpenDialog(Component component)
JFileChooser.showOpenDialog(Component)
through queue
public int showSaveDialog(Component component)
JFileChooser.showSaveDialog(Component)
through queue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |