GUI Commands User GuideVersion 2.1 |
||
Custom PropertiesCustom properties can also be defined for groups. This is generally only needed
when developing or using custom group implementations. Custom properties are defined using a simple map style syntax.
To define the client property Custom Property Examplesgroup!recentFileList@face.text=Recent Files # set a custom property group!recentFileList@properties[clearText]=Clear List // now get the property at runtime.. String clearMenuItemText = group.getProperty("clearText"); |
||