Extension SDK 10.1.2


oracle.jdeveloper.vcs.util
Class VCSDocumentIconUtils

java.lang.Object
  extended byoracle.jdeveloper.vcs.util.VCSDocumentIconUtils


public final class VCSDocumentIconUtils
extends java.lang.Object

Utility class for fetching icons based on a document resource.

Since:
9.0.5

Method Summary
static javax.swing.Icon getIconForSuffix(java.lang.String suffix)
static javax.swing.Icon getIconForURL(java.net.URL url)

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

Method Detail

getIconForURL

public static javax.swing.Icon getIconForURL(java.net.URL url)
Parameters:
url -
Returns:

getIconForSuffix

public static javax.swing.Icon getIconForSuffix(java.lang.String suffix)
Parameters:
suffix -
Returns:

Extension SDK


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