JIDE 3.5.15

com.jidesoft.plaf.windows
Class TMSchema

java.lang.Object
  extended by com.jidesoft.plaf.windows.TMSchema

public class TMSchema
extends 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
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
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()

JIDE 3.5.15