ADF Designtime

oracle.adf.dt.dbpanel.uix
Class Component

java.lang.Object
  extended byoracle.adf.dt.dbpanel.uix.Component
All Implemented Interfaces:
DataComponentInfo

public class Component
extends java.lang.Object
implements DataComponentInfo


Constructor Summary
Component(java.lang.String displayText, XmlKey key, ControlType type)
           
 
Method Summary
 ControlType getControlType()
           
 javax.swing.Icon getIcon()
           
 XmlKey getXmlKey()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Component

public Component(java.lang.String displayText,
                 XmlKey key,
                 ControlType type)
Method Detail

toString

public java.lang.String toString()

getIcon

public javax.swing.Icon getIcon()
Specified by:
getIcon in interface DataComponentInfo

getXmlKey

public final XmlKey getXmlKey()

getControlType

public final ControlType getControlType()

ADF Designtime

 

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