| Package | Description | 
|---|---|
| oracle.javatools.ui.infotip | |
| oracle.javatools.ui.infotip.templates | |
| oracle.javatools.ui.segmented | |
| oracle.jdeveloper.vcs.spi | 
 Contains extension-level service provider interfaces for version control system integraton. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static InfoTipStyles | 
InfoTipStyles.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static InfoTipStyles[] | 
InfoTipStyles.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
InfoTip(Template template,
       InfoTipStyles style)
Create an InfoTip. 
 | 
InfoTipHover(Template template,
            InfoTipStyles style,
            javax.swing.JComponent parent,
            java.awt.Point location,
            oracle.ide.hover.HoverFlavor flavor)
Create an InfoTipHover. 
 | 
InfoTipHover(Template template,
            InfoTipStyles style,
            javax.swing.JComponent parent,
            java.awt.Rectangle location,
            oracle.ide.hover.HoverFlavor flavor)
Create an InfoTipHover. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static javax.swing.JTextArea | 
TemplateUtils.createDescriptionArea(InfoTipStyles infoTipStyle)  | 
| Constructor and Description | 
|---|
ActionTemplate(javax.swing.Icon icon,
              java.lang.String title,
              javax.swing.JComponent detailComponent,
              javax.swing.Action action,
              InfoTipStyles infoTipStyle)
Construct an infotip template with the following details. 
 | 
SingleItemTemplate(SingleItemTemplate.Severity severity,
                  java.lang.String title,
                  java.lang.String description,
                  java.util.List<? extends javax.swing.Action> actions,
                  InfoTipStyles infoTipStyle)  | 
SingleItemTemplate(SingleItemTemplate.Severity severity,
                  java.lang.String title,
                  java.lang.String description,
                  java.util.List<? extends javax.swing.Action> actions,
                  InfoTipStyles infoTipStyle,
                  int maxWidth)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SegmentedControl.setInfoTip(SegmentedControl.InfoTipTemplate<T> template,
          InfoTipStyles style,
          oracle.ide.hover.HoverFlavor flavor,
          InfoTipOrientation orientation)
Set an InfoTip for the SegmentedControl. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
VCSExtendHover.addExtendedProperties(InfoTipStyles style,
                     javax.swing.JPanel panel,
                     java.lang.String labelTxt,
                     java.awt.GridBagConstraints gbc,
                     int preferredWidth,
                     boolean enabled,
                     java.util.Collection<java.lang.String> bugs,
                     java.awt.event.MouseListener mlistener,
                     java.awt.event.ActionListener aListener)  |