Uses of Class
se.datadosen.component.JNotification.Type

Packages that use JNotification.Type
se.datadosen.component   
 

Uses of JNotification.Type in se.datadosen.component
 

Methods in se.datadosen.component that return JNotification.Type
static JNotification.Type JNotification.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JNotification.Type[] JNotification.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in se.datadosen.component with parameters of type JNotification.Type
 void JNotification.setType(JNotification.Type type)
           
 

Constructors in se.datadosen.component with parameters of type JNotification.Type
JNotification(javax.swing.JComponent content, JNotification.Type type)
           
JNotification(java.lang.String htmlText, JNotification.Type type)