public final class VCSComponents
extends java.lang.Object
Utility components class for common VCS client UI.
| Modifier and Type | Method and Description |
|---|---|
static oracle.ide.controls.checkboxlist.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 MutableVersionOperationModel |
createFileListerModel(java.util.Collection<?> nodes,
DisplayProperty locationProperty,
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 VersionOperationSelectTablePanel |
createSelectFileListerComponent(java.util.Collection nodes)
Create the operation panel for command dialog
The panel allows select/deselect listed urls
|
static oracle.bali.ewt.wizard.WizardDialog |
createWizardDialog(FSMWizard wizard,
java.awt.Component parent) |
public static oracle.bali.ewt.wizard.WizardDialog createWizardDialog(FSMWizard wizard, java.awt.Component parent)
public static final oracle.ide.controls.checkboxlist.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 MutableVersionOperationModel createFileListerModel(java.util.Collection<?> nodes, DisplayProperty locationProperty, DisplayProperty[] extraProperties)
locationProperty - the property for the file location.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.public static final VersionOperationSelectTablePanel createSelectFileListerComponent(java.util.Collection nodes)
nodes - nodes