Class 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 parts
      static class  TMSchema.Prop
      An enumeration of the possible component attributes and the corresponding value type
      static class  TMSchema.State
      An enumeration of the possible component states
      static class  TMSchema.TypeEnum
      An enumeration of attribute values for some Props
    • Constructor Summary

      Constructors 
      Constructor Description
      TMSchema()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TMSchema

        public TMSchema()