Package | Description |
---|---|
org.mdi.app.swing |
Specific Swing classes for the Main package of the framework.
|
Modifier and Type | Method and Description |
---|---|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.addHorizontalDialogPart()
Add a dialog part where the components are layout horizontally.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.DefaultDialogPart.addHorizontalDialogPart()
Add a dialog part where the components are layout horizontally.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.addHorizontalDialogPart(javax.swing.JComponent... content)
Add a dialog part where the components are layout horizontally.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.DefaultDialogPart.addHorizontalDialogPart(javax.swing.JComponent... content)
Add a dialog part, child of this dialog part, where the components are layout horizontally.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.addHorizontalDialogPart(java.lang.String id)
Add a dialog part where the components are layout horizontally.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.DefaultDialogPart.addHorizontalDialogPart(java.lang.String id)
Add a dialog part where the components are layout horizontally.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.addHorizontalDialogPart(java.lang.String title,
javax.swing.JComponent... content)
Add a dialog part where the components are layout horizontally.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.DefaultDialogPart.addHorizontalDialogPart(java.lang.String title,
javax.swing.JComponent... content)
Add a dialog part, child of this dialog part, where the components are layout horizontally.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.addHorizontalDialogPart(java.lang.String id,
java.lang.String title,
javax.swing.JComponent... content)
Add a dialog part where the components are layout horizontally.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.DefaultDialogPart.addHorizontalDialogPart(java.lang.String id,
java.lang.String title,
javax.swing.JComponent... content)
Add a dialog part, child of this dialog part, where the components are layout horizontally.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.addVerticalDialogPart()
Add a dialog part where the components are layout vertically.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.DefaultDialogPart.addVerticalDialogPart()
Add a dialog part where the components are layout vertically.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.addVerticalDialogPart(javax.swing.JComponent... content)
Add a dialog part where the components are layout vertically.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.DefaultDialogPart.addVerticalDialogPart(javax.swing.JComponent... content)
Add a dialog part, child of this dialog part, where the components are layout vertically.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.addVerticalDialogPart(java.lang.String id)
Add a dialog part where the components are layout vertically.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.DefaultDialogPart.addVerticalDialogPart(java.lang.String id)
Add a dialog part where the components are layout vertically.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.addVerticalDialogPart(java.lang.String title,
javax.swing.JComponent... content)
Add a dialog part where the components are layout vertically.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.DefaultDialogPart.addVerticalDialogPart(java.lang.String title,
javax.swing.JComponent... content)
Add a dialog part, child of this dialog part, where the components are layout vertically.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.addVerticalDialogPart(java.lang.String id,
java.lang.String title,
javax.swing.JComponent... content)
Add a dialog part where the components are layout vertically.
|
DefaultMDIDialogBuilder.DefaultDialogPart |
DefaultMDIDialogBuilder.DefaultDialogPart.addVerticalDialogPart(java.lang.String id,
java.lang.String title,
javax.swing.JComponent... content)
Add a dialog part, child of this dialog part, where the components are layout vertically.
|