| Interface | Description |
|---|---|
| Ref<E> |
Ref's hold a reference of any element inside a
IFContext. |
| RootView | |
| ViewConfig.Modifier | |
| ViewConfig.Option<T> | |
| ViewContainer | |
| Viewer | |
| VirtualView |
VirtualView is the basis for creating a view it contains the implementation with methods that are
shared between regular views and contexts which are called "unified methods".
|
| Class | Description |
|---|---|
| IFDebug |
This is an internal inventory-framework API that should not be used from outside of
this library.
|
| ViewConfig | |
| ViewConfigBuilder | |
| ViewType |
| Exception | Description |
|---|---|
| InventoryFrameworkException | |
| UnassignedReferenceException | |
| UnsupportedOperationInSharedContextException |
Thrown when an operation is called in a shared context, but it's not supported for some reason.
|