|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.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(java.lang.Class supportedServiceInterface,
java.lang.Class supportedUIClasses)
This is the single 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
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 java.lang.Class getSupportedServiceInterface()
|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||