|
|||||||||
| 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 SettingsTable

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JTable
org.fluidsynth.gui.SettingsTable
- All Implemented Interfaces:
- javax.accessibility.Accessible, javax.swing.event.CellEditorListener, java.util.EventListener, java.awt.image.ImageObserver, javax.swing.event.ListSelectionListener, java.awt.MenuContainer, java.beans.PropertyChangeListener, javax.swing.Scrollable, java.io.Serializable, org.fluidsynth.api.event.SettingsEventListener, javax.swing.event.TableColumnModelListener, javax.swing.event.TableModelListener
- public class SettingsTable
- extends javax.swing.JTable
- implements java.beans.PropertyChangeListener, org.fluidsynth.api.event.SettingsEventListener
- extends javax.swing.JTable
A javax.swing.JTable subclass that supports display and modification of fluidsynth settings.
| Nested Class Summary | |
(package private) class |
SettingsTable.Model
|
(package private) class |
SettingsTable.Renderer
|
| Nested classes inherited from class javax.swing.JTable |
javax.swing.JTable.AccessibleJTable |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| 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
|
(package private) static java.lang.String[] |
columnNames
|
(package private) SettingsTable.Renderer |
renderer
|
(package private) org.fluidsynth.api.settings.Settings |
settings
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_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 java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
SettingsTable()
|
|
| Method Summary | |
javax.swing.table.TableCellEditor |
getCellEditor(int row,
int column)
Get the cell editor, suitable for editing the given cell. |
javax.swing.table.TableCellRenderer |
getCellRenderer(int row,
int column)
Get the cell renderer for rendering the given cell. |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
Fired after a Bean's property has changed. |
private void |
setModel(org.fluidsynth.api.Configuration config)
|
void |
settingsChanged(org.fluidsynth.api.event.SettingsEvent event)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
renderer
SettingsTable.Renderer renderer
settings
org.fluidsynth.api.settings.Settings settings
bundle
static java.util.ResourceBundle bundle
columnNames
static java.lang.String[] columnNames
| Constructor Detail |
SettingsTable
public SettingsTable()
| Method Detail |
setModel
private void setModel(org.fluidsynth.api.Configuration config)
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Description copied from interface:
java.beans.PropertyChangeListener - Fired after a Bean's property has changed.
- Specified by:
propertyChangein interfacejava.beans.PropertyChangeListener
settingsChanged
public void settingsChanged(org.fluidsynth.api.event.SettingsEvent event)
- Specified by:
settingsChangedin interfaceorg.fluidsynth.api.event.SettingsEventListener
getCellEditor
public javax.swing.table.TableCellEditor getCellEditor(int row, int column)
- Description copied from class:
javax.swing.JTable - Get the cell editor, suitable for editing the given cell. The default
method requests the editor from the column model. If the column model does
not provide the editor, the call is forwarded to the
JTable.getDefaultEditor(Class)>
JTable.getDefaultEditor(Class)55 with the parameter, obtained from TableModel.getColumnClass(int)>TableModel.getColumnClass(int)55 .
getCellRenderer
public javax.swing.table.TableCellRenderer getCellRenderer(int row, int column)
- Description copied from class:
javax.swing.JTable - Get the cell renderer for rendering the given cell.
|
|||||||||
| Home >> All >> org >> fluidsynth >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC