interface org.aswing.Decorator

Decorator for components, it return a display object to be the UI decorator.

Instance Fields

function getDisplay(c:Component): DisplayObject

Returns the display object which is used as the component decorator.

For same component, this method must return same display object.

c

the component which will use this decorator.

returns

the display object