27 #ifndef __SBSIMPLEBUTTONPROPERTYINFO_H__
28 #define __SBSIMPLEBUTTONPROPERTYINFO_H__
32 #include <sbIPropertyManager.h>
33 #include <sbITreeViewPropertyInfo.h>
34 #include <sbIClickablePropertyInfo.h>
37 #include <nsStringGlue.h>
47 NS_DECL_ISUPPORTS_INHERITED
48 NS_DECL_SBICLICKABLEPROPERTYINFO
49 NS_DECL_SBITREEVIEWPROPERTYINFO
52 const nsAString& aDisplayName,
53 const nsAString& aLocalizationKey,
55 const nsAString& aLabel,
56 const PRBool aRemoteReadable,
57 const PRBool aRemoteWritable,
58 const PRBool aUserViewable,
59 const PRBool aUserEditable);
62 NS_IMETHOD
Format(
const nsAString&
aValue, nsAString& _retval);
70 PRBool mSuppressSelect;
The property information specific to clickable properties.