|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.dialogs.URLChooserShortcut
@Immutable
public final class URLChooserShortcut
A shortcut in the URL Chooser.
| 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 |
|---|
public URLChooserShortcut(javax.swing.Icon icon,
java.lang.String label,
java.net.URL url)
icon - the icon to display.label - the label for the shortcut.url - the URL for the shortcut.java.lang.NullPointerException - if any parameter is null.| Method Detail |
|---|
public javax.swing.Icon icon()
public java.lang.String label()
public java.net.URL url()
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||