|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Bean in net.sf.sdedit.config |
|---|
| Fields in net.sf.sdedit.config declared as Bean | |
|---|---|
static Bean<GlobalConfiguration> |
ConfigurationManager.GLOBAL_DEFAULT
The global default configuration, loaded from the class path. |
static Bean<Configuration> |
ConfigurationManager.LOCAL_DEFAULT
The default diagram configuration, loaded from the class path. |
static Bean<PrintConfiguration> |
ConfigurationManager.PRINT_DEFAULT
|
| Methods in net.sf.sdedit.config that return Bean | |
|---|---|
static Bean<Configuration> |
ConfigurationManager.createNewDefaultConfiguration()
|
static Bean<Configuration> |
ConfigurationManager.getDefaultConfigurationBean()
|
static Bean<GlobalConfiguration> |
ConfigurationManager.getGlobalConfigurationBean()
|
static Bean<PrintConfiguration> |
ConfigurationManager.getPrintConfigurationBean()
|
| Uses of Bean in net.sf.sdedit.editor |
|---|
| Methods in net.sf.sdedit.editor that return types with arguments of type Bean | |
|---|---|
static Pair<String,Bean<Configuration>> |
DiagramLoader.load(InputStream stream,
String encoding)
Loads a diagram from the text transmitted through the given stream. |
| Methods in net.sf.sdedit.editor with parameters of type Bean | |
|---|---|
static void |
DiagramLoader.saveDiagram(String source,
Bean<Configuration> configuration,
OutputStream stream,
String encoding)
Saves a diagram specification (and a configuration), using a stream. |
| Uses of Bean in net.sf.sdedit.ui |
|---|
| Methods in net.sf.sdedit.ui that return Bean | |
|---|---|
Bean<Configuration> |
UserInterface.getConfiguration()
Returns the configuration belonging to the active tab or null if the active tab does show a help page. |
| Methods in net.sf.sdedit.ui with parameters of type Bean | |
|---|---|
String |
UserInterface.addTab(String title,
Bean<Configuration> configuration)
Adds a new tab to the user interface which becomes the tab that is currently selected. |
| Uses of Bean in net.sf.sdedit.ui.components.configuration |
|---|
| Methods in net.sf.sdedit.ui.components.configuration that return Bean | |
|---|---|
Bean<T> |
Bean.copy()
Returns a shallow copy of this bean. |
Bean<C> |
Configurator.getBean()
Returns the underlying Bean, of which a property is configured by this Configurator. |
protected abstract Bean<T> |
ConfigurationAction.getBean()
|
| Methods in net.sf.sdedit.ui.components.configuration with parameters of type Bean | |
|---|---|
Configurator<?,C> |
ConfiguratorFactory.createConfigurator(Bean<C> bean,
PropertyDescriptor property,
Bean<C> defaultConfiguration)
Creates a specialized configurator for a property. |
Configurator<?,C> |
ConfiguratorFactory.createConfigurator(Bean<C> bean,
PropertyDescriptor property,
Bean<C> defaultConfiguration)
Creates a specialized configurator for a property. |
void |
Configurator.setBean(Bean<C> bean)
|
void |
ConfigurationUI.setBean(Bean<C> bean)
|
void |
Bean.takeValuesFrom(Bean<T> bean)
Changes this bean's properties' values such that they are equal to the given bean's properties' values. |
| Constructors in net.sf.sdedit.ui.components.configuration with parameters of type Bean | |
|---|---|
BeanConverter(Bean<? extends DataObject> bean,
Document document)
|
|
ConfigurationUI(ConfigurationDialog parent,
Bean<C> bean,
Bean<C> defaultBean,
String saveAsDefault,
String loadDefault,
String description)
Constructor. |
|
ConfigurationUI(ConfigurationDialog parent,
Bean<C> bean,
Bean<C> defaultBean,
String saveAsDefault,
String loadDefault,
String description)
Constructor. |
|
Configurator(Bean<C> bean,
PropertyDescriptor property)
|
|
| Uses of Bean in net.sf.sdedit.ui.components.configuration.configurators |
|---|
| Constructors in net.sf.sdedit.ui.components.configuration.configurators with parameters of type Bean | |
|---|---|
BooleanConfigurator(Bean<C> bean,
PropertyDescriptor property)
|
|
ColorConfigurator(Bean<C> bean,
PropertyDescriptor property)
|
|
FileConfigurator(Bean<C> bean,
PropertyDescriptor property)
|
|
FontConfigurator(Bean<C> bean,
PropertyDescriptor property)
|
|
FreeStringConfigurator(Bean<C> bean,
PropertyDescriptor property)
|
|
NumberConfigurator(Bean<C> bean,
PropertyDescriptor property)
|
|
SmallStringSelectionConfigurator(Bean<C> bean,
PropertyDescriptor property)
|
|
StringConfigurator(Bean<C> bean,
PropertyDescriptor property)
|
|
StringSelectionConfigurator(Bean<C> bean,
PropertyDescriptor property)
|
|
| Uses of Bean in net.sf.sdedit.ui.impl |
|---|
| Methods in net.sf.sdedit.ui.impl that return Bean | |
|---|---|
Bean<Configuration> |
UserInterfaceImpl.getConfiguration()
|
| Methods in net.sf.sdedit.ui.impl with parameters of type Bean | |
|---|---|
String |
UserInterfaceImpl.addTab(String tabTitle,
Bean<Configuration> configuration)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||