| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CheckBoxListModel | |
|---|---|
| oracle.ide.component | Contains graphical components that are implemented using two or more basic controls. | 
| oracle.ide.controls.checkboxlist | |
| oracle.ide.dialogs | Contains classes implementing standard dialogs used by JDeveloper. | 
| oracle.ide.dialogs.filter | |
| oracle.jdeveloper.vcs.util | Contains assorted stateless utilities for version control system integraton. | 
| Uses of CheckBoxListModel in oracle.ide.component | 
|---|
| Constructors in oracle.ide.component with parameters of type CheckBoxListModel | |
|---|---|
CheckBoxListPanel(CheckBoxListModel listModel)
Creates a new CheckBoxListPanel populating the CheckBoxList
  with the data in the listModel | 
|
| Uses of CheckBoxListModel in oracle.ide.controls.checkboxlist | 
|---|
| Methods in oracle.ide.controls.checkboxlist that return CheckBoxListModel | |
|---|---|
 CheckBoxListModel | 
CheckBoxList.getCheckBoxListModel()
Returns the CheckBoxListModel for the CheckBoxList  | 
| Methods in oracle.ide.controls.checkboxlist with parameters of type CheckBoxListModel | |
|---|---|
protected  void | 
CheckBoxListModel.copyToImpl(CheckBoxListModel copy)
 | 
protected  boolean | 
CheckBoxListModel.equalsImpl(CheckBoxListModel other)
 | 
| Constructors in oracle.ide.controls.checkboxlist with parameters of type CheckBoxListModel | |
|---|---|
CheckBoxList(CheckBoxListModel model)
Constructor that creates a CheckBoxList with the specified CheckBoxListModel.  | 
|
| Uses of CheckBoxListModel in oracle.ide.dialogs | 
|---|
| Methods in oracle.ide.dialogs that return CheckBoxListModel | |
|---|---|
 CheckBoxListModel | 
SelectFilesConfiguration.getListModel()
Gets the listModel to display.  | 
| Methods in oracle.ide.dialogs with parameters of type CheckBoxListModel | |
|---|---|
 void | 
SelectFilesConfiguration.setListModel(CheckBoxListModel listModel)
Sets the listModel to display.  | 
static int | 
SelectFilesPanel.showDialog(java.awt.Component parent,
           java.lang.String title,
           CheckBoxListModel listModel,
           int option,
           boolean checkedList,
           java.lang.Object[] options,
           java.lang.Object initialValue)
Deprecated. use: showDialog(parent, title, filePrompt, listPrompt, listModel, checkedList, buttons) This method ignores options and initialValue. The title is used as the prompt text.  | 
static int | 
SelectFilesPanel.showDialog(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)
Displays a confirmation dialog If only one file is affected, a simple MessageDialog.  | 
static int | 
SelectFilesPanel.showDialog(java.lang.String title,
           CheckBoxListModel listModel)
Deprecated. use showDialog(title, filePrompt, listPrompt, listModel, checkedList)  | 
static int | 
SelectFilesPanel.showDialog(java.lang.String title,
           CheckBoxListModel listModel,
           int option)
Deprecated. use showDialog(title, filePrompt, listPrompt, listModel, checkedList)  | 
static int | 
SelectFilesPanel.showDialog(java.lang.String title,
           CheckBoxListModel listModel,
           int option,
           boolean checkedList)
Deprecated. use showDialog(title, filePrompt, listPrompt, listModel, checkedList)  | 
static int | 
SelectFilesPanel.showDialog(java.lang.String title,
           CheckBoxListModel listModel,
           int option,
           boolean checkedList,
           java.lang.Object[] options,
           java.lang.Object initialValue)
Deprecated. use: showDialog(title, filePrompt, listPrompt, listModel, checkedList) or showDialog(title, filePrompt, listPrompt, listModel, checkedList, buttons)  | 
static int | 
SelectFilesPanel.showDialog(java.lang.String title,
           java.lang.String filePrompt,
           java.lang.String listPrompt,
           CheckBoxListModel listModel,
           boolean checkedList)
Displays a confirmation dialog If only one file is affected, a simple MessageDialog is shown with Yes, No and Cancel options.  | 
static int | 
SelectFilesPanel.showDialog(java.lang.String title,
           java.lang.String filePrompt,
           java.lang.String listPrompt,
           CheckBoxListModel listModel,
           boolean checkedList,
           int buttons)
Displays a confirmation dialog If only one file is affected, a simple MessageDialog.  | 
static int | 
SelectFilesPanel.showDialog(java.lang.String title,
           java.lang.String filePrompt,
           java.lang.String listPrompt,
           CheckBoxListModel listModel,
           boolean checkedList,
           int buttons,
           java.lang.String helpTopic)
Displays a confirmation dialog If only one file is affected, a simple MessageDialog.  | 
static int | 
SelectFilesPanel.showDialog(java.lang.String title,
           java.lang.String filePrompt,
           java.lang.String listPrompt,
           CheckBoxListModel listModel,
           boolean checkedList,
           int buttons,
           java.lang.String helpTopic,
           java.lang.String description)
Displays a confirmation dialog If only one file is affected, a simple MessageDialog.  | 
| Constructors in oracle.ide.dialogs with parameters of type CheckBoxListModel | |
|---|---|
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.  | 
|
SelectFilesPanel(CheckBoxListModel listModel,
                 boolean checkedList)
Constructs a new instance.  | 
|
SelectFilesPanel(CheckBoxListModel listModel,
                 boolean checkedList,
                 java.lang.String prompt)
 | 
|
SelectFilesPanel(CheckBoxListModel listModel,
                 boolean checkedList,
                 java.lang.String prompt,
                 java.lang.String description)
 | 
|
| Uses of CheckBoxListModel in oracle.ide.dialogs.filter | 
|---|
| Methods in oracle.ide.dialogs.filter that return CheckBoxListModel | |
|---|---|
 CheckBoxListModel | 
FileTypeIncludeFilter.getListModel()
 | 
| Methods in oracle.ide.dialogs.filter with parameters of type CheckBoxListModel | |
|---|---|
 void | 
FileTypeIncludeFilter.setListModel(CheckBoxListModel listModel)
 | 
| Uses of CheckBoxListModel in oracle.jdeveloper.vcs.util | 
|---|
| Methods in oracle.jdeveloper.vcs.util that return CheckBoxListModel | |
|---|---|
static CheckBoxListModel | 
VCSComponents.createCheckBoxListModel(java.lang.Object[] userObjects,
                        boolean checkedList)
Creates a check box list model for use in a list control.  | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||