Uses of Class
com.togethersoft.openapi.ide.window.IdeDialogButtonGroup

Packages that use IdeDialogButtonGroup
com.togethersoft.openapi.ide.window 

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
IdeDialogButtonGroupIdeWindowManager.createButtonGroup()
           Creates a new empty IdeDialogButtonGroup.
 

Methods in com.togethersoft.openapi.ide.window with parameters of type IdeDialogButtonGroup
AbstractButtonIdeWindowManager.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.