Public Member Functions | |
DisplayColumnBean (String propName, String displayName, String iconPath, boolean enabled) | |
DisplayColumnBean () | |
String | getName () |
boolean | isEnabled () |
java.awt.Image | getNodeIcon () |
cern.gp.beans.PropertyInfo[] | getPropertyInfo () |
String | getDisplayName () |
String | getNodeDefaultAction () |
String[] | getNodeActions () |
String | getShortDescription () |
void | disable () |
void | enable () |
Protected Member Functions | |
java.awt.Image | getNodeIconFromPathname (String newPathname) |
Package Attributes | |
boolean | enabled = false |
Static Package Attributes | |
Logger | logger |
Private Attributes | |
String | name = null |
String | displayName = null |
String | iconPath = null |
Static Private Attributes | |
final String | defaultNodeAction |
final String[] | nodeActions |
|
Creates a new instance of DisplayColumnBean
|
|
This constructor should be used only with setRootNode method |
|
tell the object that implements this nterfaces to be disabled |
|
tell the object that implements this nterfaces to be enabled |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This method indicates whether this column is enabled
|
|
Initial value: defaultNodeAction |
|
display name for property name |
|
if column is enabled |
|
icon name |
|
Initial value:
|
|
displayable column name (this is property name from |
|
Initial value: nodeActions |