|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jdeveloper.vcs.util.VCSComponents
public final class VCSComponents
Utility components class for common VCS client UI.
Method Summary | |
---|---|
static CheckBoxListModel |
createCheckBoxListModel(java.lang.Object[] userObjects,
boolean checkedList)
Creates a check box list model for use in a list control. |
static DetailDialog |
createDetailDialog(java.awt.Component parent,
java.lang.String title,
java.lang.Object message,
java.util.Collection<java.lang.String> detail,
java.lang.String helpTopicId)
Creates an alert dialog optionally containing a detail area. |
static DetailDialog |
createDetailDialog(java.awt.Component parent,
java.lang.String title,
java.lang.Object message,
java.lang.Object detail,
java.lang.String helpTopicId)
Creates an alert dialog optionally containing a detail area. |
static VersionOperationPanel |
createFileListerComponent(java.util.Collection<?> nodes)
Creates a lister component to represent the given node selection. |
static VersionOperationPanel |
createFileListerComponent(java.util.Collection<?> nodes,
javax.swing.table.TableCellRenderer renderer)
Creates a lister component to represent the given node selection. |
static MutableVersionOperationModel |
createFileListerModel(java.util.Collection<?> nodes,
DisplayProperty[] extraProperties)
Creates a model for the version operation panel with the default properties and some additional properties. |
static oracle.bali.ewt.dialog.JEWTDialog |
createOperationDetailDialog(java.awt.Component parent,
java.lang.String title,
java.lang.String hint,
java.awt.Component center,
java.awt.Component south,
java.lang.String helpTopicId,
java.awt.Component initialFocus,
java.awt.Component detail)
Shows a dialog that might be used in a version control operation. |
static oracle.bali.ewt.dialog.JEWTDialog |
createOperationDialog(java.awt.Component parent,
java.lang.String title,
java.lang.String hint,
java.awt.Component center,
java.awt.Component south,
java.lang.String helpTopicId)
Shows a dialog that might be used in a version control operation. |
static oracle.bali.ewt.dialog.JEWTDialog |
createOperationDialog(java.awt.Component parent,
java.lang.String title,
java.lang.String hint,
java.awt.Component center,
java.awt.Component south,
java.lang.String helpTopicId,
java.awt.Component initialFocus)
Shows a dialog that might be used in a version control operation. |
static oracle.bali.ewt.wizard.WizardDialog |
createWizardDialog(FSMWizard wizard,
java.awt.Component parent)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static oracle.bali.ewt.wizard.WizardDialog createWizardDialog(FSMWizard wizard, java.awt.Component parent)
public static final CheckBoxListModel createCheckBoxListModel(java.lang.Object[] userObjects, boolean checkedList)
userObjects
- the user object contents.checkedList
- a decision on whether the model supports checking.
public static final MutableVersionOperationModel createFileListerModel(java.util.Collection<?> nodes, DisplayProperty[] extraProperties)
nodes
- the nodes to populate the model withextraProperties
- additional properties to add to the model. May be
null.
public static final VersionOperationPanel createFileListerComponent(java.util.Collection<?> nodes)
nodes
- nodes to be represented.
public static final VersionOperationPanel createFileListerComponent(java.util.Collection<?> nodes, javax.swing.table.TableCellRenderer renderer)
nodes
- nodes to be represented.renderer
- a custom table cell renderer.
public static final DetailDialog createDetailDialog(java.awt.Component parent, java.lang.String title, java.lang.Object message, java.util.Collection<java.lang.String> detail, java.lang.String helpTopicId)
parent
- the parent component for the dialog.title
- the title bar caption for the dialog. (null-capable)message
- the message object to display (component or string).detail
- a collection of String objects to display in the detailed componenthelpTopicId
- the help topic ID for the dialog. (null-capable)
public static final DetailDialog createDetailDialog(java.awt.Component parent, java.lang.String title, java.lang.Object message, java.lang.Object detail, java.lang.String helpTopicId)
parent
- the parent component for the dialog.title
- the title bar caption for the dialog. (null-capable)message
- the message object to display (component or string).detail
- the detail object to display (component or string).
(null-capable)helpTopicId
- the help topic ID for the dialog. (null-capable)
public static final oracle.bali.ewt.dialog.JEWTDialog createOperationDialog(java.awt.Component parent, java.lang.String title, java.lang.String hint, java.awt.Component center, java.awt.Component south, java.lang.String helpTopicId)
parent
- the parent component for the dialog.title
- the title bar caption for the dialog. (null-capable)hint
- the hint to be shown with north border orientation.center
- the component to be shown with center border orientation.south
- the component to be shown with south border orientation.
(null-capable)helpTopicId
- the help topic ID for the dialog. (null-capable)
public static final oracle.bali.ewt.dialog.JEWTDialog createOperationDialog(java.awt.Component parent, java.lang.String title, java.lang.String hint, java.awt.Component center, java.awt.Component south, java.lang.String helpTopicId, java.awt.Component initialFocus)
parent
- the parent component for the dialog.title
- the title bar caption for the dialog. (null-capable)hint
- the hint to be shown with north border orientation. *UNUSED*center
- the component to be shown with center border orientation.south
- the component to be shown with south border orientation.
(null-capable)helpTopicId
- the help topic ID for the dialog. (null-capable)initialFocus
- the first component to focus in the dialog.
public static final oracle.bali.ewt.dialog.JEWTDialog createOperationDetailDialog(java.awt.Component parent, java.lang.String title, java.lang.String hint, java.awt.Component center, java.awt.Component south, java.lang.String helpTopicId, java.awt.Component initialFocus, java.awt.Component detail)
parent
- the parent component for the dialog.title
- the title bar caption for the dialog. (null-capable)hint
- the hint to be shown with north border orientation. *UNUSED*center
- the component to be shown with center border orientation.south
- the component to be shown with south border orientation.
(null-capable)helpTopicId
- the help topic ID for the dialog. (null-capable)initialFocus
- the first component to focus in the dialog.detail
- the component to be displayed in the 'details' area of the
dialog.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |