|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
com.googlecode.vfsjfilechooser2.VFSJFileChooser
adams.gui.chooser.BaseFileChooser
adams.gui.chooser.AbstractExtensionFileFilterFileChooser<AbstractDataContainerFileChooser.DataContainerFileExtensionFilter>
adams.gui.chooser.AbstractDataContainerFileChooser<Heatmap>
adams.gui.chooser.HeatmapFileChooser
public class HeatmapFileChooser
A specialized JFileChooser that lists all available file Readers and Writers for heatmaps.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class adams.gui.chooser.AbstractDataContainerFileChooser |
|---|
AbstractDataContainerFileChooser.DataContainerFileExtensionFilter |
| Nested classes/interfaces inherited from class adams.gui.chooser.BaseFileChooser |
|---|
BaseFileChooser.BaseVFSFileChooserUI, BaseFileChooser.PlaceholderFileConverter |
| Nested classes/interfaces inherited from class com.googlecode.vfsjfilechooser2.VFSJFileChooser |
|---|
com.googlecode.vfsjfilechooser2.VFSJFileChooser.AccessibleJFileChooser, com.googlecode.vfsjfilechooser2.VFSJFileChooser.DIALOG_TYPE, com.googlecode.vfsjfilechooser2.VFSJFileChooser.RETURN_TYPE, com.googlecode.vfsjfilechooser2.VFSJFileChooser.SELECTION_MODE |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class adams.gui.chooser.AbstractDataContainerFileChooser |
|---|
m_CheckBoxOptions, m_ConfigureButton, m_Editor, m_LabelOptions, m_ReaderFileFilters, m_WriterFileFilters |
| Fields inherited from class adams.gui.chooser.AbstractExtensionFileFilterFileChooser |
|---|
m_CurrentHandler, m_DialogType, m_FileMustExist, m_LastFilter, m_Listener, m_Self, OPEN_DIALOG, SAVE_DIALOG, UNHANDLED_DIALOG |
| Fields inherited from class adams.gui.chooser.BaseFileChooser |
|---|
m_AllowGlobFilters, m_AutoAppendExtension, m_DefaultExtension, m_PromptOverwriteFile |
| Fields inherited from class com.googlecode.vfsjfilechooser2.VFSJFileChooser |
|---|
fileObjectConverter, m_accessibleContext |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
HeatmapFileChooser()
Constructs a FileChooser pointing to the user's default directory. |
|
HeatmapFileChooser(File currentDirectory)
Constructs a FileChooser using the given File as the path. |
|
HeatmapFileChooser(String currentDirectory)
Constructs a FileChooser using the given path. |
|
| Method Summary | |
|---|---|
protected void |
doInitializeFilters()
Performs the actual initialization of the filters. |
protected AbstractDataContainerReader<Heatmap> |
getDefaultReader()
Returns the default reader. |
protected AbstractDataContainerWriter<Heatmap> |
getDefaultWriter()
Returns the default writer. |
AbstractDataContainerReader<Heatmap> |
getReaderForFile(File file)
Returns the reader for the specified file. |
AbstractDataContainerWriter<Heatmap> |
getWriterForFile(File file)
Returns the writer for the specified file. |
| Methods inherited from class adams.gui.chooser.AbstractDataContainerFileChooser |
|---|
configureCurrentHandlerHook, getFiltersInitialized, getOpenFileFilters, getReader, getSaveFileFilters, getWriter, initFilters, initGUI, initialize, setAllowGlobFilters, showOpenDialog, showSaveDialog, updateCurrentHandlerHook |
| Methods inherited from class adams.gui.chooser.AbstractExtensionFileFilterFileChooser |
|---|
getFileMustExist, initializeFilters, restoreLastFilter, setAcceptAllFileFilterUsed, setFileMustExist, showDialog |
| Methods inherited from class com.googlecode.vfsjfilechooser2.VFSJFileChooser |
|---|
accept, addActionListener, approveSelection, cancelSelection, changeToParentDirectory, createDialog, ensureFileIsVisible, fireActionPerformed, getAcceptAllFileFilter, getAccessibleContext, getAccessory, getActionListeners, getApproveButtonMnemonic, getApproveButtonText, getApproveButtonToolTipText, getChoosableFileFilters, getControlButtonsAreShown, getCurrentDirectory, getCurrentDirectoryObject, getDescription, getDialogTitle, getDialogType, getDragEnabled, getFileFilter, getFileObjectConverter, getFileSelectionMode, getFileSystemView, getFileView, getHomeFolderButton, getIcon, getName, getNavigationButtonsPanel, getNewFolderButton, getSelectedFile, getSelectedFileObject, getSelectedFileObjects, getSelectedFiles, getTypeDescription, getUI, getUIClassID, getUpFolderButton, isAcceptAllFileFilterUsed, isDirectorySelectionEnabled, isFileHidingEnabled, isFileSelectionEnabled, isMultiSelectionEnabled, isTraversable, paramString, removeActionListener, removeChoosableFileFilter, rescanCurrentDirectory, resetChoosableFileFilters, setAccessory, setApproveButtonMnemonic, setApproveButtonMnemonic, setApproveButtonText, setApproveButtonToolTipText, setControlButtonsAreShown, setCurrentDirectoryObject, setDialogTitle, setDialogType, setDragEnabled, setFileFilter, setFileHidingEnabled, setFileObjectConverter, setFileSelectionMode, setFileSystemView, setFileView, setMultiSelectionEnabled, setSelectedFileObject, setSelectedFileObjects, setup, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HeatmapFileChooser()
public HeatmapFileChooser(File currentDirectory)
currentDirectory - the path to start inpublic HeatmapFileChooser(String currentDirectory)
currentDirectory - the path to start in| Method Detail |
|---|
protected AbstractDataContainerReader<Heatmap> getDefaultReader()
getDefaultReader in class AbstractDataContainerFileChooser<Heatmap>protected AbstractDataContainerWriter<Heatmap> getDefaultWriter()
getDefaultWriter in class AbstractDataContainerFileChooser<Heatmap>protected void doInitializeFilters()
doInitializeFilters in class AbstractExtensionFileFilterFileChooser<AbstractDataContainerFileChooser.DataContainerFileExtensionFilter>public AbstractDataContainerReader<Heatmap> getReaderForFile(File file)
file - the file to determine a reader for
public AbstractDataContainerWriter<Heatmap> getWriterForFile(File file)
file - the file to determine a reader for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||