Package com.jidesoft.plaf.windows
Class TMSchema
- java.lang.Object
-
- com.jidesoft.plaf.windows.TMSchema
-
public class TMSchema extends java.lang.Object
Implements Windows Parts and their States and Properties for the Windows Look and Feel. See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/userex/topics/partsandstates.asp See tmschema.h (or vssym32.h & vsstyle.h for MS Vista)- Author:
- Leif Samuelsson
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TMSchema.Control
An enumeration of the various Windows controls (also known as components, or top-level parts)static class
TMSchema.Part
An enumeration of the Windows compoent partsstatic class
TMSchema.Prop
An enumeration of the possible component attributes and the corresponding value typestatic class
TMSchema.State
An enumeration of the possible component statesstatic class
TMSchema.TypeEnum
An enumeration of attribute values for some Props
-
Constructor Summary
Constructors Constructor Description TMSchema()
-