Uses of Class
com.alee.managers.plugin.data.PluginStatus

Packages that use PluginStatus
com.alee.managers.plugin.data   
 

Uses of PluginStatus in com.alee.managers.plugin.data
 

Methods in com.alee.managers.plugin.data that return PluginStatus
 PluginStatus DetectedPlugin.getStatus()
          Returns plugin status.
static PluginStatus PluginStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PluginStatus[] PluginStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.managers.plugin.data with parameters of type PluginStatus
 void DetectedPlugin.setStatus(PluginStatus status)
          Sets plugin status.