qx
Class Mixin

java.lang.Object
  extended by qx.Mixin

public class Mixin
extends java.lang.Object

This class is used to define mixins (similar to mixins in Ruby).

Mixins are collections of code and variables, which can be merged into other classes. They are similar to classes but don’t support inheritance.

See the description of the #define method how a mixin is defined.


Constructor Summary
Mixin()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mixin

public Mixin()


Copyright © 2008 1&1. All Rights Reserved.