public class XBayaDialog extends Object
| Constructor and Description |
|---|
XBayaDialog(Window owner,
String title,
JComponent mainPanel,
JComponent buttonPanel)
Constructs an XBayaDialog.
|
XBayaDialog(Window owner,
String title,
String description,
JComponent mainPanel,
JComponent buttonPanel)
Constructs an XBayaDialog.
|
XBayaDialog(Window owner,
String title,
XBayaComponent mainPanel,
JComponent buttonPanel)
Constructs an XBayaDialog.
|
XBayaDialog(XBayaGUI xbayaGUI,
String title,
JComponent mainPanel,
JComponent buttonPanel)
Constructs an XBayaDialog.
|
XBayaDialog(XBayaGUI xbayaGUI,
String title,
String description,
XBayaComponent mainPanel,
JComponent buttonPanel)
Constructs an XBayaDialog.
|
XBayaDialog(XBayaGUI xbayaGUI,
String title,
XBayaComponent mainPanel,
JComponent buttonPanel)
Constructs an XBayaDialog.
|
XBayaDialog(XBayaGUI xbayaGUI,
String title,
XBayaComponent mainPanel,
XBayaComponent buttonPanel)
Constructs an XBayaDialog.
|
| Modifier and Type | Method and Description |
|---|---|
JDialog |
getDialog() |
void |
hide()
Hides the dialog.
|
boolean |
isVisible()
Determines whether this component should be visible when its parent is visible.
|
void |
setCancelButton(JButton button) |
void |
setDefaultButton(JButton button) |
void |
setTitle(String title) |
void |
show()
Shows the dialog.
|
void |
simpeShow()
Just set dialog visible Do NOTHING to layout
|
public XBayaDialog(XBayaGUI xbayaGUI, String title, XBayaComponent mainPanel, XBayaComponent buttonPanel)
engine - title - mainPanel - buttonPanel - public XBayaDialog(XBayaGUI xbayaGUI, String title, XBayaComponent mainPanel, JComponent buttonPanel)
engine - title - mainPanel - buttonPanel - public XBayaDialog(XBayaGUI xbayaGUI, String title, String description, XBayaComponent mainPanel, JComponent buttonPanel)
engine - title - description - mainPanel - buttonPanel - public XBayaDialog(XBayaGUI xbayaGUI, String title, JComponent mainPanel, JComponent buttonPanel)
engine - title - mainPanel - buttonPanel - public XBayaDialog(Window owner, String title, XBayaComponent mainPanel, JComponent buttonPanel)
owner - title - mainPanel - buttonPanel - public XBayaDialog(Window owner, String title, JComponent mainPanel, JComponent buttonPanel)
owner - title - mainPanel - buttonPanel - public XBayaDialog(Window owner, String title, String description, JComponent mainPanel, JComponent buttonPanel)
owner - title - description - mainPanel - buttonPanel - public JDialog getDialog()
public boolean isVisible()
Frame objects.true if the component is visible, false otherwisepublic void show()
public void simpeShow()
public void hide()
public void setTitle(String title)
title - public void setDefaultButton(JButton button)
button - public void setCancelButton(JButton button)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.