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

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

Methods in com.togethersoft.openapi.ide.window with parameters of type IdeDialogButtonGroup
JPanelIdeWindowManager.createButtonPanel(IdeDialogButtonGroup buttonGroup, LayoutManager layoutManager)
          Creates a new JPanel that contains buttons from the specified group,
allocates the buttons according to the specified layout.
JPanelIdeWindowManager.createButtonPanel(IdeDialogButtonGroup buttonGroup)
          Creates a new JPanel that contains buttons from the specified group.
JPanelIdeWindowManager.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.
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.