|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Domain | |
ix.icore.domain | Domain descriptions. |
ix.icore.domain.event | Interfaces and classes for events related to domains. |
ix.iface.domain | Domain parsers. |
ix.ip2 | I-X Process Panels |
ix.iview | Viewers. |
Uses of Domain in ix.icore.domain |
Methods in ix.icore.domain with parameters of type Domain | |
void |
Domain.takeFrom(Domain other)
Merges two domains |
Uses of Domain in ix.icore.domain.event |
Constructors in ix.icore.domain.event with parameters of type Domain | |
DomainEvent(Domain source)
|
|
RefinementEvent(Domain source,
Refinement refinement)
|
Uses of Domain in ix.iface.domain |
Methods in ix.iface.domain that return Domain | |
abstract Domain |
DomainParser.readDomain()
|
abstract Domain |
DomainParser.readDomain(Domain dom)
|
Domain |
LTF_Parser.readDomain()
|
Domain |
LTF_Parser.readDomain(Domain dom)
|
Domain |
XMLTF_Parser.readDomain()
|
Domain |
XMLTF_Parser.readDomain(Domain domain)
|
Domain |
XMLTF_Parser.readDomainJDOM(Domain domain)
|
Methods in ix.iface.domain with parameters of type Domain | |
abstract Domain |
DomainParser.readDomain(Domain dom)
|
static java.io.File |
DomainParser.loadDomain(java.awt.Component parentComponent,
Domain domain)
Reads a description of a domain from a file selected by the user, conducting all necessary dialogs along the way. |
Domain |
LTF_Parser.readDomain(Domain dom)
|
abstract void |
DomainWriter.writeDomain(Domain domain)
|
static java.io.File |
DomainWriter.saveDomain(java.awt.Component parentComponent,
Domain domain)
Writes a description of a domain to a file selected by the user, conducting all necessary dialogs along the way. |
static java.io.File |
DomainWriter.saveDomain(java.awt.Component frame,
Domain domain,
java.io.File domainName)
|
void |
XMLTF_Writer.writeDomain(Domain domain)
|
org.jdom.Document |
XMLTF_Writer.makeDomainDocument(Domain domain)
Converts the domain to a JDOM Document. |
Domain |
XMLTF_Parser.readDomain(Domain domain)
|
Domain |
XMLTF_Parser.readDomainJDOM(Domain domain)
|
protected void |
XMLTF_Parser.fillInDomain(Domain domain,
org.jdom.Document doc)
|
Uses of Domain in ix.ip2 |
Fields in ix.ip2 declared as Domain | |
protected Domain |
Ip2.domain
|
(package private) Domain |
PanelController.domain
|
Methods in ix.ip2 with parameters of type Domain | |
InternalDomainEditor |
PanelFrame.makeDomainEditor(IXAgent agent,
Domain dom)
|
protected void |
Ip2.readDomain(Domain domain)
Read in any default domain description. |
void |
PanelController.setDomain(Domain domain)
|
Uses of Domain in ix.iview |
Fields in ix.iview declared as Domain | |
(package private) Domain |
SimpleDomainEditor.dom
|
Methods in ix.iview that return Domain | |
Domain |
AConstructFramePanel.getDomain()
|
Domain |
DomainEditor.getDomain()
|
Domain |
ConstructFraming.getDomain()
Gets the current Domain. |
Methods in ix.iview with parameters of type Domain | |
void |
DomainEditor.setDomain(Domain domain)
Sets the given domain as current both in this frame and the domain editor panel. |
Constructors in ix.iview with parameters of type Domain | |
SimpleDomainEditor(IXAgent agent,
Domain dom)
|
|
DomainEditor(Domain domain)
Makes the editor with the given domain - simple by default. |
|
DomainEditor(Domain domain,
boolean isAdvanced)
Makes the editor with the given advanced mode and load the given domain. |
|
DomainEditor(IXAgent theAgent,
Domain domain)
Makes the editor with the given domain - simple by default. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |