Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.dialogs
Class URLChooserShortcut

java.lang.Object
  extended by oracle.ide.dialogs.URLChooserShortcut


@Immutable
public final class URLChooserShortcut
extends java.lang.Object

A shortcut in the URL Chooser.

Since:
11.1.1.0.1

Constructor Summary
URLChooserShortcut(javax.swing.Icon icon, java.lang.String label, java.net.URL url)
          Creates a shortcut.

 

Method Summary
 boolean equals(java.lang.Object object)
           
 int hashCode()
           
 javax.swing.Icon icon()
          Returns the icon for this shorcut.
 java.lang.String label()
          Returns the label for this shortcut.
 java.lang.String toString()
           
 java.net.URL url()
          Returns the URL for this shorcut.

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

URLChooserShortcut

public URLChooserShortcut(javax.swing.Icon icon,
                          java.lang.String label,
                          java.net.URL url)
Creates a shortcut.
Parameters:
icon - the icon to display.
label - the label for the shortcut.
url - the URL for the shortcut.
Throws:
java.lang.NullPointerException - if any parameter is null.

Method Detail

icon

public javax.swing.Icon icon()
Returns the icon for this shorcut.
Returns:
the icon for this shortcut.

label

public java.lang.String label()
Returns the label for this shortcut.
Returns:
the label for this shortcut.

url

public java.net.URL url()
Returns the URL for this shorcut.
Returns:
the URL for this shorcut.

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.