Save This Page
Home » openjdk-7 » javax » swing » plaf » multi » [javadoc | source]
javax.swing.plaf.multi
public class: MultiFileChooserUI [javadoc | source]
java.lang.Object
   javax.swing.plaf.ComponentUI
      javax.swing.plaf.FileChooserUI
         javax.swing.plaf.multi.MultiFileChooserUI
A multiplexing UI used to combine FileChooserUIs.

This file was automatically generated by AutoMulti.

Field Summary
protected  Vector uis    The vector containing the real UIs. This is populated in the call to createUI, and can be obtained by calling the getUIs method. The first element is guaranteed to be the real UI obtained from the default look and feel. 
Method from javax.swing.plaf.multi.MultiFileChooserUI Summary:
contains,   createUI,   ensureFileIsVisible,   getAcceptAllFileFilter,   getAccessibleChild,   getAccessibleChildrenCount,   getApproveButtonText,   getDialogTitle,   getFileView,   getMaximumSize,   getMinimumSize,   getPreferredSize,   getUIs,   installUI,   paint,   rescanCurrentDirectory,   uninstallUI,   update
Methods from javax.swing.plaf.FileChooserUI:
ensureFileIsVisible,   getAcceptAllFileFilter,   getApproveButtonText,   getDialogTitle,   getFileView,   rescanCurrentDirectory
Methods from javax.swing.plaf.ComponentUI:
contains,   createUI,   getAccessibleChild,   getAccessibleChildrenCount,   getBaseline,   getBaselineResizeBehavior,   getMaximumSize,   getMinimumSize,   getPreferredSize,   installUI,   paint,   uninstallUI,   update
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.plaf.multi.MultiFileChooserUI Detail:
 public boolean contains(JComponent a,
    int b,
    int c) 
    Invokes the contains method on each UI handled by this object.
 public static ComponentUI createUI(JComponent a) 
    Returns a multiplexing UI instance if any of the auxiliary LookAndFeels supports this UI. Otherwise, just returns the UI object obtained from the default LookAndFeel.
 public  void ensureFileIsVisible(JFileChooser a,
    File b) 
    Invokes the ensureFileIsVisible method on each UI handled by this object.
 public FileFilter getAcceptAllFileFilter(JFileChooser a) 
    Invokes the getAcceptAllFileFilter method on each UI handled by this object.
 public Accessible getAccessibleChild(JComponent a,
    int b) 
    Invokes the getAccessibleChild method on each UI handled by this object.
 public int getAccessibleChildrenCount(JComponent a) 
    Invokes the getAccessibleChildrenCount method on each UI handled by this object.
 public String getApproveButtonText(JFileChooser a) 
    Invokes the getApproveButtonText method on each UI handled by this object.
 public String getDialogTitle(JFileChooser a) 
    Invokes the getDialogTitle method on each UI handled by this object.
 public FileView getFileView(JFileChooser a) 
    Invokes the getFileView method on each UI handled by this object.
 public Dimension getMaximumSize(JComponent a) 
    Invokes the getMaximumSize method on each UI handled by this object.
 public Dimension getMinimumSize(JComponent a) 
    Invokes the getMinimumSize method on each UI handled by this object.
 public Dimension getPreferredSize(JComponent a) 
    Invokes the getPreferredSize method on each UI handled by this object.
 public ComponentUI[] getUIs() 
    Returns the list of UIs associated with this multiplexing UI. This allows processing of the UIs by an application aware of multiplexing UIs on components.
 public  void installUI(JComponent a) 
    Invokes the installUI method on each UI handled by this object.
 public  void paint(Graphics a,
    JComponent b) 
    Invokes the paint method on each UI handled by this object.
 public  void rescanCurrentDirectory(JFileChooser a) 
    Invokes the rescanCurrentDirectory method on each UI handled by this object.
 public  void uninstallUI(JComponent a) 
    Invokes the uninstallUI method on each UI handled by this object.
 public  void update(Graphics a,
    JComponent b) 
    Invokes the update method on each UI handled by this object.