Package | Description |
---|---|
net.sf.cuf.debug |
The debug library provides various debugging utilities for CUF.
It is still in development and subject to change. |
net.sf.cuf.ui.builder |
This package contains the non-graphical interface builder
and its
various helper classes. |
Modifier and Type | Method and Description |
---|---|
static void |
StateChecker.setupFromBuilder(String pTitle,
SwingXMLBuilder pBuilder) |
Modifier and Type | Method and Description |
---|---|
static SwingXMLBuilder |
SwingXMLBuilder.create(org.jdom2.Element pElement)
Create visual, non-visual objects and a connection between them.
|
static SwingXMLBuilder |
SwingXMLBuilder.create(org.jdom2.Element pElement,
Locale pLocale)
Create visual, non-visual objects and a connection between them.
|
static SwingXMLBuilder |
SwingXMLBuilder.create(org.jdom2.Element pElement,
Locale pLocale,
Map<String,? super Object> pNonVisual)
Create visual, non-visual objects and a connection between them.
|
static SwingXMLBuilder |
SwingXMLBuilder.create(org.jdom2.Element pElement,
Map<String,? super Object> pNonVisual)
Create visual, non-visual objects and a connection between them.
|
static SwingXMLBuilder |
SwingXMLBuilder.create(InputStream pInputStream)
Create visual, non-visual objects and a connection between them.
|
static SwingXMLBuilder |
SwingXMLBuilder.create(InputStream pInputStream,
Locale pLocale)
Create visual, non-visual objects and a connection between them.
|
static SwingXMLBuilder |
SwingXMLBuilder.create(InputStream pInputStream,
Locale pLocale,
Map<String,? super Object> pNonVisual)
Create visual, non-visual objects and a connection between them.
|
static SwingXMLBuilder |
SwingXMLBuilder.create(InputStream pInputStream,
Map<String,? super Object> pNonVisual)
Create visual, non-visual objects and a connection between them.
|
Modifier and Type | Method and Description |
---|---|
void |
SwingXMLBuilder.BuilderDelegate.build(SwingXMLBuilder pBuilder,
org.jdom2.Element pElement)
Build the specific part of the delegate.
|
void |
SwingXMLBuilder.Backlink.setSwingXMLBuilder(SwingXMLBuilder pBuilder)
Callback method for the Builder.
|
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.