| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
javax.ide.extension.ElementVisitor
      
javax.ide.extension.IconVisitor
public abstract class IconVisitor
Use IconVisitor for processing an XML element in the manifest that provides an icon.
| Field Summary | 
|---|
| Fields inherited from class javax.ide.extension.ElementVisitor | 
|---|
KEY_LOCATOR | 
| Constructor Summary | |
|---|---|
IconVisitor() | 
|
| Method Summary | |
|---|---|
 void | 
end(ElementEndContext context)Visit the end tag of an xml element.  | 
protected abstract  void | 
icon(ElementContext context, IconDescription icon)Called when an icon is encountered.  | 
 void | 
start(ElementStartContext context)Visit the start tag of an xml element.  | 
| Methods inherited from class javax.ide.extension.ElementVisitor | 
|---|
getClassLoader, getResourceBundle, log | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public IconVisitor()
| Method Detail | 
|---|
public void start(ElementStartContext context)
ElementVisitorThis implementation does nothing.
start in class ElementVisitorcontext - information about the xml start tag.public void end(ElementEndContext context)
ElementVisitorThis implementation does nothing.
end in class ElementVisitorcontext - information about the xml end tag.
protected abstract void icon(ElementContext context,
                             IconDescription icon)
context - the processing context.icon - the icon.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||