|
|||||||||
| Home >> All >> org >> fluidsynth >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fluidsynth.gui
Class PrefsDialog

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.fluidsynth.gui.PrefsDialog
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class PrefsDialog
- extends javax.swing.JDialog
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JDialog |
javax.swing.JDialog.AccessibleJDialog |
| Nested classes inherited from class java.awt.Dialog |
java.awt.Dialog.AccessibleAWTDialog |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) static java.util.ResourceBundle |
bundle
|
private javax.swing.JPanel |
buttonPanel
|
private javax.swing.JButton |
cancelButton
|
private javax.swing.JPanel |
contentPanel
|
private javax.swing.JScrollPane |
contentScrollPane
|
private javax.swing.JButton |
defaultConfigChangeButton
|
private javax.swing.JLabel |
defaultConfigLabel
|
private javax.swing.JPanel |
defaultConfigPanel
|
private javax.swing.JTextField |
defaultConfigTextField
|
private javax.swing.JLabel |
emptyLabel
|
private javax.swing.JCheckBox |
nonRealtimeWarningCB
|
private javax.swing.JButton |
okButton
|
private javax.swing.JCheckBox |
splashEnabledCB
|
| Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
PrefsDialog(java.awt.Frame parent,
boolean modal)
Creates new form PrefsDialog |
|
| Method Summary | |
private void |
cancelButtonActionPerformed(java.awt.event.ActionEvent evt)
|
private void |
closeDialog(java.awt.event.WindowEvent evt)
Closes the dialog |
private void |
defaultConfigChangeButtonActionPerformed(java.awt.event.ActionEvent evt)
|
private void |
initComponents()
This method is called from within the constructor to initialize the form. |
static void |
main(java.lang.String[] args)
|
private void |
okButtonActionPerformed(java.awt.event.ActionEvent evt)
|
| Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
bundle
static java.util.ResourceBundle bundle
buttonPanel
private javax.swing.JPanel buttonPanel
cancelButton
private javax.swing.JButton cancelButton
contentPanel
private javax.swing.JPanel contentPanel
contentScrollPane
private javax.swing.JScrollPane contentScrollPane
defaultConfigChangeButton
private javax.swing.JButton defaultConfigChangeButton
defaultConfigLabel
private javax.swing.JLabel defaultConfigLabel
defaultConfigPanel
private javax.swing.JPanel defaultConfigPanel
defaultConfigTextField
private javax.swing.JTextField defaultConfigTextField
emptyLabel
private javax.swing.JLabel emptyLabel
nonRealtimeWarningCB
private javax.swing.JCheckBox nonRealtimeWarningCB
okButton
private javax.swing.JButton okButton
splashEnabledCB
private javax.swing.JCheckBox splashEnabledCB
| Constructor Detail |
PrefsDialog
public PrefsDialog(java.awt.Frame parent, boolean modal)
- Creates new form PrefsDialog
| Method Detail |
initComponents
private void initComponents()
- This method is called from within the constructor to
initialize the form.
WARNING: Do NOT modify this code. The content of this method is
always regenerated by the Form Editor.
defaultConfigChangeButtonActionPerformed
private void defaultConfigChangeButtonActionPerformed(java.awt.event.ActionEvent evt)
okButtonActionPerformed
private void okButtonActionPerformed(java.awt.event.ActionEvent evt)
cancelButtonActionPerformed
private void cancelButtonActionPerformed(java.awt.event.ActionEvent evt)
closeDialog
private void closeDialog(java.awt.event.WindowEvent evt)
- Closes the dialog
main
public static void main(java.lang.String[] args)
|
|||||||||
| Home >> All >> org >> fluidsynth >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC