|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.vcs.util.VCSComponents
Utility components class for common VCS client UI.
Method Summary | |
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.lang.Object detail,
java.lang.String helpTopicId)
Creates an alert dialog optionally containing a detail area. |
static oracle.jdeveloper.vcs.vop.VersionOperationPanel |
createFileListerComponent(java.util.Collection nodes)
Creates a lister component to represent the given node selection. |
static oracle.jdeveloper.vcs.vop.VersionOperationPanel |
createFileListerComponent(java.util.Collection nodes,
javax.swing.table.TableCellRenderer renderer)
Creates a lister component to represent the given node selection. |
static oracle.jdeveloper.vcs.vop.MutableVersionOperationModel |
createFileListerModel(java.util.Collection nodes,
oracle.jdeveloper.vcs.vop.DisplayProperty[] extraProperties)
Creates a model for the version operation panel with the default properties and some additional properties. |
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 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 oracle.jdeveloper.vcs.vop.MutableVersionOperationModel createFileListerModel(java.util.Collection nodes, oracle.jdeveloper.vcs.vop.DisplayProperty[] extraProperties)
nodes
- the nodes to populate the model withextraProperties
- additional properties to add to the model. May be
null.
public static final oracle.jdeveloper.vcs.vop.VersionOperationPanel createFileListerComponent(java.util.Collection nodes)
nodes
- nodes to be represented.
public static final oracle.jdeveloper.vcs.vop.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.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.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.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.