Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.ide.dialogs
Class SelectFilesConfiguration

java.lang.Object
  extended by oracle.ide.dialogs.SelectFilesConfiguration

public class SelectFilesConfiguration
extends java.lang.Object

Configuration class for dialog invocations using a SelectFilesPanel.


Constructor Summary
SelectFilesConfiguration()
          Constructor.
SelectFilesConfiguration(java.awt.Component parent, java.lang.String title, java.lang.String filePrompt, java.lang.String listPrompt, CheckBoxListModel listModel, boolean checkedList, int buttons, java.lang.String helpTopic)
          Constructor.
 
Method Summary
 int getButtons()
          Gets the buttons to display in the dialog/prompt.
 java.lang.String getDescription()
           
 java.lang.String getFilePrompt()
          Gets the label to show above the files list.
 java.lang.String getHelpTopic()
          Gets a string indicating the associate help topic.
 CheckBoxListModel getListModel()
          Gets the listModel to display.
 java.lang.String getListPrompt()
          Gets the label for the message prompt.
 java.lang.String getOptionalId()
          Gets a unique identifier for this dialog used to remember whether the dialog is skipped
 java.awt.Component getParent()
          Gets the parent Component for the dialog.
 java.lang.String getTitle()
          Gets the dialog title.
 boolean isCheckedList()
          Asks whether or not the list should show checkboxes.
 void setButtons(int buttons)
          Sets the buttons to display in the dialog/prompt.
 void setCheckedList(boolean checkedList)
          Sets whether or not the list should show checkboxes.
 void setDescription(java.lang.String description)
           
 void setFilePrompt(java.lang.String filePrompt)
          Sets the label to show above the files list.
 void setHelpTopic(java.lang.String helpTopic)
          Sets a string indicating the associate help topic.
 void setListModel(CheckBoxListModel listModel)
          Sets the listModel to display.
 void setListPrompt(java.lang.String listPrompt)
          Sets the label for the message prompt.
 void setOptionalId(java.lang.String optionalId)
          Sets a unique identifier for this dialog used to remember whether the dialog is skipped.
 void setParent(java.awt.Component parent)
          Sets the parent Component for the dialog.
 void setTitle(java.lang.String title)
          Sets the dialog title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectFilesConfiguration

public SelectFilesConfiguration()
Constructor.


SelectFilesConfiguration

public SelectFilesConfiguration(java.awt.Component parent,
                                java.lang.String title,
                                java.lang.String filePrompt,
                                java.lang.String listPrompt,
                                CheckBoxListModel listModel,
                                boolean checkedList,
                                int buttons,
                                java.lang.String helpTopic)
Constructor.

Parameters:
parent - the parent Component for the dialog.
title - the dialog title.
filePrompt - the label to show above the files list.
listPrompt - the label for the message prompt.
listModel - the listModel to display.
checkedList - a boolean indicating whether or not the list should show checkboxes.
buttons - the buttons to display in the dialog/prompt: OK_OPTION, OK_CANCEL_OPTION, YES_NO_OPTION or YES_NO_CANCEL_OPTION. Note, the Help button is always shown. Note about buttons: The dialog containing the checking list of files will, by default, show OK, Cancel and Help buttons. The cancel button is not shown when buttons is OK_OPTION or YES_NO_OPTION.
helpTopic - a string indicating the associate help topic.
Method Detail

getParent

public java.awt.Component getParent()
Gets the parent Component for the dialog.

Returns:
the parent Component.

setParent

public void setParent(java.awt.Component parent)
Sets the parent Component for the dialog.

Parameters:
parent - the parent Component.

getTitle

public java.lang.String getTitle()
Gets the dialog title.

Returns:
the dialog title.

setTitle

public void setTitle(java.lang.String title)
Sets the dialog title.

Parameters:
title - the dialog title.

getFilePrompt

public java.lang.String getFilePrompt()
Gets the label to show above the files list.

Returns:
the file prompt.

setFilePrompt

public void setFilePrompt(java.lang.String filePrompt)
Sets the label to show above the files list.

Parameters:
filePrompt - the file prompt.

getListPrompt

public java.lang.String getListPrompt()
Gets the label for the message prompt.

Returns:
the message prompt.

setListPrompt

public void setListPrompt(java.lang.String listPrompt)
Sets the label for the message prompt.

Parameters:
listPrompt - the message prompt.

getListModel

public CheckBoxListModel getListModel()
Gets the listModel to display.

Returns:
the listModel..

setListModel

public void setListModel(CheckBoxListModel listModel)
Sets the listModel to display.

Parameters:
listModel - the listModel..

isCheckedList

public boolean isCheckedList()
Asks whether or not the list should show checkboxes.

Returns:
a verdict on a checked list.

setCheckedList

public void setCheckedList(boolean checkedList)
Sets whether or not the list should show checkboxes.

Parameters:
checkedList - a decision on a checked list.

getButtons

public int getButtons()
Gets the buttons to display in the dialog/prompt.

Returns:
the button mode.

setButtons

public void setButtons(int buttons)
Sets the buttons to display in the dialog/prompt.

Parameters:
buttons - the button mode.

getHelpTopic

public java.lang.String getHelpTopic()
Gets a string indicating the associate help topic.

Returns:
the help topic.

setHelpTopic

public void setHelpTopic(java.lang.String helpTopic)
Sets a string indicating the associate help topic.

Parameters:
helpTopic - the help topic.

getOptionalId

public java.lang.String getOptionalId()
Gets a unique identifier for this dialog used to remember whether the dialog is skipped

Returns:
the optional identifier.

setOptionalId

public void setOptionalId(java.lang.String optionalId)
Sets a unique identifier for this dialog used to remember whether the dialog is skipped.


getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.