|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.openwings.component.utilities.UserInterfaceDescriptor
This class is used to provide metadata about a user interface that is associated with a particular service.
| Constructor Summary | |
UserInterfaceDescriptor()
Default constructor (empty). |
|
UserInterfaceDescriptor(java.lang.Class supportedServiceInterface,
java.lang.Class supportedUIClasses)
This is the primary public constructor for the UserInterfaceDescriptor class. |
|
| Method Summary | |
java.lang.String |
getName()
This method returns the name of the user interface. |
java.lang.Class |
getSupportedServiceInterface()
This method returns the service interface supported by the user interface |
java.lang.Class |
getSupportedUIClass()
This method returns the the Java type of the user interface. |
void |
setSupportedServiceInterface(java.lang.Class supportedServiceInterface)
This method sets the service interface supported by the user interface |
void |
setSupportedUIClass(java.lang.Class supportedUIClass)
This method sets the the Java type of the user interface. |
java.lang.String |
toString()
overrides default toString() method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UserInterfaceDescriptor()
public UserInterfaceDescriptor(java.lang.Class supportedServiceInterface,
java.lang.Class supportedUIClasses)
UserInterfaceDescriptor class.
supportedServiceInterface - service interface supported by the
user interface| Method Detail |
public java.lang.String getName()
public java.lang.Class getSupportedUIClass()
public void setSupportedUIClass(java.lang.Class supportedUIClass)
supportedUIClass - the Java type of the interfacepublic java.lang.Class getSupportedServiceInterface()
public void setSupportedServiceInterface(java.lang.Class supportedServiceInterface)
supportedServiceInterface - service interface supported by the user interfacepublic java.lang.String toString()
toString() method.
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||