Package | Description |
---|---|
org.jboss.dashboard.domain |
Classes to model different kind of data domains.
|
org.jboss.dashboard.provider |
It contains classes in for the creation & load of data sets from several sources, f.i: SQL databases.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDomain
Base class for the implementation of the different Domain classes.
|
Modifier and Type | Field and Description |
---|---|
protected Domain |
AbstractInterval.domain |
Modifier and Type | Method and Description |
---|---|
Domain |
AbstractDomain.cloneDomain() |
Domain |
Domain.cloneDomain() |
Domain |
AbstractInterval.getDomain() |
Domain |
Interval.getDomain() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInterval.setDomain(Domain domain) |
void |
Interval.setDomain(Domain d) |
Modifier and Type | Field and Description |
---|---|
protected Domain |
AbstractDataProperty.domain |
Modifier and Type | Method and Description |
---|---|
Domain |
DataProperty.getDomain() |
Domain |
AbstractDataProperty.getDomain() |
Modifier and Type | Method and Description |
---|---|
void |
DataProperty.setDomain(Domain domain) |
void |
AbstractDataProperty.setDomain(Domain domain) |
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.