C# Class Stetic.ItemDescriptor

Show file Open project: mono/stetic

Protected Properties

Property Type Description
targetGtkVersion string

Public Methods

Method Description
EnabledFor ( object obj ) : bool
SupportsGtkVersion ( string targetVersion ) : bool
VisibleFor ( object obj ) : bool

Protected Methods

Method Description
ItemDescriptor ( ) : System
ItemDescriptor ( XmlElement elem, Stetic.ItemGroup group, ClassDescriptor klass ) : System

Private Methods

Method Description
AddSubprops ( XmlNodeList nodes, Stetic.ItemGroup group, ClassDescriptor klass ) : ArrayList

Method Details

EnabledFor() public method

public EnabledFor ( object obj ) : bool
obj object
return bool

ItemDescriptor() protected method

protected ItemDescriptor ( ) : System
return System

ItemDescriptor() protected method

protected ItemDescriptor ( XmlElement elem, Stetic.ItemGroup group, ClassDescriptor klass ) : System
elem System.Xml.XmlElement
group Stetic.ItemGroup
klass ClassDescriptor
return System

SupportsGtkVersion() public method

public SupportsGtkVersion ( string targetVersion ) : bool
targetVersion string
return bool

VisibleFor() public method

public VisibleFor ( object obj ) : bool
obj object
return bool

Property Details

targetGtkVersion protected property

protected string targetGtkVersion
return string