Interface | Description |
---|---|
IAttachable |
Defines interface with methods which allows to attach/detach this instance to
IServiceContainer |
ICleanable |
Defines a methods which allow to clean current state of object
|
IContextProvider |
Specifies interface with method which allows to get access to
Context instance. |
IDisposable |
Classes which implement
IDisposable interface can be disposed |
IHitTestable |
Defines the base interface for a type which can be hit-tested
|
IInvalidatableElement |
Classes which implement
IInvalidatableElement can be invalidated (redrawn) |
ISuspendable |
Classes which implement
ISuspendable can have updates suspended/resumed. |
IUpdateSuspender |
Defines the interface to an
UpdateSuspender , a disposable class which allows nested suspend/resume operations on an ISuspendable instance |
IView |
Defines interface which allows to get access to some of
View methods |
IViewContainer |
Defines interface with methods which allows to add/remove views from this container
|
SmartProperty.IPropertyChangeListener |
Defines the interface for
SmartProperty listener |
SmartPropertyBoolean.IPropertyChangeListener |
Defines the interface for
SmartPropertyBoolean listener |
SmartPropertyDouble.IPropertyChangeListener |
Defines the interface for
SmartPropertyDouble listener |
SmartPropertyFloat.IPropertyChangeListener |
Defines the interface for
SmartPropertyFloat listener |
SmartPropertyInteger.IPropertyChangeListener |
Defines the interface for
SmartPropertyInteger listener |
SmartPropertyLong.IPropertyChangeListener |
Defines the interface for
SmartPropertyLong listener |
Class | Description |
---|---|
DisposableBase |
Defines base class for disposable object.
|
SmartProperty<T> |
Defines a smart property class which can hold
Object instances |
SmartPropertyBoolean |
Defines a smart property class which can hold boolean value
|
SmartPropertyDouble |
Defines a smart property class which can hold double value
|
SmartPropertyFloat |
Defines a smart property class which can hold float value
|
SmartPropertyInteger |
Defines a smart property class which can hold int value
|
SmartPropertyLong |
Defines a smart property class which can hold long value
|
UpdateSuspender |
A disposable class which allows nested suspend/resume operations on an
ISuspendable target |