de.hillenbrand.swing.plaf.motif
Class Motif_FileChooserUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.FileChooserUI
          extended by javax.swing.plaf.basic.BasicFileChooserUI
              extended by com.sun.java.swing.plaf.motif.MotifFileChooserUI
                  extended by de.hillenbrand.swing.plaf.motif.Motif_FileChooserUI

public class Motif_FileChooserUI
extends com.sun.java.swing.plaf.motif.MotifFileChooserUI


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.java.swing.plaf.motif.MotifFileChooserUI
com.sun.java.swing.plaf.motif.MotifFileChooserUI.DirectoryCellRenderer, com.sun.java.swing.plaf.motif.MotifFileChooserUI.FileCellRenderer, com.sun.java.swing.plaf.motif.MotifFileChooserUI.FilterComboBoxModel, com.sun.java.swing.plaf.motif.MotifFileChooserUI.FilterComboBoxRenderer, com.sun.java.swing.plaf.motif.MotifFileChooserUI.MotifDirectoryListModel, com.sun.java.swing.plaf.motif.MotifFileChooserUI.MotifFileListModel
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicFileChooserUI
javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter, javax.swing.plaf.basic.BasicFileChooserUI.ApproveSelectionAction, javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView, javax.swing.plaf.basic.BasicFileChooserUI.CancelSelectionAction, javax.swing.plaf.basic.BasicFileChooserUI.ChangeToParentDirectoryAction, javax.swing.plaf.basic.BasicFileChooserUI.DoubleClickListener, javax.swing.plaf.basic.BasicFileChooserUI.GoHomeAction, javax.swing.plaf.basic.BasicFileChooserUI.NewFolderAction, javax.swing.plaf.basic.BasicFileChooserUI.SelectionListener, javax.swing.plaf.basic.BasicFileChooserUI.UpdateAction
 
Field Summary
 
Fields inherited from class com.sun.java.swing.plaf.motif.MotifFileChooserUI
approveButton, directoryList, fileList, filenameTextField, filterComboBox, pathField
 
Fields inherited from class javax.swing.plaf.basic.BasicFileChooserUI
cancelButtonMnemonic, cancelButtonText, cancelButtonToolTipText, computerIcon, detailsViewIcon, directoryIcon, directoryOpenButtonMnemonic, directoryOpenButtonText, directoryOpenButtonToolTipText, fileIcon, floppyDriveIcon, hardDriveIcon, helpButtonMnemonic, helpButtonText, helpButtonToolTipText, homeFolderIcon, listViewIcon, newFolderIcon, openButtonMnemonic, openButtonText, openButtonToolTipText, saveButtonMnemonic, saveButtonText, saveButtonToolTipText, updateButtonMnemonic, updateButtonText, updateButtonToolTipText, upFolderIcon
 
Constructor Summary
Motif_FileChooserUI(javax.swing.JFileChooser filechooser)
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
           
 
Methods inherited from class com.sun.java.swing.plaf.motif.MotifFileChooserUI
align, createDirectoryList, createFilesList, createFilterComboBoxModel, createFilterComboBoxRenderer, createPropertyChangeListener, ensureFileIsVisible, getApproveButton, getBottomPanel, getDirectoryName, getFileName, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installIcons, installStrings, installUI, rescanCurrentDirectory, setDirectoryName, setFileName, uninstallComponents, uninstallIcons, uninstallUI
 
Methods inherited from class javax.swing.plaf.basic.BasicFileChooserUI
clearIconCache, createDoubleClickListener, createListSelectionListener, createModel, getAcceptAllFileFilter, getAccessoryPanel, getApproveButtonMnemonic, getApproveButtonText, getApproveButtonToolTipText, getApproveSelectionAction, getCancelSelectionAction, getChangeToParentDirectoryAction, getDialogTitle, getDirectory, getFileChooser, getFileView, getGoHomeAction, getModel, getNewFolderAction, getUpdateAction, installDefaults, installListeners, isDirectorySelected, setDirectory, setDirectorySelected, uninstallDefaults, uninstallListeners, uninstallStrings
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Motif_FileChooserUI

public Motif_FileChooserUI(javax.swing.JFileChooser filechooser)
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)
Overrides:
paint in class javax.swing.plaf.ComponentUI