public class SubstanceCortex
extends java.lang.Object
SubstanceCortex.GlobalScope - configuring and querying the global state of the application.SubstanceCortex.WindowScope - configuring and querying state at the level of the application
Windows.SubstanceCortex.RootPaneScope - configuring and querying state at the level of the application
JRootPanes.SubstanceCortex.ComponentScope - configuring and querying state at the level of the application
Components.SubstanceCortex.ComponentOrParentScope - configuring and querying state at the level of individual
application Components or all immediate child components of a container.SubstanceCortex.ComponentOrParentChainScope - configuring and querying state at the level of
individual application Components or all nested child components of a container.
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SubstanceCortex.ComponentOrParentChainScope |
APIs in this scope apply to individual application
Components or all nested child
components of a container. |
static class |
SubstanceCortex.ComponentOrParentScope |
APIs in this scope apply to individual application
Components or all immediate child
components of a container. |
static class |
SubstanceCortex.ComponentScope |
APIs in this scope apply to individual application
Components. |
static class |
SubstanceCortex.GlobalScope |
APIs in this scope apply to the global state of the application.
|
static class |
SubstanceCortex.RootPaneScope |
APIs in this scope apply to individual application
JRootPanes. |
static class |
SubstanceCortex.WindowScope |
APIs in this scope apply to individual application
Windows. |
| Constructor | Description |
|---|---|
SubstanceCortex() |