| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IdeDialogButtonGroup | |
| com.togethersoft.openapi.ide.inspector.util.editors | |
| com.togethersoft.openapi.ide.window | |
| Uses of IdeDialogButtonGroup in com.togethersoft.openapi.ide.inspector.util.editors |
| Fields in com.togethersoft.openapi.ide.inspector.util.editors declared as IdeDialogButtonGroup | |
private IdeDialogButtonGroup | MultiValueTableUI.myAddRemoveButtonGroup |
private IdeDialogButtonGroup | MultiValueTableUI.myButtonGroup |
| Uses of IdeDialogButtonGroup in com.togethersoft.openapi.ide.window |
| Constructors in com.togethersoft.openapi.ide.window with parameters of type IdeDialogButtonGroup | |
IdeDialogButtonPanel.IdeDialogButtonPanel(IdeDialogButtonGroup buttonGroup, LayoutManager layoutManager)Constructs an instance of IdeDialofButtonPanel for the specified
group of buttons, allocating the buttons according to the specified layout. | |
IdeDialogButtonPanel.IdeDialogButtonPanel(IdeDialogButtonGroup buttonGroup)Constructs an instance of IdeDialofButtonPanel for the specified group of buttons. | |
| Methods in com.togethersoft.openapi.ide.window that return IdeDialogButtonGroup | |
IdeDialogButtonGroup | IdeWindowManager.createButtonGroup()Creates a new empty IdeDialogButtonGroup. |
| Methods in com.togethersoft.openapi.ide.window with parameters of type IdeDialogButtonGroup | |
JPanel | IdeWindowManager.createButtonPanel(IdeDialogButtonGroup buttonGroup, LayoutManager layoutManager)Creates a new JPanel that contains buttons from the specified group,
allocates the buttons according to the specified layout. |
JPanel | IdeWindowManager.createButtonPanel(IdeDialogButtonGroup buttonGroup)Creates a new JPanel that contains buttons from the specified group. |
JPanel | IdeWindowManager.createButtonPanel(JComponent firstComponent, IdeDialogButtonGroup buttonGroup)Creates a new JPanel that contains component that is aligned to left side and
buttons from the specified group those are aligned to right side. |
AbstractButton | IdeWindowManager.showOptionDialog(Component parent, String title, int messageType, Object message, IdeDialogButtonGroup buttonGroup, String helpURL)Displays a message in the modal dialog box with the buttons from the specified button group. |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||