|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.5) E14255-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.content.icon.DefaultIconService
public class DefaultIconService
Default implementation for retrieving icons. This implementation just returns null.
| Constructor Summary | |
|---|---|
DefaultIconService()
|
|
| Method Summary | |
|---|---|
String |
getLargeIcon(Node node)
Retrieve a large icon (32X32) for the specified node. |
String |
getLargeIcon(Property property)
Retrieve a large icon (32X32) for the specified property. |
String |
getSmallIcon(Node node)
Retrieve a small icon (16X16) for the specified node. |
String |
getSmallIcon(Property property)
Retrieve a small icon (16X16) for the specified property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultIconService()
| Method Detail |
|---|
public String getLargeIcon(Property property)
IIconService
getLargeIcon in interface IIconServiceproperty - The property to use in the determination.
public String getSmallIcon(Property property)
IIconService
getSmallIcon in interface IIconServiceproperty - The property to use in the determination.
public String getLargeIcon(Node node)
IIconService
getLargeIcon in interface IIconServicenode - The node to use in the determination.
public String getSmallIcon(Node node)
IIconService
getSmallIcon in interface IIconServicenode - The node to use in the determination.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.5) E14255-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||