Public Member Functions | |
ConfigurationBean (Configuration conf) throws LaserConsoleException | |
String | getName () |
String | getDisplayName () |
String[] | getNodeActions () |
String | getNodeDefaultAction () |
java.awt.Image | getNodeIcon () |
cern.gp.beans.PropertyInfo[] | getPropertyInfo () |
boolean | getIsDefault () |
void | setIsDefault (boolean flag) |
String | getShortDescription () |
Private Attributes | |
Configuration | conf = null |
String | name = null |
boolean | isDefault = false |
Static Private Attributes | |
final Logger | logger |
|
Creates a new instance of ConfigurationBean In the future there shuold be only one constructor public ConfugurationBean(Configuration conf) Configuration -- object which comes from business API |
|
Returns the internal display name of the associated bean. If null is returned a default name will be used.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
This matehod returns "isDefault" status for this configuration
|
|
This constructor should be used only for testing
Reimplemented from cern::gp::beans::BeanSupport.
|
|
Returns an array of qualified name of actions for the node representing the associated bean. Null can be used in the array to represent a separator.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
Returns the qualified name of the default action for the node representing the associated bean. The default action is the one triggered when the user double-clic on the node. If null is returned a default default action will be used.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
Returns the icon in 16x16 size used to display the node representing the associated bean. If null is returned a default icon will be used.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
Returns an array of
Each
Reimplemented from cern::gp::beans::BeanSupport.
|
|
Returns a short description of the associated bean (used in tooltip for instance). If null is returned a default description will be used.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
|
|
|
|
if this configuration is default |
|
Initial value:
|
|
configuration name |