Modifier and Type | Class and Description |
---|---|
protected class | |
protected class | |
protected class | MotifFileChooserUI.
Data model for a type-face selection combo-box. |
public class | MotifFileChooserUI.
Render different type sizes and styles. |
protected class | |
protected class |
Modifier and Type | Field and Description |
---|---|
protected JButton | |
private JPanel | |
private static final Insets | |
protected JList | |
private int | |
private String | |
private int | |
private String | |
protected JList | |
private JLabel | |
protected JTextField | |
private int | |
private String | |
protected JComboBox | |
private MotifFileChooserUI. | |
private int | |
private String | |
private int | |
private String | |
private static final Dimension | |
private static final Insets | |
private static Dimension | |
private static final int | |
private static final int | |
protected JTextField | |
private int | |
private String | |
private static Dimension | |
private static Dimension | |
private static Dimension | |
private static final Dimension | |
private static Dimension | |
private static Dimension |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected void | |
protected JScrollPane | |
protected JScrollPane | |
protected MotifFileChooserUI. | |
protected MotifFileChooserUI. | |
public PropertyChangeListener | createPropertyChangeListener(JFileChooser
the file chooser fc)Overrides javax. Creates the property change listener. |
public static ComponentUI | createUI(JComponent
the c)JFileChooser which needs a UIHides javax. Creates a |
private void | |
public void | ensureFileIsVisible(JFileChooser
the file chooser fc, File the file f)Overrides javax. Ensure the file in question is visible. |
private String | |
private String | |
protected JButton | getApproveButton(JFileChooser
the file chooser fc)Overrides javax. Returns the approve button. |
protected JPanel | |
public String | getDirectoryName()
Overrides javax. Returns the directory name. |
public String | getFileName()
Overrides javax. Returns the file name. |
public Dimension | getMaximumSize(JComponent
the component whose maximum size is being queried;
this argument is often ignored,
but might be used if the UI object is stateless
and shared by multiple components x)Overrides javax. Returns the specified component's maximum size appropriate for the look and feel. |
public Dimension | getMinimumSize(JComponent
the component whose minimum size is being queried;
this argument is often ignored,
but might be used if the UI object is stateless
and shared by multiple components x)Overrides javax. Returns the specified component's minimum size appropriate for the look and feel. |
private Integer | getMnemonic(String key, Locale l)
Hides javax. Returns the mnemonic for the given key. |
public Dimension | getPreferredSize(JComponent
the component whose preferred size is being queried;
this argument is often ignored,
but might be used if the UI object is stateless
and shared by multiple components c)Overrides javax. Returns the specified component's preferred size appropriate for the look and feel. |
public void | installComponents(JFileChooser
the file chooser fc)Overrides javax. Installs the components. |
protected void | installIcons(JFileChooser
the file chooser fc)Overrides javax. Installs the icons. |
protected void | installStrings(JFileChooser
the file chooser fc)Overrides javax. Installs the strings. |
public void | installUI(JComponent
the component c)Overrides javax. Installs the UI. |
private void | |
public void | rescanCurrentDirectory(JFileChooser
the file chooser fc)Overrides javax. Rescan the current directory. |
public void | setDirectoryName(String
the file name dirname)Overrides javax. Sets the directory name. |
public void | setFileName(String
the file name filename)Overrides javax. Sets the file name. |
public void | uninstallComponents(JFileChooser
the file chooser fc)Overrides javax. Uninstalls the components. |
protected void | uninstallIcons(JFileChooser
the file chooser fc)Overrides javax. Uninstalls the icons. |
public void | uninstallUI(JComponent
the component c)Overrides javax. Uninstalls the UI. |