Package | Description |
---|---|
org.mdi.bootstrap.swing |
Specific Swing Bootstrap interfaces for the framework.
|
Modifier and Type | Method and Description |
---|---|
MDISettingsNode.Single[] |
MDISettingsNode.Multiple.getComponents()
Return the component used in the node
|
Constructor and Description |
---|
Multiple(javax.swing.Icon icon,
MDISettingsNode.Single... components)
Constructor.
|
Multiple(MDISettingsNode.Single... components)
Constructor.
|
Multiple(java.lang.String label,
javax.swing.Icon icon,
MDISettingsNode.Single... components)
Constructor.
|
Multiple(java.lang.String label,
MDISettingsNode.Single... components)
Constructor.
|