|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jdeveloper.webapp.utils.html.ImageUtils
public class ImageUtils
Method Summary | |
---|---|
static java.net.URL |
addImageToProject(java.net.URL imageURL, Context context) Adds an image URL to a project, prompting the user to move the document under the webroot if necessary. |
static java.lang.Object[] |
getImageURL(Context context) |
static java.lang.Object[] |
getImageURL(Context context, boolean htmlRelativization) Returns a relative image url and the acutal URL of the image in any object array. |
static URLChooser |
getImageURLChooser(Context context) |
static java.net.URL |
showImageDialog(Context context) Shows the image dialog, adding the url to the project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.net.URL showImageDialog(Context context) throws java.io.IOException
java.io.IOException
public static java.net.URL addImageToProject(java.net.URL imageURL, Context context)
URL
to a project, prompting the user to move the document under the webroot if necessary.public static java.lang.Object[] getImageURL(Context context) throws java.io.IOException
java.io.IOException
public static java.lang.Object[] getImageURL(Context context, boolean htmlRelativization) throws java.io.IOException
context
-java.io.IOException
public static URLChooser getImageURLChooser(Context context)
URLChooser
configured to open image URLs (gif, jpg, jpeg, and png).
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |