Package | Description |
---|---|
org.mdi.bootstrap.swing |
Specific Swing Bootstrap interfaces for the framework.
|
org.mdi.gui.swing |
Specific Swing GUI classes used by the framework.
|
Modifier and Type | Class and Description |
---|---|
static class |
MDISettingsNode.Multiple
A MDISettings node for several components.
|
static class |
MDISettingsNode.Single
A MDISettings node for one component.
|
Modifier and Type | Method and Description |
---|---|
default javax.swing.tree.DefaultMutableTreeNode |
MDISettings.addNode(java.lang.String childName,
MDISettingsNode node)
Add a node with a component as user Object to the settings component.
|
javax.swing.tree.DefaultMutableTreeNode |
MDISettings.addNode(java.lang.String parentName,
java.lang.String childName,
MDISettingsNode node)
Add a node with a component as user Object to the settings component.
|
Modifier and Type | Method and Description |
---|---|
javax.swing.tree.DefaultMutableTreeNode |
DefaultSettingsAction.addNode(java.lang.String parentName,
java.lang.String childName,
MDISettingsNode node)
Add a tree node with a component as user Object to the settings component.
|