A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abbreviate(String, int) - Static method in class de.sciss.io.IOUtil
-
Abbreviates a path name by replacing sub directories by an ellipsis character.
- abbrName(String) - Static method in class de.sciss.common.BasicMenuFactory
- abbrScheme(String) - Method in class de.sciss.gui.PathField
- AboutBox - Class in de.sciss.gui
-
About, Copyright + Credits Frame
- AboutBox() - Constructor for class de.sciss.gui.AboutBox
- ABS - Static variable in class de.sciss.util.ParamSpace
-
Dependencies
- AbstractAboutFrame - Class in de.sciss.gui
-
Variant of MRJ About Frame.
- AbstractAboutFrame(String, String) - Constructor for class de.sciss.gui.AbstractAboutFrame
- AbstractApplication - Class in de.sciss.app
-
A rudimentary implementation of the
de.sciss.app.Applicationinterface, which deals with component registration, quitting, preference, clipboard and resource bundle generation. - AbstractApplication(Class, String) - Constructor for class de.sciss.app.AbstractApplication
-
Creates a new instance of this class.
- AbstractCompoundEdit - Class in de.sciss.app
-
This subclass of
CompoundEditis used to synchronize an Undo or Redo operation. - AbstractCompoundEdit() - Constructor for class de.sciss.app.AbstractCompoundEdit
-
Creates a
CompountEditobject - AbstractCompoundEdit(String) - Constructor for class de.sciss.app.AbstractCompoundEdit
-
Creates a
CompountEditobject with a given name - AbstractDocumentHandler - Class in de.sciss.app
-
A basic implementation of the
DocumentHandlerinterface. - AbstractDocumentHandler(boolean) - Constructor for class de.sciss.app.AbstractDocumentHandler
- AbstractWindow - Interface in de.sciss.app
-
Interface that unites functionality from inhomogeneous classes such as JFrame, JDialog, JInternalFrame
- AbstractWindow.Adapter - Class in de.sciss.app
- AbstractWindow.Event - Class in de.sciss.app
- AbstractWindow.Listener - Interface in de.sciss.app
- AbstractWindowHandler - Class in de.sciss.gui
-
A rudimentary implementation of the
de.sciss.app.WindowHandlerinterface. - AbstractWindowHandler() - Constructor for class de.sciss.gui.AbstractWindowHandler
- accept(File, String) - Method in class de.sciss.io.CacheManager
- actionOpenRecent - Variable in class de.sciss.common.BasicMenuFactory
- ActionOpenRecent(String, File) - Constructor for class de.sciss.common.BasicMenuFactory.ActionOpenRecent
- actionPerformed(ActionEvent) - Method in class de.sciss.app.UndoManager.ActionRedo
- actionPerformed(ActionEvent) - Method in class de.sciss.app.UndoManager.ActionUndo
- actionPerformed(ActionEvent) - Method in class de.sciss.common.BasicMenuFactory.ActionOpenRecent
-
If a path was set for the action and the user confirms an intermitting confirm-unsaved-changes dialog, the new session will be loaded
- actionPerformed(ActionEvent) - Method in class de.sciss.common.BasicMenuFactory.ActionPreferences
- actionPerformed(ActionEvent) - Method in class de.sciss.common.BasicMenuFactory.ActionShowWindow
-
Tries to find the component using the
Mainclass'getComponentmethod. - actionPerformed(ActionEvent) - Method in class de.sciss.common.ProcessingThread
- actionPerformed(ActionEvent) - Method in class de.sciss.common.ShowWindowAction
- actionPerformed(ActionEvent) - Method in class de.sciss.common.URLViewerAction
-
Tries to find the component using the
Mainclass'getComponentmethod. - actionPerformed(ActionEvent) - Method in class de.sciss.gui.BooleanPrefsMenuAction
-
Switches button state and updates preferences.
- actionPerformed(ActionEvent) - Method in class de.sciss.gui.FloatingPaletteHandler
- actionPerformed(ActionEvent) - Method in class de.sciss.gui.HelpButton
- actionPerformed(ActionEvent) - Method in class de.sciss.gui.IndeterminateSpinner
- actionPerformed(ActionEvent) - Method in class de.sciss.gui.IntPrefsMenuAction
-
Fired when radio button is checked
- actionPerformed(ActionEvent) - Method in class de.sciss.gui.KeyedAction
- actionPerformed(ActionEvent) - Method in class de.sciss.gui.LooseFocusAction
- actionPerformed(ActionEvent) - Method in class de.sciss.gui.MenuAction
- actionPerformed(ActionEvent) - Method in class de.sciss.gui.MenuNode.DummyAction
- actionPerformed(ActionEvent) - Method in class de.sciss.gui.PathField
- actionPerformed(ActionEvent) - Method in class de.sciss.gui.TreeExpanderButton
- ActionPreferences(String, KeyStroke) - Constructor for class de.sciss.common.BasicMenuFactory.ActionPreferences
- ActionRedo() - Constructor for class de.sciss.app.UndoManager.ActionRedo
- ActionShowWindow(String, KeyStroke, Object) - Constructor for class de.sciss.common.BasicMenuFactory.ActionShowWindow
- ActionUndo() - Constructor for class de.sciss.app.UndoManager.ActionUndo
- activateHelpMode() - Method in class de.sciss.gui.HelpGlassPane
- active - Variable in class de.sciss.common.AppWindow
- Adapter() - Constructor for class de.sciss.app.AbstractWindow.Adapter
- add(int) - Method in class de.sciss.util.MutableInt
- add(long) - Method in class de.sciss.util.MutableLong
- add(AbstractWindow) - Method in class de.sciss.gui.FloatingPaletteHandler
-
Registers a project window with the FloatingPaletteHandler.
- add(AbstractWindow.Listener, AbstractWindow) - Static method in class de.sciss.gui.InternalFrameListenerWrapper
- add(AbstractWindow.Listener, AbstractWindow) - Static method in class de.sciss.gui.WindowListenerWrapper
- add(AbstractWindow, MenuNode) - Method in class de.sciss.gui.MenuGroup
- add(AbstractWindow, MenuNode, int) - Method in class de.sciss.gui.MenuGroup
- add(AbstractWindow, AbstractButton) - Method in class de.sciss.gui.MenuRadioGroup
- add(MenuNode) - Method in class de.sciss.gui.MenuGroup
- add(MenuNode, int) - Method in class de.sciss.gui.MenuGroup
- add(Component) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- add(List, Marker) - Static method in class de.sciss.io.Marker
-
Adds marker chronologically to a pre-sorted list.
- add(List, Region, boolean) - Static method in class de.sciss.io.Region
-
Adds region chronologically to a pre-sorted list.
- addActionListener(ActionListener) - Method in class de.sciss.gui.ParamField
- addActionListener(ActionListener) - Method in class de.sciss.gui.TreeExpanderButton
- addActionListener(ActionListener) - Method in class de.sciss.gui.UnitLabel
-
Registers a new listener to be informed about unit switches.
- addBorrowListener(AppWindow) - Method in class de.sciss.common.BasicWindowHandler
- addCancelListener(ActionListener) - Method in interface de.sciss.gui.ProgressComponent
- addCloseActionListener(ActionListener) - Method in class de.sciss.gui.AquaWindowBar
- addComponent(Object, Object) - Method in class de.sciss.app.AbstractApplication
-
synchronization: this method is synchronized
- addComponent(Object, Object) - Method in interface de.sciss.app.Application
-
Adds a newly created component (e.g.
- addDocument(Object, Document) - Method in class de.sciss.app.AbstractDocumentHandler
- addDocument(Object, Document) - Method in interface de.sciss.app.DocumentHandler
-
Adds a new document to the list of open documents.
- addDocumentListener(DocumentListener) - Method in class de.sciss.app.AbstractDocumentHandler
- addDocumentListener(DocumentListener) - Method in interface de.sciss.app.DocumentHandler
-
Registeres a listener which will be informed about document handler actions such as adding or removing a document.
- addDynamicListening(DynamicListening) - Method in class de.sciss.common.AppWindow
- ADDED - Static variable in class de.sciss.app.DocumentEvent
-
returned by getID() : the document has been added
- addEdit(UndoableEdit) - Method in class de.sciss.app.UndoManager
-
Add a new edit to the undo history.
- addFile(File) - Method in class de.sciss.io.CacheManager
- addItem(Object) - Method in class de.sciss.gui.MultiStateButton
- addItem(Object) - Method in class de.sciss.gui.PrefComboBox
-
Because the items in the ComboBox can be naturally moved, added and replaced, it is crucial to have a non-index-based value to store in the preferences.
- addItem(String, Color, Color) - Method in class de.sciss.gui.MultiStateButton
- addItem(String, Color, Color, Color) - Method in class de.sciss.gui.MultiStateButton
- addListener(AbstractWindow.Listener) - Method in interface de.sciss.app.AbstractWindow
- addListener(AbstractWindow.Listener) - Method in class de.sciss.common.AppWindow
- addListener(ProcessingThread.Listener) - Method in class de.sciss.common.ProcessingThread
-
Registers a listener to be notified when the process starts and terminates.
- addListener(NumberListener) - Method in class de.sciss.gui.Jog
-
Register a
NumberListenerwhich will be informed about changes of the gadgets content. - addListener(NumberListener) - Method in class de.sciss.gui.NumberField
-
Register a
NumberListenerwhich will be informed about changes of the gadgets content. - addListener(ParamField.Listener) - Method in class de.sciss.gui.ParamField
-
Register a
NumberListenerwhich will be informed about changes of the gadgets content. - addListener(Object) - Method in class de.sciss.app.EventManager
-
Adds a new listener.
- addMaxActionListener(ActionListener) - Method in class de.sciss.gui.AquaWindowBar
- addMenuItems() - Method in class de.sciss.common.BasicMenuFactory
- addMinActionListener(ActionListener) - Method in class de.sciss.gui.AquaWindowBar
- addModalDialog() - Method in class de.sciss.gui.FloatingPaletteHandler
- addPathListener(PathListener) - Method in class de.sciss.gui.PathButton
-
Register a
PathListenerwhich will be informed about changes of the path (i.e. - addPathListener(PathListener) - Method in class de.sciss.gui.PathField
-
Registers a
PathListenerwhich will be informed about changes of the path (i.e. - addPathToHead(File) - Method in class de.sciss.gui.PathList
-
Inserts a new path at the head of the list.
- addPathToTail(File) - Method in class de.sciss.gui.PathList
-
Adds a new path to the tail of the list.
- addPerform(PerformableEdit) - Method in class de.sciss.app.AbstractCompoundEdit
- addPropertyChangeListener(PropertyChangeListener) - Method in class de.sciss.io.AudioFileDescr
- addRecent(File) - Method in class de.sciss.common.BasicMenuFactory
- addSeparator() - Method in class de.sciss.gui.MenuGroup
- addSeparator(AbstractWindow) - Method in class de.sciss.gui.MenuGroup
- addSpace(ParamSpace) - Method in class de.sciss.gui.ParamField
- addTo(JComponent) - Method in class de.sciss.app.DynamicAncestorAdapter
-
Adds this adapter to a
JComponent. - addTopPainter(TopPainter) - Method in class de.sciss.gui.ComponentHost
-
Registers a new top painter.
- addToWindowMenu(Action) - Method in class de.sciss.common.BasicMenuFactory
- addUnit(String) - Method in class de.sciss.gui.UnitLabel
-
Adds a new unit (text label) to the end of the label list.
- addUnit(String, Icon) - Method in class de.sciss.gui.UnitLabel
-
Adds a new unit (text/icon combo label) to the end of the label list.
- addUnit(Icon) - Method in class de.sciss.gui.UnitLabel
-
Adds a new unit (icon label) to the end of the label list.
- addURL(URL) - Method in class de.sciss.util.DynamicURLClassLoader
-
Made a public method
- addURL(URL) - Method in class de.sciss.util.URLClassLoaderManager
- addURLs(URL[]) - Method in class de.sciss.util.DynamicURLClassLoader
- addURLs(URL[]) - Method in class de.sciss.util.URLClassLoaderManager
- addWindow(AbstractWindow, Map) - Method in interface de.sciss.app.WindowHandler
- addWindow(AbstractWindow, Map) - Method in class de.sciss.common.BasicWindowHandler
- addWindow(AbstractWindow, Map) - Method in class de.sciss.gui.AbstractWindowHandler
-
synchronization: this method is synchronized
- afd - Variable in class de.sciss.io.AudioFile
- alwaysPackSize() - Method in class de.sciss.common.AppWindow
-
Queries whether this frame's bounds should be packed automatically to the preferred size independent of concurrent preference settings
- AMP - Static variable in class de.sciss.util.ParamSpace
- AncestorAdapter - Class in de.sciss.app
-
In analogy to
ComponentAdapterprovides a stub class that implements theAncestorListenerinterface, so subclasses need to override only those methods they're interested in. - AncestorAdapter() - Constructor for class de.sciss.app.AncestorAdapter
- ancestorAdded(AncestorEvent) - Method in class de.sciss.app.AncestorAdapter
- ancestorAdded(AncestorEvent) - Method in class de.sciss.app.DynamicAncestorAdapter
-
Called when the tracked component or one of its ancestors gets added in the container hierarchy.
- ancestorAdded(AncestorEvent) - Method in class de.sciss.gui.TemporaryFocusTracker
- ancestorMoved(AncestorEvent) - Method in class de.sciss.app.AncestorAdapter
- ancestorMoved(AncestorEvent) - Method in class de.sciss.gui.TemporaryFocusTracker
- ancestorRemoved(AncestorEvent) - Method in class de.sciss.app.AncestorAdapter
- ancestorRemoved(AncestorEvent) - Method in class de.sciss.app.DynamicAncestorAdapter
-
Called when the tracked component or one of its ancestors gets removed in the container hierarchy.
- ancestorRemoved(AncestorEvent) - Method in class de.sciss.gui.TemporaryFocusTracker
- animationNeedsSync - Static variable in class de.sciss.gui.PeakMeter
-
true for bug: https://stackoverflow.com/questions/19480076
- appCode - Variable in class de.sciss.io.AudioFileDescr
-
application (creator) code
- append(String) - Method in class de.sciss.gui.LogTextArea
-
This method is public because of the superclass method.
- Application - Interface in de.sciss.app
-
The
Applicationinterface is an attempt to create common classes and interfaces (the packagede.sciss.app) which can be shared by different programmes, such as Meloncillo or FScape, without having to make adjustments in different places each time a modification is made. - AppWindow - Class in de.sciss.common
-
Common functionality for all application windows.
- AppWindow(int) - Constructor for class de.sciss.common.AppWindow
- AppWindow(Dialog) - Constructor for class de.sciss.common.AppWindow
- AquaFocusBorder - Class in de.sciss.gui
- AquaFocusBorder() - Constructor for class de.sciss.gui.AquaFocusBorder
- AquaResizeGadget - Class in de.sciss.gui
- AquaResizeGadget() - Constructor for class de.sciss.gui.AquaResizeGadget
- AquaWindowBar - Class in de.sciss.gui
-
An Aqua-LnF fake window bar to be used on the top or left border of frame.
- AquaWindowBar(AbstractWindow, boolean) - Constructor for class de.sciss.gui.AquaWindowBar
- AquaWindowBar(AbstractWindow, boolean, int) - Constructor for class de.sciss.gui.AquaWindowBar
- AquaWindowBar(AbstractWindow, boolean, int, int) - Constructor for class de.sciss.gui.AquaWindowBar
- AquaWindowBar(AbstractWindow, String, boolean) - Constructor for class de.sciss.gui.AquaWindowBar
- AquaWindowBar(AbstractWindow, String, boolean, int) - Constructor for class de.sciss.gui.AquaWindowBar
- AquaWindowBar(AbstractWindow, String, boolean, int, int) - Constructor for class de.sciss.gui.AquaWindowBar
- ASCENDING - Static variable in class de.sciss.gui.SortedTableModel
- attachTo(JFrame) - Static method in class de.sciss.gui.HelpGlassPane
-
Creates a new dimming help glass pane.
- AudioFile - Class in de.sciss.io
-
The
AudioFileallows reading and writing of sound files. - AudioFileCacheInfo - Class in de.sciss.io
- AudioFileCacheInfo(InterleavedStreamFile, int, long) - Constructor for class de.sciss.io.AudioFileCacheInfo
- AudioFileDescr - Class in de.sciss.io
-
An
AudioFileDescris a data structure that describes the format of anAudioFile. - AudioFileDescr() - Constructor for class de.sciss.io.AudioFileDescr
-
Construct a new
AudioFileDescrwhose fields are all undefined - AudioFileDescr(AudioFileDescr) - Constructor for class de.sciss.io.AudioFileDescr
-
Construct a new
AudioFileDescrwhose common fields are copied from a template (type, channels, rate, bitsPerSample, sampleFormat, length, properties). - AudioFileFormatPane - Class in de.sciss.io
-
A multi component panel that provides gadgets for specification of the output format of an audio file, such as file format, resolution or sample rate.
- AudioFileFormatPane() - Constructor for class de.sciss.io.AudioFileFormatPane
- AudioFileFormatPane(int) - Constructor for class de.sciss.io.AudioFileFormatPane
-
Construct a new AudioFileFormatPane with the shown components specified by the given flags.
- AudioFileRegion - Class in de.sciss.io
-
A small class that allows inter-application drag-and-drop of regions of audio files.
- AudioFileRegion(AudioFile, Region) - Constructor for class de.sciss.io.AudioFileRegion
- AudioFileRegion(File, Region) - Constructor for class de.sciss.io.AudioFileRegion
- AudioFileRegion(File, Span) - Constructor for class de.sciss.io.AudioFileRegion
- automaticFileSuffix(PathField) - Method in class de.sciss.io.AudioFileFormatPane
-
Registers a
PathFieldto be updated upon format switches. - autoUpdatePrefs() - Method in class de.sciss.common.AppWindow
- Axis - Class in de.sciss.gui
-
A GUI element for displaying the timeline's axis (ruler) which is used to display the time indices and to allow the user to position and select the timeline.
- Axis(int) - Constructor for class de.sciss.gui.Axis
- Axis(int, boolean) - Constructor for class de.sciss.gui.Axis
- Axis(int, int) - Constructor for class de.sciss.gui.Axis
- Axis(int, int, boolean) - Constructor for class de.sciss.gui.Axis
- Axis(int, int, boolean, ComponentHost) - Constructor for class de.sciss.gui.Axis
- Axis(int, int, ComponentHost) - Constructor for class de.sciss.gui.Axis
B
- bar - Variable in class de.sciss.common.AppWindow
- barBorrower - Variable in class de.sciss.common.AppWindow
- BARSBEATS - Static variable in class de.sciss.util.ParamSpace
-
Special attributes
- BasicApplication - Class in de.sciss.common
- BasicApplication(Class, String) - Constructor for class de.sciss.common.BasicApplication
- BasicCompoundEdit - Class in de.sciss.common
-
This subclass of
SyncCompoundEditis the most basic extension of the abstract class which simply puts empty bodies for the abstract methods. - BasicCompoundEdit() - Constructor for class de.sciss.common.BasicCompoundEdit
-
Creates a
CompountEditobject - BasicCompoundEdit(String) - Constructor for class de.sciss.common.BasicCompoundEdit
-
Creates a
CompountEditobject with a given name - BasicDocument - Class in de.sciss.common
- BasicDocument() - Constructor for class de.sciss.common.BasicDocument
- BasicEvent - Class in de.sciss.app
-
BasicEventis the superclass of all events to be processed throughEventManagers. - BasicEvent(Object, int, long) - Constructor for class de.sciss.app.BasicEvent
-
Constructs a new
BasicEvent. - BasicGraphicsHandler - Class in de.sciss.common
- BasicGraphicsHandler() - Constructor for class de.sciss.common.BasicGraphicsHandler
- BasicMenuFactory - Class in de.sciss.common
-
JMenus cannot be added to more than one frame. - BasicMenuFactory(BasicApplication) - Constructor for class de.sciss.common.BasicMenuFactory
-
The constructor is called only once by the
Mainclass and will create a prototype main menu from which all copies are derived. - BasicMenuFactory.ActionOpenRecent - Class in de.sciss.common
- BasicMenuFactory.ActionPreferences - Class in de.sciss.common
-
Action to be attached to the Preference item of the Edit menu.
- BasicMenuFactory.ActionShowWindow - Class in de.sciss.common
- BasicPathField - Class in de.sciss.common
- BasicPathField(int, String) - Constructor for class de.sciss.common.BasicPathField
- BasicUndoableEdit - Class in de.sciss.app
- BasicUndoableEdit() - Constructor for class de.sciss.app.BasicUndoableEdit
- BasicWindowHandler - Class in de.sciss.common
- BasicWindowHandler(BasicApplication) - Constructor for class de.sciss.common.BasicWindowHandler
- BasicWindowHandler(BasicApplication, boolean, boolean, boolean) - Constructor for class de.sciss.common.BasicWindowHandler
- BEATS - Static variable in class de.sciss.util.ParamSpace
- bellyPos - Variable in class de.sciss.gui.Jog
- bitsPerSample - Variable in class de.sciss.io.AudioFileDescr
-
bits per sample
- BooleanPrefsMenuAction - Class in de.sciss.gui
-
Adds PreferenceEntrySync functionality to the superclass note that unlike PrefCheckBox and the like, it's only valid to listen to the prefs changes, not the action events
- BooleanPrefsMenuAction(String, KeyStroke) - Constructor for class de.sciss.gui.BooleanPrefsMenuAction
- borrowMenuBar - Variable in class de.sciss.common.AppWindow
- borrowMenuBar(AbstractWindow) - Method in class de.sciss.common.AppWindow
- byteBuf - Variable in class de.sciss.io.AudioFile
- bytesPerFrame - Variable in class de.sciss.io.AudioFile
C
- c - Variable in class de.sciss.gui.MenuItem.Realized
- CacheManager - Class in de.sciss.io
- CacheManager() - Constructor for class de.sciss.io.CacheManager
- calcOuterBounds() - Method in class de.sciss.common.BasicWindowHandler
- cancel() - Method in class de.sciss.app.AbstractCompoundEdit
-
Cancels the compound edit and undos all sub edits made so far.
- cancel(boolean) - Method in class de.sciss.common.ProcessingThread
-
Forwards the cancel request to the client.
- cancelDone() - Method in class de.sciss.app.AbstractCompoundEdit
-
This gets called after the cancel operation but still inside the sync block.
- cancelDone() - Method in class de.sciss.common.BasicCompoundEdit
-
Does nothing
- CANCELLED - Static variable in interface de.sciss.common.ProcessingThread.Client
- CANCELLED - Static variable in interface de.sciss.gui.ProgressComponent
- CancelledException() - Constructor for exception de.sciss.common.ProcessingThread.CancelledException
- cancelSorting() - Method in class de.sciss.gui.SortedTableModel
-
Reverts view back to unsorted mode.
- canWritePrefs() - Method in class de.sciss.gui.PrefMenuAction
- caption - Variable in class de.sciss.gui.PeakMeterPanel
- CENTI - Static variable in class de.sciss.util.ParamSpace
- CHANGED - Static variable in class de.sciss.gui.NumberEvent
-
returned by getID() : the number changed
- CHANGED - Static variable in class de.sciss.gui.PathEvent
-
returned by getID() : the path changed
- channels - Variable in class de.sciss.io.AudioFile
- channels - Variable in class de.sciss.io.AudioFileDescr
-
number of channels (interleaved)
- CHANNELS - Static variable in class de.sciss.io.AudioFileFormatPane
-
Constructor-Flag : create channel num gadgets
- checkMenuBar(ContainerEvent) - Method in class de.sciss.common.SmartJFrame
- checkMouseMoved(MouseEvent) - Method in class de.sciss.gui.HelpGlassPane
- checkMousePressed(MouseEvent) - Method in class de.sciss.gui.HelpGlassPane
- classPrefs - Variable in class de.sciss.common.AppWindow
- cleanUp() - Method in class de.sciss.io.AudioFile
-
Flushes and closes the file.
- clear() - Method in class de.sciss.gui.PathList
-
Removes all paths from the list.
- clearHold() - Method in class de.sciss.gui.PeakMeter
-
Clears the peak hold indicator.
- clearMeter() - Method in class de.sciss.gui.PeakMeter
-
Clears the peak, peak hold and rms values immediately (without ballistics).
- clearMeter() - Method in class de.sciss.gui.PeakMeterGroup
- clearMeter() - Method in class de.sciss.gui.PeakMeterPanel
- clearMeter() - Method in interface de.sciss.gui.PeakMeterView
- clearSortingState() - Method in class de.sciss.gui.SortedTableModel
- clip(long) - Method in class de.sciss.io.Span
- clone() - Method in class de.sciss.io.AudioFileRegion
-
Returns a new audio file region which is equal to this one.
- clone() - Method in class de.sciss.io.Marker
-
Returns a new marker which is equal to this one.
- clone() - Method in class de.sciss.io.Region
-
Returns a new region which is equal to this one.
- clone() - Method in class de.sciss.io.Span
-
Returns a new span which is equal to this one.
- close() - Method in class de.sciss.io.AudioFile
-
Flushes and closes the file
- close() - Method in interface de.sciss.io.InterleavedStreamFile
- closeAll(boolean, Flag) - Method in class de.sciss.common.BasicMenuFactory
- closeDocument(boolean, Flag) - Method in class de.sciss.common.BasicDocument
- CLOSEGADGET - Static variable in class de.sciss.gui.AquaWindowBar
- collect(AbstractWindow, Rectangle) - Method in class de.sciss.common.BasicWindowHandler
- collSorted - Variable in class de.sciss.gui.SortedTableModel
- collSpaces - Variable in class de.sciss.gui.ParamField
- COLOR_PROPSET - Static variable in class de.sciss.gui.PathField
- ColouredTextField - Class in de.sciss.gui
-
Subclass of
JTextFieldthat addssetPaintandgetPaintmethods and overrides thepaintComponentmethod. - ColouredTextField() - Constructor for class de.sciss.gui.ColouredTextField
-
Constructs a new ColouredTextField
- ColouredTextField(int) - Constructor for class de.sciss.gui.ColouredTextField
-
Constructs a new ColouredTextField
- ComboBoxEditor - Interface in de.sciss.gui
- ComboBoxEditorBorder - Class in de.sciss.gui
-
Obsolete - now simply empty.
- ComboBoxEditorBorder() - Constructor for class de.sciss.gui.ComboBoxEditorBorder
- COMP_ABOUTBOX - Static variable in class de.sciss.gui.AboutBox
-
Value for add/getComponent(): the about box
- COMP_HELP - Static variable in class de.sciss.gui.HelpFrame
-
Identifier for Application.getComponent
- COMPARABLE_COMPARATOR - Static variable in class de.sciss.gui.SortedTableModel
-
A comparator which works on objects that implement the Comparable interface
- compareTo(Object) - Method in class de.sciss.io.Marker
-
Implementation of the
Comparableinterface. - componentAdded(ContainerEvent) - Method in class de.sciss.gui.TemporaryFocusTracker
- ComponentBoundsRestrictor - Class in de.sciss.gui
- ComponentBoundsRestrictor() - Constructor for class de.sciss.gui.ComponentBoundsRestrictor
- ComponentHeightRatioSpring(Component, int, int) - Constructor for class de.sciss.gui.SpringPanel.ComponentHeightRatioSpring
- ComponentHost - Class in de.sciss.gui
- ComponentHost() - Constructor for class de.sciss.gui.ComponentHost
- componentMoved(ComponentEvent) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- componentRemoved(ContainerEvent) - Method in class de.sciss.gui.TemporaryFocusTracker
- componentResized(ComponentEvent) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- ComponentWidthRatioSpring(Component, int, int) - Constructor for class de.sciss.gui.SpringPanel.ComponentWidthRatioSpring
- compose(Raster, Raster, WritableRaster) - Method in class de.sciss.gui.MultiStateButton
- constrainHeight(JComponent, int) - Static method in class de.sciss.gui.GUIUtil
-
Adjusts minimum, maximum and preferred size of a component so as to constrain its height to a given value.
- constrainSize(JComponent, int, int) - Static method in class de.sciss.gui.GUIUtil
-
Sets minimum, maximum and preferred size to given values.
- constrainWidth(JComponent, int) - Static method in class de.sciss.gui.GUIUtil
-
Adjusts minimum, maximum and preferred size of a component so as to constrain its width to a given value.
- contains(long) - Method in class de.sciss.io.Span
-
Checks if a position lies within the span.
- contains(Span) - Method in class de.sciss.io.Span
-
Checks if another span lies within the span.
- contains(File) - Method in class de.sciss.gui.PathList
-
Determines whether a particular path is included in the list
- convert(AbstractWindow, WindowEvent) - Static method in class de.sciss.app.AbstractWindow.Event
- convert(AbstractWindow, InternalFrameEvent) - Static method in class de.sciss.app.AbstractWindow.Event
- convertPoint(Component, Point, Component) - Static method in class de.sciss.gui.GUIUtil
-
Same as SwingUtilities.convertPoint, but handles JViewports properly
- convertPointFromScreen(Point, Component) - Static method in class de.sciss.gui.GUIUtil
-
Same as SwingUtilities.convertPointFromScreen, but handles JViewports properly
- convertPointToScreen(Point, Component) - Static method in class de.sciss.gui.GUIUtil
-
Same as SwingUtilities.convertPointToScreen, but handles JViewports properly
- convertRectangle(Component, Rectangle, Component) - Static method in class de.sciss.gui.GUIUtil
- copyFrames(InterleavedStreamFile, long) - Method in class de.sciss.io.AudioFile
-
Copies sample frames from a source sound file to a target file (either another sound file or any other class implementing the
InterleavedStreamFileinterface). - copyFrames(InterleavedStreamFile, long) - Method in interface de.sciss.io.InterleavedStreamFile
- countListeners() - Method in class de.sciss.app.EventManager
-
Get the number of listeners synchronization: MUST BE CALLED FROM THE EVENT DISPATCH THREAD
- CoverGrowBox - Class in de.sciss.gui
- CoverGrowBox() - Constructor for class de.sciss.gui.CoverGrowBox
- create() - Static method in class de.sciss.gui.CoverGrowBox
- create(int, int) - Static method in class de.sciss.gui.CoverGrowBox
- create(AbstractWindow) - Method in class de.sciss.gui.MenuGroup
- create(AbstractWindow) - Method in class de.sciss.gui.MenuItem
- create(AbstractWindow) - Method in interface de.sciss.gui.MenuNode
- create(AbstractWindow) - Method in class de.sciss.gui.MenuRadioItem
- createBar(AbstractWindow) - Method in class de.sciss.gui.MenuRoot
- createCacheFileName(File) - Method in class de.sciss.io.CacheManager
- createComponent(Action) - Method in class de.sciss.gui.MenuCheckItem
- createComponent(Action) - Method in class de.sciss.gui.MenuGroup
- createComponent(Action) - Method in class de.sciss.gui.MenuItem
- createComponent(Action) - Method in class de.sciss.gui.MenuRadioItem
- createComponent(Action) - Method in class de.sciss.gui.MenuRoot
- createComponent(Action) - Method in class de.sciss.gui.MenuSeparator
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class de.sciss.gui.MultiStateButton
- createDocumentHandler() - Method in class de.sciss.common.BasicApplication
- createEmptyDirectory(File) - Static method in class de.sciss.io.IOUtil
-
Creates a new empty directory.
- createEmptyFile(File) - Static method in class de.sciss.io.IOUtil
-
Creates an empty file.
- createGradientPanel() - Static method in class de.sciss.gui.GUIUtil
- createIcon(int, int) - Method in class de.sciss.gui.TiledImage
-
Creates a new
Iconfrom thisTiledImage, using one particular tile of this image. - createIntSpace(int, int) - Static method in class de.sciss.util.NumberSpace
-
Utility method for creating a generic integer space for a given minimum and maximum value.
- createKeyAction(AbstractButton, KeyStroke) - Static method in class de.sciss.gui.GUIUtil
-
Convenience method that will add new corresponding entries in a button's input and action map, such that a given
KeyStrokewill cause aDoClickActionto be performed on that button. - createLinLogSpace(double, double, double, double, double, String, String, String, String) - Static method in class de.sciss.gui.VectorSpace
-
Creates a space whose horizontal axis is linearly scaled and vertical axis is logarithmically scaled.
- createLinSpace(double, double, double, double, String, String, String, String) - Static method in class de.sciss.gui.VectorSpace
- createLogLinSpace(double, double, double, double, double, String, String, String, String) - Static method in class de.sciss.gui.VectorSpace
- createLogSpace(double, double, double, double, double, double, String, String, String, String) - Static method in class de.sciss.gui.VectorSpace
- createMenuFactory() - Method in class de.sciss.common.BasicApplication
- createNorthPane(JInternalFrame) - Method in class de.sciss.gui.EmptyInternalFrameUI
- createOpenRecentAction(String, File) - Method in class de.sciss.common.BasicMenuFactory
- createPathButton(int) - Method in class de.sciss.common.BasicPathField
- createPathButton(int) - Method in class de.sciss.gui.PathField
- createRedoAction() - Method in class de.sciss.app.UndoManager
- createTempFile() - Static method in class de.sciss.io.IOUtil
-
Creates a new temporary file, using the preferred temp file folder (
KEY_TEMPDIR). - createTempFile(String, String) - Static method in class de.sciss.io.IOUtil
-
Create a new temporary file with specified prefix and suffix.
- createUndoAction() - Method in class de.sciss.app.UndoManager
- createView(int) - Method in class de.sciss.gui.DefaultUnitViewFactory
- createView(int) - Method in interface de.sciss.gui.ParamField.UnitViewFactory
- createWindow(int) - Method in interface de.sciss.app.WindowHandler
- createWindow(int) - Method in class de.sciss.common.BasicWindowHandler
- createWindowHandler() - Method in class de.sciss.common.BasicApplication
- CRUCIAL_MASK - Static variable in class de.sciss.util.ParamSpace
- currentSpace - Variable in class de.sciss.gui.ParamField
- currentThread() - Static method in class de.sciss.common.ProcessingThread
- cycle - Variable in class de.sciss.gui.UnitLabel
D
- dco - Variable in class de.sciss.gui.AquaWindowBar
- de.sciss - package de.sciss
- de.sciss.app - package de.sciss.app
- de.sciss.common - package de.sciss.common
- de.sciss.gui - package de.sciss.gui
- de.sciss.io - package de.sciss.io
- de.sciss.util - package de.sciss.util
- deactivateHelpMode() - Method in class de.sciss.gui.HelpGlassPane
- DEBUG_EVENTS - Static variable in class de.sciss.app.EventManager
- debugDump() - Method in class de.sciss.app.EventManager
- debugDump() - Method in class de.sciss.io.CacheManager
- debugDump(int) - Method in class de.sciss.app.AbstractCompoundEdit
- debugDump(int) - Method in class de.sciss.app.BasicUndoableEdit
- debugDump(int) - Method in interface de.sciss.app.PerformableEdit
- DECIBEL - Static variable in class de.sciss.util.ParamSpace
- decode(byte[]) - Static method in class de.sciss.io.AudioFileCacheInfo
- DEFAULT_HOLD_DUR - Static variable in class de.sciss.gui.PeakMeter
- DEFAULT_SIZE - Static variable in class de.sciss.gui.ModificationButton
- DEFAULT_SIZE - Static variable in class de.sciss.gui.TreeExpanderButton
- DEFAULT_UNIT - Static variable in class de.sciss.util.ParamSpace
- defaultProxy - Variable in class de.sciss.gui.MenuGroup
- DefaultUnitTranslator - Class in de.sciss.util
- DefaultUnitTranslator() - Constructor for class de.sciss.util.DefaultUnitTranslator
- DefaultUnitViewFactory - Class in de.sciss.gui
- DefaultUnitViewFactory() - Constructor for class de.sciss.gui.DefaultUnitViewFactory
- DEGREES - Static variable in class de.sciss.util.ParamSpace
- deinstallFrom(JComponent, int) - Method in class de.sciss.gui.MenuAction
-
Deinstalls this action from the keyboard input and action map of the given component.
- deleteAll(File) - Static method in class de.sciss.io.IOUtil
-
Deletes a file or directory.
- deliverChanges() - Method in class de.sciss.app.DynamicPrefChangeManager
- deriveFrom(PathField[], String) - Method in class de.sciss.gui.PathField
-
PathFieldoffers a mechanism to automatically derive a path name from a "mother"PathField. - DESCENDING - Static variable in class de.sciss.gui.SortedTableModel
- desktop - Variable in class de.sciss.common.BasicWindowHandler
- destroy(AbstractWindow) - Method in class de.sciss.gui.MenuGroup
- destroy(AbstractWindow) - Method in class de.sciss.gui.MenuItem
- destroy(AbstractWindow) - Method in interface de.sciss.gui.MenuNode
- destroy(AbstractWindow) - Method in class de.sciss.gui.MenuRadioItem
- DIM_MASK - Static variable in class de.sciss.util.ParamSpace
- dimensionToString(Dimension) - Static method in class de.sciss.common.AppWindow
- discardAllEdits() - Method in class de.sciss.app.UndoManager
-
Purge the undo history and update the undo / redo actions enabled / disabled state.
- dispatchChange(int, boolean) - Method in class de.sciss.gui.Jog
- dispatchEvent(BasicEvent) - Method in class de.sciss.app.EventManager
-
Puts a new event in the queue.
- displayArc - Variable in class de.sciss.gui.Jog
- displayError(Component, Exception, String) - Static method in class de.sciss.gui.GUIUtil
-
Displays an error message dialog by examining a given
Exception. - displayError(Exception, String) - Method in interface de.sciss.gui.ProgressComponent
-
Asks the component to display an error dialog.
- Disposable - Interface in de.sciss.util
- dispose() - Method in interface de.sciss.app.AbstractWindow
- dispose() - Method in class de.sciss.app.EventManager
- dispose() - Method in class de.sciss.common.AppWindow
-
Frees resources, clears references
- dispose() - Method in class de.sciss.common.ProcessingThread
- dispose() - Method in class de.sciss.common.ShowWindowAction
- dispose() - Method in class de.sciss.gui.AboutBox
- dispose() - Method in class de.sciss.gui.AquaWindowBar
- dispose() - Method in class de.sciss.gui.Axis
- dispose() - Method in class de.sciss.gui.ComponentHost
- dispose() - Method in class de.sciss.gui.HelpFrame
- dispose() - Method in class de.sciss.gui.MultiStateButton
- dispose() - Method in class de.sciss.gui.PeakMeter
- dispose() - Method in class de.sciss.gui.PeakMeterGroup
- dispose() - Method in class de.sciss.gui.PeakMeterPanel
- dispose() - Method in class de.sciss.gui.TemporaryFocusTracker
- dispose() - Method in interface de.sciss.util.Disposable
- disposed - Variable in class de.sciss.common.ShowWindowAction
- DoClickAction - Class in de.sciss.gui
-
An
AbstractActionthat is linked to a button component. - DoClickAction(AbstractButton) - Constructor for class de.sciss.gui.DoClickAction
-
Creates a new
DoClickActionfor a given button. - DoClickAction(AbstractButton, KeyStroke) - Constructor for class de.sciss.gui.DoClickAction
-
Creates a new
DoClickActionfor a given button. - Document - Interface in de.sciss.app
-
The
Documentinterface is an attempt to create common classes and interfaces (the packagede.sciss.app) which can be shared by different programmes, such as Meloncillo or FScape, without having to make adjustments in different places each time a modification is made. - documentAdded(DocumentEvent) - Method in interface de.sciss.app.DocumentListener
-
Notifies the listener that a document has been created and added to the list of open documents.
- documentAdded(DocumentEvent) - Method in class de.sciss.common.BasicMenuFactory
- DocumentEvent - Class in de.sciss.app
-
This kind of event is fired from a
DocumentHandlerwhen a document as been created, destroyed or switched. - DocumentEvent(Object, int, long, Document) - Constructor for class de.sciss.app.DocumentEvent
-
Constructs a new
DocumentEvent - documentFocussed(DocumentEvent) - Method in interface de.sciss.app.DocumentListener
-
Notifies the listener that a the active document has been switched.
- documentFocussed(DocumentEvent) - Method in class de.sciss.common.BasicMenuFactory
- DocumentHandler - Interface in de.sciss.app
-
The
DocumentHandlerinterface describes an object that manages registration and unregistration of documents in a multi-document-environment. - DocumentListener - Interface in de.sciss.app
-
Interface for listening the changes of the list of documents of an application.
- documentRemoved(DocumentEvent) - Method in interface de.sciss.app.DocumentListener
-
Notifies the listener that a document has been removed from the list of open documents and was destroyed.
- documentRemoved(DocumentEvent) - Method in class de.sciss.common.BasicMenuFactory
- DONE - Static variable in interface de.sciss.common.ProcessingThread.Client
- DONE - Static variable in interface de.sciss.gui.ProgressComponent
- dragArc - Variable in class de.sciss.gui.Jog
- dragCursor - Static variable in class de.sciss.gui.Jog
- dragX - Variable in class de.sciss.gui.Jog
- dragY - Variable in class de.sciss.gui.Jog
- DummyAction(String) - Constructor for class de.sciss.gui.MenuNode.DummyAction
- DummyAction(String, KeyStroke) - Constructor for class de.sciss.gui.MenuNode.DummyAction
- DynamicAncestorAdapter - Class in de.sciss.app
-
This class can be added as an
AncestorListenerand will call the passedDynamicListeningobject when the Component becomes visible or invisible in the sense that it's ancestor window is shown or hidden. - DynamicAncestorAdapter(DynamicListening) - Constructor for class de.sciss.app.DynamicAncestorAdapter
-
Constructs a new
DynamicAncestorAdapterwhich will inform theDynamicListeningabout changes in visibility of the ancestor window of the component to which this adapter is added. - DynamicListening - Interface in de.sciss.app
-
This interface is used by Components that need to register and unregister listeners whenever they are shown or hidden in order to improve performance and garbage collection.
- DynamicPrefChangeManager - Class in de.sciss.app
-
A utility class for a mechanism common to many GUI objects : they listen to certain preferences and need to act upon changes.
- DynamicPrefChangeManager(Preferences, String[], PreferenceChangeListener) - Constructor for class de.sciss.app.DynamicPrefChangeManager
- DynamicPrefChangeManager(Preferences, String[], PreferenceChangeListener, boolean) - Constructor for class de.sciss.app.DynamicPrefChangeManager
-
Constructs a new
DynamicPrefChangeManager. - DynamicURLClassLoader - Class in de.sciss.util
-
Extends
java.net.URLClassLoaderto be able to dynamically add URLs to the classpath. - DynamicURLClassLoader() - Constructor for class de.sciss.util.DynamicURLClassLoader
-
Creates a new class loader instance with no custom folders and jars existing.
- DynamicURLClassLoader(ClassLoader) - Constructor for class de.sciss.util.DynamicURLClassLoader
-
Creates a new class loader instance with no custom folders and jars existing.
- DynamicURLClassLoader(URL[]) - Constructor for class de.sciss.util.DynamicURLClassLoader
-
Creates a new class loader instance with a given list of custom folders and jars.
- DynamicURLClassLoader(URL[], ClassLoader) - Constructor for class de.sciss.util.DynamicURLClassLoader
-
Creates a new class loader instance with a given list of custom folders and jars.
E
- editor - Variable in class de.sciss.gui.PrefRecentItemsCombo
- editToBeRedone() - Method in class de.sciss.app.UndoManager
- editToBeUndone() - Method in class de.sciss.app.UndoManager
- elm - Variable in class de.sciss.common.ProcessingThread
- EmptyInternalFrameUI - Class in de.sciss.gui
-
A rather quick and dirty hack to be able to produce borderless JInternalFrames.
- EmptyInternalFrameUI(JInternalFrame) - Constructor for class de.sciss.gui.EmptyInternalFrameUI
- encode() - Method in class de.sciss.io.AudioFileCacheInfo
- ENCODING - Static variable in class de.sciss.io.AudioFileFormatPane
-
Constructor-Flag : create sample encoding gadget
- equals(Object) - Method in class de.sciss.gui.StringItem
-
Compares this object to another object
- equals(Object) - Method in class de.sciss.io.AudioFileCacheInfo
- equals(Object) - Method in class de.sciss.io.Marker
- equals(Object) - Method in class de.sciss.io.Span
-
Checks if this span is equal to an object.
- equals(Object) - Method in class de.sciss.util.Param
- evalScheme(String) - Method in class de.sciss.gui.PathField
- Event(AbstractWindow, int) - Constructor for class de.sciss.app.AbstractWindow.Event
- Event(Object, int, long, ProcessingThread) - Constructor for class de.sciss.common.ProcessingThread.Event
- Event(Object, int, long, Param, ParamSpace, ParamSpace.Translator, boolean) - Constructor for class de.sciss.gui.ParamField.Event
- EventManager - Class in de.sciss.app
-
A custom event dispatcher which carefully deals with synchronization issues.
- EventManager() - Constructor for class de.sciss.app.EventManager
- EventManager(EventManager.Processor) - Constructor for class de.sciss.app.EventManager
- EventManager.Processor - Interface in de.sciss.app
-
Callers of the EventManager constructor must provide an object implementing this interface
- eventProcessor - Variable in class de.sciss.app.EventManager
- exception - Variable in class de.sciss.common.ProcessingThread
- expandScheme(String) - Method in class de.sciss.gui.PathField
F
- FAILED - Static variable in interface de.sciss.common.ProcessingThread.Client
- FAILED - Static variable in interface de.sciss.gui.ProgressComponent
- fch - Variable in class de.sciss.io.AudioFile
- file - Variable in class de.sciss.io.AudioFileDescr
-
This denotes a corresponding file on a harddisk.
- file - Variable in class de.sciss.io.AudioFileRegion
- find(List, String, int) - Static method in class de.sciss.io.Marker
-
Gets the index for specific marker in a list.
- find(List, String, int) - Static method in class de.sciss.io.Region
-
Gets the index for specific region in a list.
- findClass(String) - Method in class de.sciss.util.DynamicURLClassLoader
- finish(int) - Method in class de.sciss.gui.ProgressBar
-
Finish the progression.
- finishProgression(int) - Method in interface de.sciss.gui.ProgressComponent
-
Asks the component to indicate that the progression is finished.
- fireNumberChanged() - Method in class de.sciss.gui.NumberField
- fireSpaceChanged() - Method in class de.sciss.gui.ParamField
- fireUnitChanged() - Method in class de.sciss.gui.UnitLabel
- fireValueChanged(boolean) - Method in class de.sciss.gui.ParamField
- fitValue(double) - Method in class de.sciss.util.NumberSpace
-
Validates a value for this number space.
- fitValue(double, double, double, double) - Static method in class de.sciss.util.NumberSpace
-
Validates a value for an ad-hoc number space.
- FIXEDBOUNDS - Static variable in class de.sciss.gui.Axis
-
Flag: Requests that the space's min and max are always displayed and hence subdivision are made according to the bounds
- Flag - Class in de.sciss.util
-
A mutable Boolean essentially.
- Flag(boolean) - Constructor for class de.sciss.util.Flag
- flavor - Static variable in class de.sciss.io.AudioFileRegion
- FloatingPaletteHandler - Class in de.sciss.gui
-
Regular windows and floating palettes register themselves with a a
FloatingPaletteHandler. - FloatingPaletteHandler() - Constructor for class de.sciss.gui.FloatingPaletteHandler
- flush() - Method in class de.sciss.io.AudioFile
-
Flushes pending buffer content, and updates the sound file header information (i.e.
- flush() - Method in interface de.sciss.io.InterleavedStreamFile
- flushProgression() - Static method in class de.sciss.common.ProcessingThread
- focusGained(FocusEvent) - Method in class de.sciss.gui.MultiStateButton
- focusGained(FocusEvent) - Method in class de.sciss.gui.TemporaryFocusTracker
- focusLost(FocusEvent) - Method in class de.sciss.gui.MultiStateButton
- focusLost(FocusEvent) - Method in class de.sciss.gui.TemporaryFocusTracker
- FOCUSSED - Static variable in class de.sciss.app.DocumentEvent
-
returned by getID() : the document has become the active document
- FONT_BOLDSYSTEM - Static variable in interface de.sciss.app.GraphicsHandler
- FONT_LABEL - Static variable in interface de.sciss.app.GraphicsHandler
- FONT_MEDIUM - Static variable in interface de.sciss.app.GraphicsHandler
- FONT_MINI - Static variable in interface de.sciss.app.GraphicsHandler
- FONT_SIZE_MASK - Static variable in interface de.sciss.app.GraphicsHandler
- FONT_SMALL - Static variable in interface de.sciss.app.GraphicsHandler
- FONT_SYSTEM - Static variable in interface de.sciss.app.GraphicsHandler
- FONT_TYPE_MASK - Static variable in interface de.sciss.app.GraphicsHandler
- FONT_USER - Static variable in interface de.sciss.app.GraphicsHandler
- FORMAT - Static variable in class de.sciss.io.AudioFileFormatPane
-
Constructor-Flag : create file type gadget
- FORMAT_ENCODING_RATE - Static variable in class de.sciss.io.AudioFileFormatPane
-
Constructor-Flag : conventient combination of
FORMAT,ENCODINGandRATE. - FORMAT_FLOAT - Static variable in class de.sciss.io.AudioFileDescr
-
sampleFormat type : pcm floating point
- FORMAT_INT - Static variable in class de.sciss.io.AudioFileDescr
-
sampleFormat type : linear pcm integer
- formatTime(Number) - Method in class de.sciss.gui.TimeFormat
-
Creates a formatted string using a parameter for seconds synchronization: when called concurrently, explicit synchronization must be enforced
- fracDigitsFromQuant(double) - Static method in class de.sciss.util.NumberSpace
- frameBufCapacity - Variable in class de.sciss.io.AudioFile
- frames - Variable in class de.sciss.gui.FloatingPaletteHandler
- FREQ - Static variable in class de.sciss.util.ParamSpace
- fromDescr(AudioFileDescr) - Method in class de.sciss.io.AudioFileFormatPane
-
Copy a sound format from the given
AudioFileDescrto the corresponding gadgets in the pane. - fromPrefs(Preferences, String, Param) - Static method in class de.sciss.util.Param
G
- GAIN - Static variable in class de.sciss.io.AudioFileFormatPane
-
Constructor-Flag : create gain gadget
- GAIN_NORMALIZE - Static variable in class de.sciss.io.AudioFileFormatPane
-
Constructor-Flag : conventient combination of
GAINandNORMALIZE. - genericDoubleSpace - Static variable in class de.sciss.util.NumberSpace
-
Ready-made NumberField for double values, without boundaries.
- genericIntSpace - Static variable in class de.sciss.util.NumberSpace
-
Ready-made NumberField for integer values, without boundaries.
- get(int) - Method in class de.sciss.gui.MenuGroup
- get(AbstractWindow, String) - Method in class de.sciss.gui.MenuGroup
- get(String) - Method in class de.sciss.gui.MenuGroup
- getAction() - Method in class de.sciss.gui.MenuItem
- getAction() - Method in interface de.sciss.gui.MenuNode
- getAction(AbstractWindow) - Method in class de.sciss.gui.MenuItem
- getActionMap() - Method in interface de.sciss.app.AbstractWindow
- getActionMap() - Method in class de.sciss.common.AppWindow
- getActiveDocument() - Method in class de.sciss.app.AbstractDocumentHandler
- getActiveDocument() - Method in interface de.sciss.app.DocumentHandler
-
Determines the currently active document.
- getApplication() - Static method in class de.sciss.app.AbstractApplication
-
Returns the current runtime's application.
- getApplication() - Method in interface de.sciss.app.Document
-
Returns the application carrying this document.
- getApplication() - Method in class de.sciss.common.BasicMenuFactory
- getAquaColorVariant() - Static method in class de.sciss.gui.AquaFocusBorder
- getAscent() - Method in class de.sciss.gui.PeakMeterCaption
- getAutoStep() - Method in class de.sciss.gui.MultiStateButton
- getBorderInsets(Component) - Method in class de.sciss.gui.AquaFocusBorder
- getBorderInsets(Component) - Method in class de.sciss.gui.ComboBoxEditorBorder
- getBorderInsets(Component) - Method in class de.sciss.gui.RecessedBorder
- getBorderInsets(Component, Insets) - Method in class de.sciss.gui.AquaFocusBorder
- getBorderInsets(Component, Insets) - Method in class de.sciss.gui.ComboBoxEditorBorder
- getBorderInsets(Component, Insets) - Method in class de.sciss.gui.RecessedBorder
- getBounds() - Method in interface de.sciss.app.AbstractWindow
- getBounds() - Method in class de.sciss.common.AppWindow
- getByAction(AbstractWindow, Action) - Method in class de.sciss.gui.MenuGroup
- getByAction(Action) - Method in class de.sciss.gui.MenuGroup
- getCapacity() - Method in class de.sciss.gui.PathList
- getCapacity() - Method in class de.sciss.io.CacheManager
- getChannelNum() - Method in class de.sciss.io.AudioFile
-
Returns the number of channels in the file.
- getChannelNum() - Method in interface de.sciss.io.InterleavedStreamFile
- getClassPrefs() - Method in class de.sciss.common.AppWindow
- getClearAction() - Method in class de.sciss.gui.LogTextArea
- getClientArg(Object) - Method in class de.sciss.common.ProcessingThread
- getClientMap() - Method in class de.sciss.common.ProcessingThread
- getClipboard() - Method in class de.sciss.app.AbstractApplication
-
Returns the system's clipboard, or a local clipboard if security permits to retrieve the system clipboard.
- getClipboard() - Method in interface de.sciss.app.Application
-
Returns the clipboard used by the application.
- getCollectAction() - Method in class de.sciss.common.BasicWindowHandler
- getColumnClass(int) - Method in class de.sciss.gui.SortedTableModel
- getColumnCount() - Method in class de.sciss.gui.SortedTableModel
- getColumnName(int) - Method in class de.sciss.gui.SortedTableModel
- getComboGate() - Method in class de.sciss.gui.ParamField
- getComparator(int) - Method in class de.sciss.gui.SortedTableModel
- getComponent() - Method in class de.sciss.app.DynamicAncestorAdapter
- getComponent() - Method in class de.sciss.common.ProcessingThread
- getComponent() - Method in interface de.sciss.gui.ProgressComponent
-
Gets the component responsible for displaying progression, such as a ProgressBar.
- getComponent(Object) - Method in class de.sciss.app.AbstractApplication
-
synchronization: this method is synchronized
- getComponent(Object) - Method in interface de.sciss.app.Application
-
Retrieves a specific component (such as a GUI frame) of the application.
- getComponentAfter(Container, Component) - Method in class de.sciss.gui.NoFocusTraversalPolicy
- getComponentBefore(Container, Component) - Method in class de.sciss.gui.NoFocusTraversalPolicy
- getContentPane() - Method in interface de.sciss.app.AbstractWindow
- getContentPane() - Method in class de.sciss.common.AppWindow
- getCurrentLoader() - Method in class de.sciss.util.URLClassLoaderManager
- getCycling() - Method in class de.sciss.gui.ParamField
- getCycling() - Method in class de.sciss.gui.UnitLabel
- getDebugDumpAction() - Method in class de.sciss.app.UndoManager
-
Get an Action object that will dump the current undo history to the console.
- getDebugDumpAction() - Method in class de.sciss.io.CacheManager
-
Get an Action object that will dump the current cache status to the console.
- getDefaultCloseOperation() - Method in class de.sciss.gui.AquaWindowBar
- getDefaultComponent(Container) - Method in class de.sciss.gui.NoFocusTraversalPolicy
- getDescent() - Method in class de.sciss.gui.PeakMeterCaption
- getDescr() - Method in class de.sciss.io.AudioFile
-
Returns a description of the audio file's format.
- getDesktop() - Method in class de.sciss.common.BasicWindowHandler
- getDocument() - Method in class de.sciss.app.DocumentEvent
-
Queries the related document
- getDocument() - Method in class de.sciss.app.UndoManager
- getDocument(int) - Method in class de.sciss.app.AbstractDocumentHandler
- getDocument(int) - Method in interface de.sciss.app.DocumentHandler
-
Returns one of the open documents.
- getDocumentCount() - Method in class de.sciss.app.AbstractDocumentHandler
- getDocumentCount() - Method in interface de.sciss.app.DocumentHandler
-
Returns the number of open documents
- getDocumentFilter() - Method in class de.sciss.gui.TimeFormatter
- getDocumentHandler() - Method in interface de.sciss.app.Application
- getDocumentHandler() - Method in class de.sciss.common.BasicApplication
- getEditorComponent() - Method in class de.sciss.gui.ParamField
- getEditorComponent() - Method in class de.sciss.gui.PrefTextField
- getEdits() - Method in class de.sciss.app.UndoManager
- getEncodingString() - Method in class de.sciss.io.AudioFileFormatPane
-
Returns a text representation of the encoding (integer/floating point and bit depth).
- getException() - Method in class de.sciss.common.ProcessingThread
-
Queries the last exception thrown in the run method.
- getFile() - Method in class de.sciss.io.AudioFile
-
Returns the file that was used to open the audio file.
- getFile() - Method in interface de.sciss.io.InterleavedStreamFile
- getFilter() - Method in class de.sciss.gui.PathButton
-
Queries the current item filter for the file dialog.
- getFilter() - Method in class de.sciss.gui.PathField
-
Queries the current item filter for the file dialog.
- getFirstComponent(Container) - Method in class de.sciss.gui.NoFocusTraversalPolicy
- getFlags() - Method in class de.sciss.gui.Axis
- getFlags() - Method in class de.sciss.gui.NumberField
- getFlags() - Method in class de.sciss.io.AudioFileFormatPane
- getFocussedWindow() - Method in class de.sciss.gui.FloatingPaletteHandler
-
Returns the current applicatin window (the window which was the last to gain focus).
- getFolder() - Method in class de.sciss.io.CacheManager
- getFont(int) - Method in interface de.sciss.app.GraphicsHandler
- getFont(int) - Method in class de.sciss.common.BasicGraphicsHandler
- getFormat() - Method in class de.sciss.gui.PathField
-
Get the string displayed in the format gadget.
- getFormat() - Method in class de.sciss.io.AudioFileDescr
-
Create a human readable text string describing the audio file format.
- getFormatItems() - Static method in class de.sciss.io.AudioFileDescr
-
Gets a list of items suitable to attaching to a PrefComboBox, describing the supported audio file formats.
- getFormatString() - Method in class de.sciss.io.AudioFileFormatPane
-
Returns a text representation of the file format type.
- getFormatSuffix(int) - Static method in class de.sciss.io.AudioFileDescr
-
Gets the suffix commonly used for attaching to a file name of the given format.
- getFormattedTextField() - Method in class de.sciss.gui.TimeFormatter
- getFrameNum() - Method in class de.sciss.io.AudioFile
-
Returns the number of frames in the file.
- getFrameNum() - Method in interface de.sciss.io.InterleavedStreamFile
- getFramePosition() - Method in class de.sciss.io.AudioFile
-
Returns the current file pointer in sample frames
- getFramePosition() - Method in interface de.sciss.io.InterleavedStreamFile
- getGain() - Method in class de.sciss.io.AudioFileFormatPane
-
Return the value of the gain gadget (in decibels).
- getGraphicsHandler() - Method in interface de.sciss.app.Application
- getGraphicsHandler() - Method in class de.sciss.common.BasicApplication
- getHeaderRendererIcon(int) - Method in class de.sciss.gui.SortedTableModel
- getHelpFile() - Method in class de.sciss.gui.HelpButton
- getHelpFileURL() - Method in class de.sciss.gui.HelpButton
- getHoldDecibels() - Method in class de.sciss.gui.PeakMeter
- getIconHeight() - Method in class de.sciss.gui.UnitLabel
-
This method is part of the implementation of the
Iconinterface and should not be called directly. - getIconWidth() - Method in class de.sciss.gui.UnitLabel
-
This method is part of the implementation of the
Iconinterface and should not be called directly. - getID() - Method in class de.sciss.app.BasicEvent
-
Requests an identifier specifying the exact type of action that was performed.
- getID() - Method in class de.sciss.gui.MenuItem
- getID() - Method in interface de.sciss.gui.MenuNode
- getIgnoreFocus() - Method in class de.sciss.gui.KeyedAction
- getInitialComponent(Window) - Method in class de.sciss.gui.NoFocusTraversalPolicy
- getInputMap(int) - Method in interface de.sciss.app.AbstractWindow
- getInputMap(int) - Method in class de.sciss.common.AppWindow
- getInsets() - Method in interface de.sciss.app.AbstractWindow
- getInsets() - Method in class de.sciss.common.AppWindow
- getInstance() - Static method in class de.sciss.gui.FloatingPaletteHandler
- getInstance(Application) - Static method in class de.sciss.gui.FloatingPaletteHandler
- getItem() - Method in class de.sciss.gui.ParamField
- getItem() - Method in class de.sciss.gui.PrefTextField
- getJMenuBar() - Method in interface de.sciss.app.AbstractWindow
- getJMenuBar() - Method in class de.sciss.common.AppWindow
- getKey() - Method in class de.sciss.gui.StringItem
-
Queries the key.
- getLastComponent(Container) - Method in class de.sciss.gui.NoFocusTraversalPolicy
- getLastModifiers() - Method in class de.sciss.gui.MultiStateButton
- getLength() - Method in class de.sciss.io.Span
-
Queries the span's extent (duration, length etc.)
- getListener(int) - Method in class de.sciss.app.EventManager
-
Gets a listener from the list synchronization: MUST BE CALLED FROM THE EVENT DISPATCH THREAD
- getLocation() - Method in interface de.sciss.app.AbstractWindow
- getLocation() - Method in class de.sciss.common.AppWindow
- getLogStream() - Method in class de.sciss.gui.LogTextArea
- getMasterFrame() - Method in class de.sciss.common.BasicWindowHandler
- getMaximumValue() - Method in class de.sciss.gui.SpringPanel.ComponentHeightRatioSpring
- getMaximumValue() - Method in class de.sciss.gui.SpringPanel.ComponentWidthRatioSpring
- getMaximumValue() - Method in class de.sciss.gui.SpringPanel.RatioSpring
- getMenuBarBorrower() - Method in class de.sciss.common.BasicWindowHandler
- getMenuBarRoot() - Method in class de.sciss.common.BasicApplication
- getMenuBarRoot() - Method in class de.sciss.common.BasicWindowHandler
- getMenuFactory() - Method in class de.sciss.common.BasicApplication
- getMinimumValue() - Method in class de.sciss.gui.SpringPanel.ComponentHeightRatioSpring
- getMinimumValue() - Method in class de.sciss.gui.SpringPanel.ComponentWidthRatioSpring
- getMinimumValue() - Method in class de.sciss.gui.SpringPanel.RatioSpring
- getModelIndex(int) - Method in class de.sciss.gui.SortedTableModel
-
Returns the row index in the model based on a row index in the visual (sorted) representation.
- getModelToView() - Method in class de.sciss.gui.SortedTableModel
- getName() - Method in class de.sciss.app.AbstractApplication
- getName() - Method in interface de.sciss.app.Application
-
Returns the application's name.
- getName() - Method in interface de.sciss.app.Document
- getName() - Method in class de.sciss.common.ProcessingThread
- getNavigationFilter() - Method in class de.sciss.gui.TimeFormatter
- getNormalized() - Method in class de.sciss.io.AudioFileFormatPane
-
Return the state of the 'normalized' checkbox of the pane.
- getNoWriteIcon() - Static method in class de.sciss.gui.GUIUtil
-
Returns an
Iconfor a no-write or write-protection indicator. - getNumber() - Method in class de.sciss.gui.NumberEvent
-
Queries the new number
- getNumber() - Method in class de.sciss.gui.NumberField
-
Return the number currently displayed Warning: if the number was set using the
setNumbermethod, it is possible that the returned object is neitherLongnorDouble. - getNumChannels() - Method in class de.sciss.gui.PeakMeter
- getNumChannels() - Method in class de.sciss.gui.PeakMeterGroup
- getNumChannels() - Method in class de.sciss.gui.PeakMeterPanel
- getNumChannels() - Method in interface de.sciss.gui.PeakMeterView
- getNumChannels() - Method in class de.sciss.io.AudioFileCacheInfo
- getNumColumns() - Method in class de.sciss.gui.MultiStateButton
- getNumFrames() - Method in class de.sciss.io.AudioFileCacheInfo
- getOpenAction() - Method in class de.sciss.common.BasicMenuFactory
- getOwnedWindows() - Method in interface de.sciss.app.AbstractWindow
- getOwnedWindows() - Method in class de.sciss.common.AppWindow
- getPaint() - Method in class de.sciss.gui.ColouredTextField
-
Returns the current attached colour.
- getPaint() - Method in class de.sciss.gui.ProgressBar
-
Queries the custom bar colour.
- getPath() - Method in class de.sciss.gui.PathButton
-
Returns the path set for the button or chosen by the user after a file chooser has been shown.
- getPath() - Method in class de.sciss.gui.PathEvent
-
Queries the new path
- getPath() - Method in class de.sciss.gui.PathField
-
Returns the path displayed in the gadget.
- getPath(int) - Method in class de.sciss.gui.PathList
-
Returns a path at some index in the list
- getPathCount() - Method in class de.sciss.gui.PathList
-
Returns the number of paths stored in the list
- getPeakDecibels() - Method in class de.sciss.gui.PeakMeter
- getPreferenceKey() - Method in interface de.sciss.app.PreferenceEntrySync
-
Gets the recently set preference key
- getPreferenceKey() - Method in class de.sciss.gui.KeyStrokeTextField
- getPreferenceKey() - Method in class de.sciss.gui.PrefCheckBox
- getPreferenceKey() - Method in class de.sciss.gui.PrefComboBox
- getPreferenceKey() - Method in class de.sciss.gui.PrefMenuAction
- getPreferenceKey() - Method in class de.sciss.gui.PrefNumberField
- getPreferenceKey() - Method in class de.sciss.gui.PrefParamField
- getPreferenceKey() - Method in class de.sciss.gui.PrefPathField
- getPreferenceKey() - Method in class de.sciss.gui.PrefRecentItemsCombo
- getPreferenceKey() - Method in class de.sciss.gui.PrefTextField
- getPreferenceNode() - Method in interface de.sciss.app.PreferenceEntrySync
-
Gets the recently set preference node
- getPreferenceNode() - Method in class de.sciss.gui.KeyStrokeTextField
- getPreferenceNode() - Method in class de.sciss.gui.PrefCheckBox
- getPreferenceNode() - Method in class de.sciss.gui.PrefComboBox
- getPreferenceNode() - Method in class de.sciss.gui.PrefMenuAction
- getPreferenceNode() - Method in class de.sciss.gui.PrefNumberField
- getPreferenceNode() - Method in class de.sciss.gui.PrefParamField
- getPreferenceNode() - Method in class de.sciss.gui.PrefPathField
- getPreferenceNode() - Method in class de.sciss.gui.PrefRecentItemsCombo
- getPreferenceNode() - Method in class de.sciss.gui.PrefTextField
- getPreferredLocation() - Method in class de.sciss.common.AppWindow
- getPreferredValue() - Method in class de.sciss.gui.SpringPanel.ComponentHeightRatioSpring
- getPreferredValue() - Method in class de.sciss.gui.SpringPanel.ComponentWidthRatioSpring
- getPreferredValue() - Method in class de.sciss.gui.SpringPanel.RatioSpring
- getPresentationName() - Method in class de.sciss.app.AbstractCompoundEdit
- getProcessingThread() - Method in class de.sciss.common.ProcessingThread.Event
- getProgression() - Method in class de.sciss.gui.ProgressBar
-
Queries the progresion
- getProperty(Object) - Method in class de.sciss.io.AudioFileDescr
-
Gets a specific property
- getQuitAction() - Method in class de.sciss.common.BasicApplication
- getRadioGroup() - Method in class de.sciss.gui.MenuRadioItem
- getReadPrefs() - Method in interface de.sciss.app.PreferenceEntrySync
- getReadPrefs() - Method in class de.sciss.gui.KeyStrokeTextField
- getReadPrefs() - Method in class de.sciss.gui.PrefCheckBox
- getReadPrefs() - Method in class de.sciss.gui.PrefComboBox
- getReadPrefs() - Method in class de.sciss.gui.PrefMenuAction
- getReadPrefs() - Method in class de.sciss.gui.PrefNumberField
- getReadPrefs() - Method in class de.sciss.gui.PrefParamField
- getReadPrefs() - Method in class de.sciss.gui.PrefPathField
- getReadPrefs() - Method in class de.sciss.gui.PrefRecentItemsCombo
- getReadPrefs() - Method in class de.sciss.gui.PrefTextField
- getRealized() - Method in class de.sciss.gui.MenuItem
- getRedoAction() - Method in class de.sciss.app.UndoManager
-
Get an Action object that will redo the next step in the undo history.
- getRedoPresentationName() - Method in class de.sciss.app.AbstractCompoundEdit
- getResourceString(String) - Method in class de.sciss.app.AbstractApplication
- getResourceString(String) - Method in class de.sciss.app.AbstractCompoundEdit
- getResourceString(String) - Method in interface de.sciss.app.Application
-
Returns a localized string for a given key.
- getResourceString(String) - Method in class de.sciss.app.BasicUndoableEdit
- getResourceString(String) - Method in class de.sciss.common.BasicMenuFactory
- getResourceString(String) - Static method in class de.sciss.gui.GUIUtil
- getResourceString(String) - Static method in class de.sciss.io.AudioFile
- getResourceString(String) - Static method in class de.sciss.io.IOUtil
- getResourceString(String, String) - Method in class de.sciss.app.AbstractApplication
- getResourceString(String, String) - Method in interface de.sciss.app.Application
-
Returns a localized string for a given key.
- getReturnCode() - Method in class de.sciss.common.ProcessingThread
-
Returns the cient's return code.
- getRowCount() - Method in class de.sciss.gui.SortedTableModel
- getSelectedIndex() - Method in class de.sciss.gui.MultiStateButton
- getSelectedIndex() - Method in class de.sciss.gui.UnitLabel
-
Queries the index of the currently selected unit.
- getSelectedUnit() - Method in class de.sciss.gui.UnitLabel
-
Queries the action for selected index.
- getSize() - Method in interface de.sciss.app.AbstractWindow
- getSize() - Method in class de.sciss.common.AppWindow
- getSortedColumnDirection() - Method in class de.sciss.gui.SortedTableModel
-
Queries the sorted column's direction.
- getSortedColumnIndex() - Method in class de.sciss.gui.SortedTableModel
-
Queries the index of the sorted column.
- getSortingAllowed(int) - Method in class de.sciss.gui.SortedTableModel
-
Defines a column to be sortable or not sortable.
- getSortingStatus(int) - Method in class de.sciss.gui.SortedTableModel
- getSpace() - Method in class de.sciss.gui.NumberField
-
Returns the used number space.
- getSpace() - Method in class de.sciss.gui.ParamField.Event
- getSpace() - Method in class de.sciss.gui.ParamField
- getStart() - Method in class de.sciss.io.Span
-
Queries the span's start.
- getStop() - Method in class de.sciss.io.Span
-
Queries the span's end.
- getStroke() - Method in class de.sciss.gui.KeyedAction
- getSystemPrefs() - Method in class de.sciss.app.AbstractApplication
- getSystemPrefs() - Method in interface de.sciss.app.Application
-
Returns the applications system wide preferences.
- getTableHeader() - Method in class de.sciss.gui.SortedTableModel
- getTableModel() - Method in class de.sciss.gui.SortedTableModel
- getTileHeight() - Method in class de.sciss.gui.TiledImage
-
Queries the tile height
- getTileWidth() - Method in class de.sciss.gui.TiledImage
-
Queries the tile width
- getTitle() - Method in interface de.sciss.app.AbstractWindow
- getTitle() - Method in class de.sciss.common.AppWindow
- getTitle() - Method in class de.sciss.gui.AquaWindowBar
- getTransferData(DataFlavor) - Method in class de.sciss.io.AudioFileRegion
- getTransferDataFlavors() - Method in class de.sciss.io.AudioFileRegion
- getTranslatedValue(ParamSpace) - Method in class de.sciss.gui.ParamField.Event
- getTranslator() - Method in class de.sciss.gui.ParamField
- getType() - Method in class de.sciss.gui.PathField
-
Gets the type of the path field.
- getType() - Method in class de.sciss.io.AudioFileDescr
-
Returns the file format type
- getUndoAction() - Method in class de.sciss.app.UndoManager
-
Get an Action object that will undo the last step in the undo history.
- getUndoManager() - Method in interface de.sciss.app.Document
-
Returns the undo manager responsible for this document.
- getUndoPresentationName() - Method in class de.sciss.app.AbstractCompoundEdit
- getUnit(int) - Method in class de.sciss.gui.UnitLabel
-
Queries the action for a given index.
- getUserPrefs() - Method in class de.sciss.app.AbstractApplication
- getUserPrefs() - Method in interface de.sciss.app.Application
-
Returns the applications user specific preferences.
- getUserPrefs() - Static method in class de.sciss.gui.GUIUtil
- getUserPrefs() - Static method in class de.sciss.io.IOUtil
- getValue() - Method in class de.sciss.gui.ParamField.Event
- getValue() - Method in class de.sciss.gui.ParamField
- getValue() - Method in class de.sciss.gui.SpringPanel.ComponentHeightRatioSpring
- getValue() - Method in class de.sciss.gui.SpringPanel.ComponentWidthRatioSpring
- getValue() - Method in class de.sciss.gui.SpringPanel.RatioSpring
- getValue() - Method in class de.sciss.gui.StringItem
-
Queries the value object.
- getValueAt(int, int) - Method in class de.sciss.gui.SortedTableModel
- getVersion() - Method in interface de.sciss.app.Application
-
Returns the application programme version.
- getVersion() - Static method in class de.sciss.gui.GUIUtil
- getVersion() - Static method in class de.sciss.io.IOUtil
- getVersion() - Static method in class de.sciss.ScissLib
-
Returns the library's version.
- getViewIndex(int) - Method in class de.sciss.gui.SortedTableModel
-
Returns the row index in the view based on a row index in the (non-sorted) model.
- getWhen() - Method in class de.sciss.app.BasicEvent
-
State whens the event has been generated, a timestamp specifying system time millisecs as returned by
System.currentTimeMillis(). - getWindow() - Method in class de.sciss.app.AbstractWindow.Event
- getWindow() - Method in interface de.sciss.app.AbstractWindow
- getWindow() - Method in class de.sciss.common.AppWindow
- getWindowAncestor(Component) - Static method in class de.sciss.common.BasicWindowHandler
- getWindowHandler() - Method in interface de.sciss.app.Application
- getWindowHandler() - Method in class de.sciss.common.AppWindow
- getWindowHandler() - Method in class de.sciss.common.BasicApplication
- getWindows() - Method in interface de.sciss.app.WindowHandler
- getWindows() - Method in class de.sciss.gui.AbstractWindowHandler
- getWindowSpace() - Method in class de.sciss.common.BasicWindowHandler
- getWritePrefs() - Method in interface de.sciss.app.PreferenceEntrySync
- getWritePrefs() - Method in class de.sciss.gui.KeyStrokeTextField
- getWritePrefs() - Method in class de.sciss.gui.PrefCheckBox
- getWritePrefs() - Method in class de.sciss.gui.PrefComboBox
- getWritePrefs() - Method in class de.sciss.gui.PrefMenuAction
- getWritePrefs() - Method in class de.sciss.gui.PrefNumberField
- getWritePrefs() - Method in class de.sciss.gui.PrefParamField
- getWritePrefs() - Method in class de.sciss.gui.PrefPathField
- getWritePrefs() - Method in class de.sciss.gui.PrefRecentItemsCombo
- getWritePrefs() - Method in class de.sciss.gui.PrefTextField
- ggBack - Variable in class de.sciss.gui.HelpFrame
- ggChoose - Variable in class de.sciss.gui.PathField
- ggEdit - Variable in class de.sciss.gui.HelpFrame
- ggFormat - Variable in class de.sciss.gui.PathField
- ggNumber - Variable in class de.sciss.gui.ParamField
- ggPath - Variable in class de.sciss.gui.PathField
- ggTriplet - Variable in class de.sciss.gui.AquaWindowBar
- GradientPanel - Class in de.sciss.gui
- GradientPanel() - Constructor for class de.sciss.gui.GradientPanel
- GraphicsHandler - Interface in de.sciss.app
- gridAdd(JComponent, int, int) - Method in class de.sciss.gui.SpringPanel
-
Add a component to the panel and store its placement information for use in makeGrid.
- gridAdd(JComponent, int, int, int, int) - Method in class de.sciss.gui.SpringPanel
-
Add a component to the panel and store its placement information for use in makeGrid.
- gridAdd(JComponent, Rectangle) - Method in class de.sciss.gui.SpringPanel
-
Add a component to the panel and store its placement information for use in makeGrid.
- guiStroke - Variable in class de.sciss.gui.KeyStrokeTextField
- GUIUtil - Class in de.sciss.gui
-
This is a helper class containing utility static functions for common Swing / GUI operations
H
- hasFailed() - Method in class de.sciss.common.ProcessingThread.Event
- hashCode() - Method in class de.sciss.gui.StringItem
- hashCode() - Method in class de.sciss.io.AudioFileCacheInfo
- hashCode() - Method in class de.sciss.io.Marker
- hashCode() - Method in class de.sciss.io.Span
- hashCode() - Method in class de.sciss.util.Param
- hasMoreElements() - Method in class de.sciss.util.ListEnum
- HelpButton - Class in de.sciss.gui
-
An Aqua-LnF online help button.
- HelpButton() - Constructor for class de.sciss.gui.HelpButton
- HelpButton(String) - Constructor for class de.sciss.gui.HelpButton
- HelpButton(URL) - Constructor for class de.sciss.gui.HelpButton
- HelpFrame - Class in de.sciss.gui
-
A frame displaying online HTML help pages.
- HelpFrame() - Constructor for class de.sciss.gui.HelpFrame
-
Creates a new help frame.
- HelpGlassPane - Class in de.sciss.gui
-
A component suitable for using as a frame's glass pane : it add's a semi transparent colour on top, while intercepting mouse events so as to open help pages for GUI components instead of the normal operation.
- HERTZ - Static variable in class de.sciss.util.ParamSpace
- HHMMSS - Static variable in class de.sciss.gui.NumberField
-
Constructor flag : Format the values as minutes:seconds
- HHMMSS - Static variable in class de.sciss.util.ParamSpace
- history - Variable in class de.sciss.gui.HelpFrame
- historyIndex - Variable in class de.sciss.gui.HelpFrame
- hlabel - Variable in class de.sciss.gui.VectorSpace
- hlog - Variable in class de.sciss.gui.VectorSpace
- hmax - Variable in class de.sciss.gui.VectorSpace
- hmin - Variable in class de.sciss.gui.VectorSpace
- HORIZONTAL - Static variable in class de.sciss.gui.Axis
-
Defines the axis to have horizontal orient
- hSpaceToUnity(double) - Method in class de.sciss.gui.VectorSpace
- hunit - Variable in class de.sciss.gui.VectorSpace
- hUnityToSpace(double) - Method in class de.sciss.gui.VectorSpace
- hyperlinkUpdate(HyperlinkEvent) - Method in class de.sciss.gui.AboutBox
- hyperlinkUpdate(HyperlinkEvent) - Method in class de.sciss.gui.HelpFrame
I
- icnDisabled - Variable in class de.sciss.gui.ModificationButton
- icnNormal - Variable in class de.sciss.gui.ModificationButton
- icnPressed - Variable in class de.sciss.gui.ModificationButton
- IDENTIFIER - Static variable in interface de.sciss.gui.MenuNode
- imgTriplet - Static variable in class de.sciss.gui.AquaWindowBar
- in - Variable in class de.sciss.gui.Jog
- inc - Variable in class de.sciss.util.ParamSpace
- incorporate(BasicEvent) - Method in class de.sciss.app.BasicEvent
-
Asks the event to incorporate the action described by another (older) event.
- incorporate(BasicEvent) - Method in class de.sciss.app.DocumentEvent
- incorporate(BasicEvent) - Method in class de.sciss.common.ProcessingThread.Event
- incorporate(BasicEvent) - Method in class de.sciss.gui.NumberEvent
- incorporate(BasicEvent) - Method in class de.sciss.gui.ParamField.Event
- incorporate(BasicEvent) - Method in class de.sciss.gui.PathEvent
- IndeterminateSpinner - Class in de.sciss.gui
- IndeterminateSpinner() - Constructor for class de.sciss.gui.IndeterminateSpinner
- IndeterminateSpinner(int) - Constructor for class de.sciss.gui.IndeterminateSpinner
- indexOf(AbstractWindow, String) - Method in class de.sciss.gui.MenuGroup
- indexOf(File) - Method in class de.sciss.gui.PathList
-
Determines whether a particular path is included in the list
- indexOf(String) - Method in class de.sciss.gui.MenuGroup
- init() - Method in interface de.sciss.app.AbstractWindow
- init() - Method in class de.sciss.common.AppWindow
-
Subclasses should call this after having constructed their GUI.
- init() - Method in class de.sciss.common.BasicApplication
- init() - Method in class de.sciss.common.BasicMenuFactory
- init() - Method in class de.sciss.common.BasicWindowHandler
- initialized - Variable in class de.sciss.common.AppWindow
- insertItemAt(Object, int) - Method in class de.sciss.gui.PrefComboBox
- installOn(JComponent, int) - Method in class de.sciss.gui.MenuAction
-
Installs this action on the keyboard input and action map of the given component.
- INTEGERS - Static variable in class de.sciss.gui.Axis
-
Flag: Requests that the label values be integers
- InterleavedStreamFile - Interface in de.sciss.io
-
A
RandomAccessFilewrapper class that usingjava.nioand aFloatBufferto write single or multichannel 32bit floating point files, which for instance are used to store trajectory data. - internalFrameActivated(InternalFrameEvent) - Method in class de.sciss.gui.InternalFrameListenerWrapper
- internalFrameClosed(InternalFrameEvent) - Method in class de.sciss.gui.InternalFrameListenerWrapper
- internalFrameClosing(InternalFrameEvent) - Method in class de.sciss.gui.InternalFrameListenerWrapper
- internalFrameDeactivated(InternalFrameEvent) - Method in class de.sciss.gui.InternalFrameListenerWrapper
- internalFrameDeiconified(InternalFrameEvent) - Method in class de.sciss.gui.InternalFrameListenerWrapper
- internalFrameIconified(InternalFrameEvent) - Method in class de.sciss.gui.InternalFrameListenerWrapper
- InternalFrameListenerWrapper - Class in de.sciss.gui
- internalFrameOpened(InternalFrameEvent) - Method in class de.sciss.gui.InternalFrameListenerWrapper
- intersection(Span) - Method in class de.sciss.io.Span
- intersection(Span, Span) - Static method in class de.sciss.io.Span
- IntPrefsMenuAction - Class in de.sciss.gui
-
Adds PreferenceEntrySync functionality to the superclass note that unlike PrefCheckBox and the like, it's only valid to listen to the prefs changes, not the action events
- IntPrefsMenuAction(String, KeyStroke, int) - Constructor for class de.sciss.gui.IntPrefsMenuAction
- IOTextField() - Constructor for class de.sciss.gui.PathField.IOTextField
- IOUtil - Class in de.sciss.io
-
This is a helper class containing utility static functions for common file operations.
- isActive() - Method in interface de.sciss.app.AbstractWindow
- isActive() - Method in class de.sciss.common.AppWindow
- isActive() - Method in class de.sciss.gui.IndeterminateSpinner
- isActive() - Method in class de.sciss.io.CacheManager
- isAdjusting() - Method in class de.sciss.gui.NumberEvent
- isAdjusting() - Method in class de.sciss.gui.ParamField.Event
- isAlwaysOnTop() - Method in class de.sciss.gui.AquaWindowBar
- isAlwaysOnTop(Component) - Static method in class de.sciss.gui.GUIUtil
- isCancelled() - Method in class de.sciss.common.ProcessingThread.Event
- isCellEditable(int, int) - Method in class de.sciss.gui.SortedTableModel
- isDataFlavorSupported(DataFlavor) - Method in class de.sciss.io.AudioFileRegion
- isDirty() - Method in interface de.sciss.app.Document
-
Asks whether this document contains unsaved changes or not.
- isDone() - Method in class de.sciss.common.ProcessingThread.Event
- isEmpty() - Method in class de.sciss.io.Span
-
Checks if the span is empty.
- isExpanded() - Method in class de.sciss.gui.TreeExpanderButton
- isFloating() - Method in interface de.sciss.app.AbstractWindow
- isFloating() - Method in class de.sciss.common.AppWindow
- isInteger() - Method in class de.sciss.util.NumberSpace
-
States if the NumberSpace's quant is integer (and not zero).
- isListening() - Method in class de.sciss.app.DynamicAncestorAdapter
- isMac - Variable in class de.sciss.gui.AquaWindowBar
- isMultiDocumentApplication() - Method in class de.sciss.app.AbstractDocumentHandler
- isMultiDocumentApplication() - Method in interface de.sciss.app.DocumentHandler
-
Determines whether the underlying application handles more than a single open document or not.
- isPropertySupported(String) - Method in class de.sciss.io.AudioFileDescr
-
Reports if a sound file format can handle a particular property.
- isResizable() - Method in interface de.sciss.app.AbstractWindow
- isResizable() - Method in class de.sciss.common.AppWindow
- isRunning() - Method in class de.sciss.common.ProcessingThread
- isSelected() - Method in class de.sciss.gui.MenuCheckItem
- isSet() - Method in class de.sciss.util.Flag
- isSignificant() - Method in class de.sciss.common.BasicCompoundEdit
- isSorting() - Method in class de.sciss.gui.SortedTableModel
-
Queries whether the table is sorted by some column.
- isVisible() - Method in interface de.sciss.app.AbstractWindow
- isVisible() - Method in class de.sciss.common.AppWindow
- itemStateChanged(ItemEvent) - Method in class de.sciss.io.AudioFileFormatPane
J
- jf - Variable in class de.sciss.common.AppWindow
- jif - Variable in class de.sciss.common.AppWindow
- Jog - Class in de.sciss.gui
- Jog() - Constructor for class de.sciss.gui.Jog
- Jog(boolean) - Constructor for class de.sciss.gui.Jog
K
- KEY_APPCODE - Static variable in class de.sciss.io.AudioFileDescr
-
property key : application specific code.
- KEY_COMMENT - Static variable in class de.sciss.io.AudioFileDescr
-
property key : comment text.
- KEY_FLOATINGPALETTES - Static variable in class de.sciss.common.BasicWindowHandler
-
Value: Boolean stating whether palette windows should be floating on top and have palette decoration.
- KEY_GAIN - Static variable in class de.sciss.io.AudioFileDescr
-
property key : playback gain (multiplier).
- KEY_INTERNALFRAMES - Static variable in class de.sciss.common.BasicWindowHandler
-
Value: Boolean stating whether internal frames within one big app frame are used.
- KEY_INTRUDINGSIZE - Static variable in class de.sciss.gui.CoverGrowBox
-
Value: Boolean stating whether frame size (grow) boxes intrude into the frame's pane.
- KEY_KEYSTROKE_HELP - Static variable in class de.sciss.gui.HelpGlassPane
-
Value: Prefs key string "(int) modifiers (int) keyCode" for online help accelerator.
- KEY_LAFDECORATION - Static variable in class de.sciss.common.BasicWindowHandler
-
Value: Boolean stating whether to use the look-and-feel (true) or native (false) decoration for frame borders.
- KEY_LOOP - Static variable in class de.sciss.io.AudioFileDescr
-
property key : loop region.
- KEY_MARKERS - Static variable in class de.sciss.io.AudioFileDescr
-
property key : marker list.
- KEY_REGIONS - Static variable in class de.sciss.io.AudioFileDescr
-
property key : region list.
- KEY_SCREENSPACE - Static variable in class de.sciss.common.BasicWindowHandler
-
Value: Rectangle describing the usable screen space last time the application was launched.
- KEY_TEMPDIR - Static variable in class de.sciss.io.IOUtil
-
Value: String representing the pathname of the temporary files directory.
Has default value: yes!
Node: root - KEY_USERPATHS - Static variable in class de.sciss.gui.PathList
-
Value: Prefs key string representing the path list of a user's set favourite directories.
- keyComparator - Static variable in class de.sciss.gui.StringItem
- KeyedAction - Class in de.sciss.gui
-
A special
Actionclass whose constructor requires an accelerator key. - KeyedAction(KeyStroke) - Constructor for class de.sciss.gui.KeyedAction
- keyPressed(KeyEvent) - Method in class de.sciss.gui.MultiStateButton
- keyReleased(KeyEvent) - Method in class de.sciss.gui.MultiStateButton
- KeyStrokeTextField - Class in de.sciss.gui
-
A specialized textfield that records a keystroke shortcut.
- KeyStrokeTextField() - Constructor for class de.sciss.gui.KeyStrokeTextField
-
Creates a new empty
KeyStrokeTextFieldwith no preferences initially set - KeyStrokeTextField(KeyStroke) - Constructor for class de.sciss.gui.KeyStrokeTextField
-
Creates a new
KeyStrokeTextFieldwith no preferences initially set - keyTyped(KeyEvent) - Method in class de.sciss.gui.MultiStateButton
- KILO - Static variable in class de.sciss.util.ParamSpace
L
- laterInvocation(Object) - Method in class de.sciss.app.DynamicPrefChangeManager
- laterInvocation(Object) - Method in interface de.sciss.app.LaterInvocationManager.Listener
-
Called later in the event thread, this passes the object given to the queue method
- laterInvocation(Object) - Method in class de.sciss.gui.KeyStrokeTextField
- laterInvocation(Object) - Method in class de.sciss.gui.PrefCheckBox
- laterInvocation(Object) - Method in class de.sciss.gui.PrefComboBox
- laterInvocation(Object) - Method in class de.sciss.gui.PrefMenuAction
- laterInvocation(Object) - Method in class de.sciss.gui.PrefNumberField
- laterInvocation(Object) - Method in class de.sciss.gui.PrefParamField
- laterInvocation(Object) - Method in class de.sciss.gui.PrefPathField
- laterInvocation(Object) - Method in class de.sciss.gui.PrefRecentItemsCombo
- laterInvocation(Object) - Method in class de.sciss.gui.PrefTextField
- LaterInvocationManager - Class in de.sciss.app
-
The LaterInvocationManager is a utility bastard synthesized from an EventManager and a Runnable.
- LaterInvocationManager(LaterInvocationManager.Listener) - Constructor for class de.sciss.app.LaterInvocationManager
-
Constructs a new
LaterInvocationManagerwith one particular listener. - LaterInvocationManager.Listener - Interface in de.sciss.app
-
A simple interface describing the method that gets called from the event dispatching thread when new objects have been queued.
- layoutContainer(Container) - Method in class de.sciss.gui.StretchedGridLayout
- lbUnit - Variable in class de.sciss.gui.ParamField
- lbWarn - Variable in class de.sciss.gui.PathField
- length - Variable in class de.sciss.io.AudioFileDescr
-
sound file length in sample frames
- listening - Variable in class de.sciss.app.DynamicAncestorAdapter
- ListEnum - Class in de.sciss.util
- ListEnum(Iterator) - Constructor for class de.sciss.util.ListEnum
- ListEnum(List) - Constructor for class de.sciss.util.ListEnum
- loadHelpFile(String) - Method in class de.sciss.gui.HelpFrame
-
Replaces the window's contents by a new HTML file.
- loadHelpFile(URL) - Method in class de.sciss.gui.HelpFrame
- loadURL() - Method in class de.sciss.gui.HelpFrame
- logFile - Variable in class de.sciss.gui.LogTextArea
- logFileWriter - Variable in class de.sciss.gui.LogTextArea
- LogTextArea - Class in de.sciss.gui
-
A
JTextAreaencompassing aPrintWriterthat can be used as an alternative to the standardSystem.outorSystem.errobjects. - LogTextArea() - Constructor for class de.sciss.gui.LogTextArea
- LogTextArea(int, int, boolean, File) - Constructor for class de.sciss.gui.LogTextArea
-
Constructs a new text area for logging messages.
- lookAndFeelUpdate() - Static method in class de.sciss.common.AppWindow
-
Updates Swing component tree for all frames after a look-and-feel change
- LooseFocusAction - Class in de.sciss.gui
- LooseFocusAction(JComponent) - Constructor for class de.sciss.gui.LooseFocusAction
M
- main(String[]) - Static method in class de.sciss.ScissLib
- makeCompactGrid() - Method in class de.sciss.gui.SpringPanel
-
Aligns all the gadgets in a compact grid whose virtual cells are as small as possible (calculated from the maximum width of a column and maximum height of a row).
- makeCompactGrid(boolean, boolean) - Method in class de.sciss.gui.SpringPanel
-
Aligns all the gadgets in a compact grid whose virtual cells are as small as possible (calculated from the maximum width of a column and maximum height of a row).
- makeCompactSpringGrid(Container, int, int, int, int, int, int) - Static method in class de.sciss.gui.GUIUtil
-
Aligns the first
rows*colscomponents ofparentin a grid. - makeGrid(boolean) - Method in class de.sciss.gui.SpringPanel
-
Aligns all the gadgets in a regular grid whose virtual cells are all of the same size (calculated from the maximum dimensions of all cells).
- makeSpringGrid(Container, int, int, int, int, int, int) - Static method in class de.sciss.gui.GUIUtil
-
Aligns the first
rows*colscomponents ofparentin a grid. - makeSystemOutput() - Method in class de.sciss.gui.LogTextArea
- makeTestFrame(int, int) - Static method in class de.sciss.gui.MultiStateButton
- map(Exception) - Static method in class de.sciss.io.IOUtil
-
Input/output methods sometimes contain methods from other java API that throw exceptions which are not subclasses of
IOException. - mapRealized - Variable in class de.sciss.gui.MenuItem
- Marker - Class in de.sciss.io
-
A struct class: marker in an audio file.
- Marker(long, String) - Constructor for class de.sciss.io.Marker
-
Constructs a new immutable marker
- Marker(Marker) - Constructor for class de.sciss.io.Marker
-
Constructs a new immutable marker identical to a given marker.
- max - Variable in class de.sciss.util.NumberSpace
-
Maximum allowed value or Double.POSITIVE_INFINITY
- maxFracDigits - Variable in class de.sciss.util.NumberSpace
- MAXGADGET - Static variable in class de.sciss.gui.AquaWindowBar
- maximum - Variable in class de.sciss.gui.ProgressBar
- maxItems - Variable in class de.sciss.gui.PrefRecentItemsCombo
- MENU_SHORTCUT - Static variable in class de.sciss.common.BasicMenuFactory
-
KeyStrokemodifier mask representing the platform's default menu accelerator (e.g. - MenuAction - Class in de.sciss.gui
-
A simple extension of
AbstractActionthat puts aKeyStrokeinto itsACCELERATOR_KEYfield. - MenuAction() - Constructor for class de.sciss.gui.MenuAction
-
Constructs a new
MenuActionwithout name and accelerator key. - MenuAction(String) - Constructor for class de.sciss.gui.MenuAction
-
Constructs a new
MenuActionwithout accelerator key. - MenuAction(String, KeyStroke) - Constructor for class de.sciss.gui.MenuAction
-
Constructs a new
MenuActionwith the given text and accelerator shortcut which will be used when the action is attached to aJMenuItem. - MenuCheckItem - Class in de.sciss.gui
- MenuCheckItem(String, Action) - Constructor for class de.sciss.gui.MenuCheckItem
- MenuGroup - Class in de.sciss.gui
- MenuGroup(String, String) - Constructor for class de.sciss.gui.MenuGroup
- MenuGroup(String, Action) - Constructor for class de.sciss.gui.MenuGroup
- MenuItem - Class in de.sciss.gui
- MenuItem(String, String) - Constructor for class de.sciss.gui.MenuItem
- MenuItem(String, String, KeyStroke) - Constructor for class de.sciss.gui.MenuItem
- MenuItem(String, Action) - Constructor for class de.sciss.gui.MenuItem
- MenuItem.Realized - Class in de.sciss.gui
- MenuNode - Interface in de.sciss.gui
- MenuNode.DummyAction - Class in de.sciss.gui
- MenuRadioGroup - Class in de.sciss.gui
- MenuRadioGroup() - Constructor for class de.sciss.gui.MenuRadioGroup
- MenuRadioItem - Class in de.sciss.gui
- MenuRadioItem(MenuRadioGroup, String, Action) - Constructor for class de.sciss.gui.MenuRadioItem
- MenuRoot - Class in de.sciss.gui
- MenuRoot() - Constructor for class de.sciss.gui.MenuRoot
- MenuSeparator - Class in de.sciss.gui
- MenuSeparator() - Constructor for class de.sciss.gui.MenuSeparator
- meters - Variable in class de.sciss.gui.PeakMeterPanel
- METERS - Static variable in class de.sciss.util.ParamSpace
- meterUpdate(float[], int, long) - Method in class de.sciss.gui.PeakMeter
- meterUpdate(float[], int, long) - Method in class de.sciss.gui.PeakMeterGroup
- meterUpdate(float[], int, long) - Method in class de.sciss.gui.PeakMeterPanel
- meterUpdate(float[], int, long) - Method in interface de.sciss.gui.PeakMeterView
- mgRecent - Variable in class de.sciss.common.BasicMenuFactory
- MIDINOTE - Static variable in class de.sciss.util.ParamSpace
- MILLI - Static variable in class de.sciss.util.ParamSpace
- millisToSamples(AudioFileDescr, double) - Static method in class de.sciss.io.AudioFileDescr
-
Utility method to convert milliseconds to sample frames according to the given audio file format
- mimic(Action) - Method in class de.sciss.gui.MenuAction
-
Copies the mappings of a given
Actionto thisAction. - min - Variable in class de.sciss.util.NumberSpace
-
Minimum allowed value or Double.NEGATIVE_INFINITY
- minFracDigits - Variable in class de.sciss.util.NumberSpace
- MINGADGET - Static variable in class de.sciss.gui.AquaWindowBar
- MIRROIR - Static variable in class de.sciss.gui.Axis
-
Flag: Defines the axis to have flipped min/max values.
- modelToView - Variable in class de.sciss.gui.SortedTableModel
- ModificationButton - Class in de.sciss.gui
- ModificationButton(int) - Constructor for class de.sciss.gui.ModificationButton
- ModificationButton(int, int) - Constructor for class de.sciss.gui.ModificationButton
- ModificationButton(Icon, Icon, Icon) - Constructor for class de.sciss.gui.ModificationButton
- mouseClicked(MouseEvent) - Method in class de.sciss.gui.MultiStateButton
- mouseClicked(MouseEvent) - Method in class de.sciss.gui.TemporaryFocusTracker
- mouseClicked(MouseEvent) - Method in class de.sciss.gui.TreeExpanderButton
- mouseDragged(MouseEvent) - Method in class de.sciss.gui.MultiStateButton
- mouseDragged(MouseEvent) - Method in class de.sciss.gui.TreeExpanderButton
- mouseEntered(MouseEvent) - Method in class de.sciss.gui.MultiStateButton
- mouseEntered(MouseEvent) - Method in class de.sciss.gui.TemporaryFocusTracker
- mouseEntered(MouseEvent) - Method in class de.sciss.gui.TreeExpanderButton
- mouseExited(MouseEvent) - Method in class de.sciss.gui.MultiStateButton
- mouseExited(MouseEvent) - Method in class de.sciss.gui.TemporaryFocusTracker
- mouseExited(MouseEvent) - Method in class de.sciss.gui.TreeExpanderButton
- mouseMoved(MouseEvent) - Method in class de.sciss.gui.MultiStateButton
- mouseMoved(MouseEvent) - Method in class de.sciss.gui.TreeExpanderButton
- mousePressed(MouseEvent) - Method in class de.sciss.gui.MultiStateButton
- mousePressed(MouseEvent) - Method in class de.sciss.gui.TemporaryFocusTracker
- mousePressed(MouseEvent) - Method in class de.sciss.gui.TreeExpanderButton
- mouseReleased(MouseEvent) - Method in class de.sciss.gui.MultiStateButton
- mouseReleased(MouseEvent) - Method in class de.sciss.gui.TemporaryFocusTracker
- mouseReleased(MouseEvent) - Method in class de.sciss.gui.TreeExpanderButton
- MultiStateButton - Class in de.sciss.gui
-
A button with a variable number of states.
- MultiStateButton() - Constructor for class de.sciss.gui.MultiStateButton
- MutableInt - Class in de.sciss.util
-
A mutable integer
- MutableInt(int) - Constructor for class de.sciss.util.MutableInt
- MutableLong - Class in de.sciss.util
-
A mutable long
- MutableLong(long) - Constructor for class de.sciss.util.MutableLong
- myMeta - Static variable in class de.sciss.gui.PathField
N
- name - Variable in class de.sciss.common.ProcessingThread
- name - Variable in class de.sciss.io.Marker
-
A marker's name
- name - Variable in class de.sciss.io.Region
-
A region's name
- nameComparator - Static variable in class de.sciss.io.Marker
-
A
Comparatorwhich can be used to sort a list of markers according to the markers' names. - NEW_FILE_FLAGS - Static variable in class de.sciss.io.AudioFileFormatPane
-
Constructor-Flag : conventient combination of
FORMAT,ENCODING,RATE,CHANNELS. - nextElement() - Method in class de.sciss.util.ListEnum
- NO_MAX - Static variable in class de.sciss.gui.ComponentBoundsRestrictor
- NO_MIN - Static variable in class de.sciss.gui.ComponentBoundsRestrictor
- NoFocusTraversalPolicy - Class in de.sciss.gui
-
This is 'no' focus policy because all requests for focus are blocked; this can be used as a Frame's or Dialog's policy during processing when the user shouldn't be able to cycle through virtually inactive gadgets.
- NoFocusTraversalPolicy() - Constructor for class de.sciss.gui.NoFocusTraversalPolicy
- NONE - Static variable in class de.sciss.util.ParamSpace
-
Dimensions
- nonExistentFileVariant(File, int, String, String) - Static method in class de.sciss.io.IOUtil
-
Iteratres a filename template as long as filenames generated by the template already exist.
- NORMALIZE - Static variable in class de.sciss.io.AudioFileFormatPane
-
Constructor-Flag : create normalize option
- NOT_SORTED - Static variable in class de.sciss.gui.SortedTableModel
- numberChanged(NumberEvent) - Method in interface de.sciss.gui.NumberListener
-
Notifies the listener that a number changed occured.
- NumberEvent - Class in de.sciss.gui
-
This kind of event is fired from a
NumberFieldgadget when the user modified its contents. - NumberEvent(Object, int, long, Number, boolean) - Constructor for class de.sciss.gui.NumberEvent
-
Constructs a new
NumberEvent - NumberField - Class in de.sciss.gui
-
A NumberField is basically a
JPanelholding aJTextFieldwhose content is limited to decimal numbers. - NumberField() - Constructor for class de.sciss.gui.NumberField
-
Create a new
NumberFieldfor a given space. - NumberField(NumberSpace) - Constructor for class de.sciss.gui.NumberField
- numberFlavor - Static variable in class de.sciss.gui.NumberField
- NumberListener - Interface in de.sciss.gui
-
Interface for listening the changes of the contents of a
NumberFieldgadget - NumberSpace - Class in de.sciss.util
-
A number space describes a field of possible numeric values with a minimum and maximum (which can be infinity), a central value (usually zero) a quantization size which can be used to describe integers or to limit the numeric resolution.
- NumberSpace(double, double, double) - Constructor for class de.sciss.util.NumberSpace
-
Creates a new NumberSpace with the given values.
- NumberSpace(double, double, double, int, int) - Constructor for class de.sciss.util.NumberSpace
-
Creates a new NumberSpace with the given values.
- NumberSpace(double, double, double, int, int, double) - Constructor for class de.sciss.util.NumberSpace
-
Creates a new
NumberSpacewith the given values.
O
- OFF - Static variable in class de.sciss.util.ParamSpace
- openAsRead(File) - Static method in class de.sciss.io.AudioFile
-
Opens an audio file for reading.
- openAsWrite(AudioFileDescr) - Static method in class de.sciss.io.AudioFile
-
Opens an audio file for reading/writing.
- openDocument(File) - Method in class de.sciss.common.BasicMenuFactory
- openInBrowser() - Method in class de.sciss.gui.HelpFrame
- openRecentPaths - Variable in class de.sciss.common.BasicMenuFactory
- openViewerAndLoadHelpFile(String) - Static method in class de.sciss.gui.HelpFrame
-
Views a help document.
- openViewerAndLoadHelpFile(URL) - Static method in class de.sciss.gui.HelpFrame
- OPTION_EXCLUDE_FONT - Static variable in interface de.sciss.app.WindowHandler
- OPTION_GLOBAL_MENUBAR - Static variable in interface de.sciss.app.WindowHandler
- overlaps(Span) - Method in class de.sciss.io.Span
-
Checks if a two spans overlap each other.
- ownMenuBar - Variable in class de.sciss.common.AppWindow
P
- p - Variable in class de.sciss.gui.ProgressBar
- pack() - Method in interface de.sciss.app.AbstractWindow
- pack() - Method in class de.sciss.common.AppWindow
- paint(Graphics) - Method in class de.sciss.gui.ComponentHost
- paintBorder(Component, Graphics, int, int, int, int) - Method in class de.sciss.gui.AquaFocusBorder
- paintBorder(Component, Graphics, int, int, int, int) - Method in class de.sciss.gui.ComboBoxEditorBorder
- paintBorder(Component, Graphics, int, int, int, int) - Method in class de.sciss.gui.RecessedBorder
- paintChildren(Graphics) - Method in class de.sciss.gui.GradientPanel
- paintComponent(Graphics) - Method in class de.sciss.gui.AquaResizeGadget
- paintComponent(Graphics) - Method in class de.sciss.gui.AquaWindowBar
- paintComponent(Graphics) - Method in class de.sciss.gui.Axis
- paintComponent(Graphics) - Method in class de.sciss.gui.ColouredTextField
-
Paints the text field component and fill its area with the specified paint afterwards.
- paintComponent(Graphics) - Method in class de.sciss.gui.ComponentHost
- paintComponent(Graphics) - Method in class de.sciss.gui.GradientPanel
- paintComponent(Graphics) - Method in class de.sciss.gui.HelpButton
- paintComponent(Graphics) - Method in class de.sciss.gui.HelpGlassPane
-
Paints translucent grey over the rectangle given by the content pane's top margin and the bottom most gadget's bottom margin.
- paintComponent(Graphics) - Method in class de.sciss.gui.IndeterminateSpinner
- paintComponent(Graphics) - Method in class de.sciss.gui.Jog
- paintComponent(Graphics) - Method in class de.sciss.gui.ModificationButton
- paintComponent(Graphics) - Method in class de.sciss.gui.MultiStateButton
- paintComponent(Graphics) - Method in class de.sciss.gui.PeakMeter
- paintComponent(Graphics) - Method in class de.sciss.gui.PeakMeterCaption
- paintComponent(Graphics) - Method in class de.sciss.gui.PeakMeterPanel
- paintComponent(Graphics) - Method in class de.sciss.gui.ProgressBar
- paintComponent(Graphics) - Method in class de.sciss.gui.TreeExpanderButton
- paintIcon(Component, Graphics, int, int) - Method in class de.sciss.gui.UnitLabel
-
This method is part of the implementation of the
Iconinterface and should not be called directly. - paintOnTop(Graphics2D) - Method in interface de.sciss.gui.TopPainter
-
Paints something on top of a component's graphics context.
- paintTile(Graphics, int, int, int, int, ImageObserver) - Method in class de.sciss.gui.TiledImage
-
Paints a tile onto a graphics surface.
- PALETTE - Static variable in interface de.sciss.app.AbstractWindow
-
Window type: supplementary window which is a (possibly floating) palette window
- Param - Class in de.sciss.util
- Param(double, int) - Constructor for class de.sciss.util.Param
- ParamField - Class in de.sciss.gui
- ParamField() - Constructor for class de.sciss.gui.ParamField
- ParamField(ParamSpace.Translator) - Constructor for class de.sciss.gui.ParamField
- ParamField.Event - Class in de.sciss.gui
- ParamField.Listener - Interface in de.sciss.gui
- ParamField.UnitViewFactory - Interface in de.sciss.gui
- ParamSpace - Class in de.sciss.util
- ParamSpace(double, double, double, int, int, double) - Constructor for class de.sciss.util.ParamSpace
- ParamSpace(double, double, double, int, int, double, int) - Constructor for class de.sciss.util.ParamSpace
- ParamSpace(double, double, double, int, int, double, int, double) - Constructor for class de.sciss.util.ParamSpace
- ParamSpace(double, double, double, int, int, double, int, double, Object) - Constructor for class de.sciss.util.ParamSpace
- ParamSpace.Translator - Interface in de.sciss.util
- paramSpaceChanged(ParamField.Event) - Method in interface de.sciss.gui.ParamField.Listener
- paramValueChanged(ParamField.Event) - Method in interface de.sciss.gui.ParamField.Listener
- parseTime(String) - Method in class de.sciss.gui.TimeFormat
-
Tries to parse a formatted time string (as produced by
formatTime). - PathButton - Class in de.sciss.gui
-
This class is a rewritten version of FScape's
PathIconand provides a simple ToolIcon like button to allow the user to select a file from the harddisk. - PathButton() - Constructor for class de.sciss.gui.PathButton
- PathButton(int) - Constructor for class de.sciss.gui.PathButton
- PathButton(int, String) - Constructor for class de.sciss.gui.PathButton
-
Constructs a new
PathButtonfor given type of file chooser and optional dialog text - pathChanged(PathEvent) - Method in class de.sciss.gui.PathField
- pathChanged(PathEvent) - Method in interface de.sciss.gui.PathListener
-
Notifies the listener that a path changed occured.
- PathEvent - Class in de.sciss.gui
-
This kind of event is fired from a
PathFieldorPathButtongadget when the user modified the path. - PathEvent(Object, int, long, File) - Constructor for class de.sciss.gui.PathEvent
-
Constructs a new
PathEvent - PathField - Class in de.sciss.gui
-
This class is an updated (slim) version of FScape's
PathFieldand provides a GUI object that displays a file's or folder's path, optionally with format information, and allows the user to browse the harddisk to change to a different file. - PathField() - Constructor for class de.sciss.gui.PathField
- PathField(int) - Constructor for class de.sciss.gui.PathField
- PathField(int, String) - Constructor for class de.sciss.gui.PathField
-
Create a new
PathField - PathField.IOTextField - Class in de.sciss.gui
- PathList - Class in de.sciss.gui
-
Manages a list of paths and allows conversion to / from preferences value strings.
- PathList(int) - Constructor for class de.sciss.gui.PathList
-
Creates a new empty PathList.
- PathList(int, Preferences, String) - Constructor for class de.sciss.gui.PathList
-
Creates a new PathList reflecting a value in a Preferences object.
- PathListener - Interface in de.sciss.gui
-
Interface for listening the changes of the contents of a
PathFieldorPathButtongadget - pause() - Method in class de.sciss.app.EventManager
-
Pauses event dispatching.
- pause() - Method in class de.sciss.gui.ProgressBar
-
Pauses progression.
- PeakMeter - Class in de.sciss.gui
-
A level (volume) meter GUI component.
- PeakMeter() - Constructor for class de.sciss.gui.PeakMeter
- PeakMeter(int) - Constructor for class de.sciss.gui.PeakMeter
-
Creates a new level meter with default ballistics and bounds.
- PeakMeterCaption - Class in de.sciss.gui
- PeakMeterCaption() - Constructor for class de.sciss.gui.PeakMeterCaption
- PeakMeterCaption(int) - Constructor for class de.sciss.gui.PeakMeterCaption
- PeakMeterGroup - Class in de.sciss.gui
- PeakMeterGroup(PeakMeterView[]) - Constructor for class de.sciss.gui.PeakMeterGroup
- PeakMeterPanel - Class in de.sciss.gui
- PeakMeterPanel() - Constructor for class de.sciss.gui.PeakMeterPanel
- PeakMeterView - Interface in de.sciss.gui
- PERCENT - Static variable in class de.sciss.util.ParamSpace
-
Scalings
- perform() - Method in class de.sciss.app.AbstractCompoundEdit
- perform() - Method in interface de.sciss.app.PerformableEdit
- perform() - Method in class de.sciss.common.BasicMenuFactory.ActionPreferences
-
Opens the preferences frame
- PerformableEdit - Interface in de.sciss.app
- PHASE - Static variable in class de.sciss.util.ParamSpace
- PITCH - Static variable in class de.sciss.util.ParamSpace
- PIXELS - Static variable in class de.sciss.util.ParamSpace
- place(AbstractWindow, float, float) - Method in class de.sciss.common.BasicWindowHandler
- placeMeInAPane() - Method in class de.sciss.gui.LogTextArea
- pntBottomBorder() - Static method in class de.sciss.gui.GradientPanel
- pntTopBorder() - Static method in class de.sciss.gui.GradientPanel
- pointToString(Point) - Static method in class de.sciss.common.AppWindow
- pop - Variable in class de.sciss.gui.UnitLabel
- pos - Variable in class de.sciss.io.Marker
-
A marker's position in sample frames
- PrefCheckBox - Class in de.sciss.gui
-
Equips a normal JCheckBox with preference storing / recalling capabilities.
- PrefCheckBox() - Constructor for class de.sciss.gui.PrefCheckBox
-
Constructs a new
PrefCheckBoxwith no initial preferences set. - PrefCheckBox(String) - Constructor for class de.sciss.gui.PrefCheckBox
-
Constructs a new
PrefCheckBoxwith a given text label and no preferences set. - PrefCheckBox(Action) - Constructor for class de.sciss.gui.PrefCheckBox
-
Constructs a new
PrefCheckBoxwith a given action and no initial preferences set. - PrefComboBox - Class in de.sciss.gui
-
Equips a normal JComboBox with preference storing / recalling capabilities.
- PrefComboBox() - Constructor for class de.sciss.gui.PrefComboBox
-
Creates a new
PrefComboBoxwith default data model and no initial preferences set. - preferenceChange(PreferenceChangeEvent) - Method in class de.sciss.app.DynamicPrefChangeManager
- preferenceChange(PreferenceChangeEvent) - Method in class de.sciss.gui.HelpGlassPane
- preferenceChange(PreferenceChangeEvent) - Method in class de.sciss.gui.KeyStrokeTextField
- preferenceChange(PreferenceChangeEvent) - Method in class de.sciss.gui.PrefCheckBox
- preferenceChange(PreferenceChangeEvent) - Method in class de.sciss.gui.PrefComboBox
- preferenceChange(PreferenceChangeEvent) - Method in class de.sciss.gui.PrefMenuAction
- preferenceChange(PreferenceChangeEvent) - Method in class de.sciss.gui.PrefNumberField
- preferenceChange(PreferenceChangeEvent) - Method in class de.sciss.gui.PrefParamField
- preferenceChange(PreferenceChangeEvent) - Method in class de.sciss.gui.PrefPathField
- preferenceChange(PreferenceChangeEvent) - Method in class de.sciss.gui.PrefRecentItemsCombo
- preferenceChange(PreferenceChangeEvent) - Method in class de.sciss.gui.PrefTextField
- PreferenceEntrySync - Interface in de.sciss.app
-
Objects implementing this interface state that they will store their serialized representation in a given preference entry
- PreferenceNodeSync - Interface in de.sciss.app
-
Objects implementing this interface state that they will store their (and their children's) serialized representation in privately named entries in a given preference node
- PrefMenuAction - Class in de.sciss.gui
-
Adds PreferenceEntrySync functionality to the superclass.
- PrefMenuAction(String, KeyStroke) - Constructor for class de.sciss.gui.PrefMenuAction
- PrefMenuAction(String, KeyStroke, boolean, boolean) - Constructor for class de.sciss.gui.PrefMenuAction
- PrefNumberField - Class in de.sciss.gui
-
Equips a NumberField with preference storing / recalling capabilities.
- PrefNumberField() - Constructor for class de.sciss.gui.PrefNumberField
-
Constructs a new
PrefNumberField. - PrefParamField - Class in de.sciss.gui
-
Equips a ParamField with preference storing / recalling capabilities.
- PrefParamField() - Constructor for class de.sciss.gui.PrefParamField
-
Constructs a new
PrefParamField. - PrefParamField(ParamSpace.Translator) - Constructor for class de.sciss.gui.PrefParamField
- PrefPathField - Class in de.sciss.gui
-
Subclass of PathField that enables automatic Preferences association
- PrefPathField(int, String) - Constructor for class de.sciss.gui.PrefPathField
-
Constructs a new
PrefPathField. - PrefRecentItemsCombo - Class in de.sciss.gui
- PrefRecentItemsCombo(ComboBoxEditor, int) - Constructor for class de.sciss.gui.PrefRecentItemsCombo
-
Creates a new
PrefRecentItemsCombowith default data model and no initial preferences set. - prefsToStroke(String) - Static method in class de.sciss.gui.KeyStrokeTextField
-
Converts a a key stroke's string representation as from preference storage into a KeyStroke object.
- PrefTextField - Class in de.sciss.gui
-
Equips a normal JTextField with preference storing / recalling capabilities.
- PrefTextField() - Constructor for class de.sciss.gui.PrefTextField
-
Creates a new empty
PrefTextFieldwith no preferences initially set - PrefTextField(int) - Constructor for class de.sciss.gui.PrefTextField
-
Creates a new empty
PrefTextFieldwith no preferences initially set - PrefTextField(String) - Constructor for class de.sciss.gui.PrefTextField
-
Creates a new
PrefTextFieldwith no preferences initially set - PrefTextField(String, int) - Constructor for class de.sciss.gui.PrefTextField
-
Creates a new
PrefTextFieldwith no preferences initially set - printSizes(Component) - Static method in class de.sciss.gui.GUIUtil
-
A debugging utility that prints to stdout the component's minimum, preferred, and maximum sizes.
- processCancel(ProcessingThread) - Method in interface de.sciss.common.ProcessingThread.Client
-
This gets invoked when the user requests to abort the process.
- processEvent(BasicEvent) - Method in class de.sciss.app.AbstractDocumentHandler
-
This is called by the EventManager if new events are to be processed.
- processEvent(BasicEvent) - Method in interface de.sciss.app.EventManager.Processor
-
Processes the next event in the queue.
- processEvent(BasicEvent) - Method in class de.sciss.app.LaterInvocationManager
-
This is called by the EventManager which is in fact ourself ;-) if new events are to be processed.
- processEvent(BasicEvent) - Method in class de.sciss.common.ProcessingThread
- processEvent(BasicEvent) - Method in class de.sciss.gui.Jog
- processEvent(BasicEvent) - Method in class de.sciss.gui.NumberField
- processEvent(BasicEvent) - Method in class de.sciss.gui.ParamField
- processEvent(BasicEvent) - Method in class de.sciss.gui.PathButton
- processEvent(BasicEvent) - Method in class de.sciss.gui.PathField
- processFinished(ProcessingThread) - Method in interface de.sciss.common.ProcessingThread.Client
-
This gets invoked when
processRun()is finished or aborted. - ProcessingThread - Class in de.sciss.common
-
A subclass of Thread that is capable of dealing with synchronization issues.
- ProcessingThread(ProcessingThread.Client, ProgressComponent, String) - Constructor for class de.sciss.common.ProcessingThread
-
Creates a new ProcessingThread.
- ProcessingThread.CancelledException - Exception in de.sciss.common
- ProcessingThread.Client - Interface in de.sciss.common
- ProcessingThread.Event - Class in de.sciss.common
- ProcessingThread.Listener - Interface in de.sciss.common
- processRun(ProcessingThread) - Method in interface de.sciss.common.ProcessingThread.Client
-
Does the processing.
- processStarted(ProcessingThread.Event) - Method in interface de.sciss.common.ProcessingThread.Listener
- processStopped(ProcessingThread.Event) - Method in interface de.sciss.common.ProcessingThread.Listener
- progress - Variable in class de.sciss.common.ProcessingThread
- ProgressBar - Class in de.sciss.gui
-
A bit more sophisticated progression bar than the default one provided by Swing, a slim version of the one used in FScape.
- ProgressBar() - Constructor for class de.sciss.gui.ProgressBar
-
Constructs a new horizontal progression bar
- ProgressComponent - Interface in de.sciss.gui
-
An interface for classes that are capable of displaying progression information to the user
- progressInvoked - Variable in class de.sciss.common.ProcessingThread
- propertyChange(PropertyChangeEvent) - Method in class de.sciss.gui.HelpFrame
- propertyChange(PropertyChangeEvent) - Method in class de.sciss.gui.Jog
- propertyChange(PropertyChangeEvent) - Method in class de.sciss.gui.MultiStateButton
- propertyChange(PropertyChangeEvent) - Method in class de.sciss.gui.ParamField
-
Forwards
Fontproperty changes to the child gadgets - propertyChange(PropertyChangeEvent) - Method in class de.sciss.gui.PeakMeterCaption
- propertyChange(PropertyChangeEvent) - Method in class de.sciss.gui.UnitLabel
-
Forwards
Fontproperty changes to the child gadgets - protoScheme - Variable in class de.sciss.gui.PathField
- proxies - Variable in class de.sciss.gui.MenuGroup
- put(AbstractWindow, Action) - Method in class de.sciss.gui.MenuItem
- putClientArg(Object, Object) - Method in class de.sciss.common.ProcessingThread
- putMimic(String, AbstractWindow, Action) - Method in class de.sciss.gui.MenuGroup
Q
- quant - Variable in class de.sciss.util.NumberSpace
-
Quantization of values or zero
- queue(Object) - Method in class de.sciss.app.LaterInvocationManager
-
Queues an object for later processing.
- quit() - Method in class de.sciss.app.AbstractApplication
-
Flushes preferences and quits.
- quit() - Method in interface de.sciss.app.Application
-
Forces to application to quit.
R
- raf - Variable in class de.sciss.io.AudioFile
- rate - Variable in class de.sciss.io.AudioFileDescr
-
sampling rate in hertz
- RATE - Static variable in class de.sciss.io.AudioFileFormatPane
-
Constructor-Flag : create sample rate gadget
- RatioSpring(Spring, int, int) - Constructor for class de.sciss.gui.SpringPanel.RatioSpring
- readAppCode() - Method in class de.sciss.io.AudioFile
-
Reads application specific code into the audio file description if there is such code.
- readFrames(float[][], int, int) - Method in class de.sciss.io.AudioFile
-
Reads sample frames from the current position
- readFrames(float[][], int, int) - Method in interface de.sciss.io.InterleavedStreamFile
- readMarkers() - Method in class de.sciss.io.AudioFile
-
Reads markers into the audio file description if there are any.
- readPrefs() - Method in interface de.sciss.app.PreferenceEntrySync
- readPrefs() - Method in class de.sciss.gui.KeyStrokeTextField
- readPrefs() - Method in class de.sciss.gui.PrefCheckBox
- readPrefs() - Method in class de.sciss.gui.PrefComboBox
- readPrefs() - Method in class de.sciss.gui.PrefMenuAction
- readPrefs() - Method in class de.sciss.gui.PrefNumberField
- readPrefs() - Method in class de.sciss.gui.PrefParamField
- readPrefs() - Method in class de.sciss.gui.PrefPathField
- readPrefs() - Method in class de.sciss.gui.PrefRecentItemsCombo
- readPrefs() - Method in class de.sciss.gui.PrefTextField
- readPrefsFromString(String) - Method in class de.sciss.gui.BooleanPrefsMenuAction
- readPrefsFromString(String) - Method in class de.sciss.gui.IntPrefsMenuAction
- readPrefsFromString(String) - Method in class de.sciss.gui.PrefMenuAction
- readPrefsFromString(String) - Method in class de.sciss.gui.PrefParamField
- Realized(AbstractWindow, JComponent) - Constructor for class de.sciss.gui.MenuItem.Realized
- recalcPrefSize() - Method in class de.sciss.gui.PeakMeter
- RecessedBorder - Class in de.sciss.gui
-
Not any longer "recessed", just round.
- RecessedBorder() - Constructor for class de.sciss.gui.RecessedBorder
- RecessedBorder(Color) - Constructor for class de.sciss.gui.RecessedBorder
- redo() - Method in class de.sciss.app.AbstractCompoundEdit
-
Performs redo on all compound sub edits
- redo() - Method in class de.sciss.app.UndoManager
- redoDone() - Method in class de.sciss.app.AbstractCompoundEdit
-
This gets called after the redo operation but still inside the sync block.
- redoDone() - Method in class de.sciss.common.BasicCompoundEdit
-
Does nothing
- redoText - Variable in class de.sciss.app.UndoManager
- reFire - Variable in class de.sciss.gui.Jog
- region - Variable in class de.sciss.io.AudioFileRegion
- Region - Class in de.sciss.io
-
A struct class: region in an audio file.
- Region(Region) - Constructor for class de.sciss.io.Region
-
Constructs a new immutable region identical to a given region.
- Region(Span, String) - Constructor for class de.sciss.io.Region
-
Constructs a new immutable region
- REGULAR - Static variable in interface de.sciss.app.AbstractWindow
-
Window type: regular full-fledged window
- REL - Static variable in class de.sciss.util.ParamSpace
- REL_MASK - Static variable in class de.sciss.util.ParamSpace
- remove() - Method in class de.sciss.app.DynamicAncestorAdapter
- remove(int) - Method in class de.sciss.gui.MenuGroup
- remove(int) - Method in class de.sciss.gui.PathList
-
Removes a path at some index in the list
- remove(AbstractWindow) - Method in class de.sciss.gui.FloatingPaletteHandler
-
Unregisters a project window with the FloatingPaletteHandler.
- remove(AbstractWindow) - Method in class de.sciss.gui.MenuItem
- remove(AbstractWindow.Listener, AbstractWindow) - Static method in class de.sciss.gui.InternalFrameListenerWrapper
- remove(AbstractWindow.Listener, AbstractWindow) - Static method in class de.sciss.gui.WindowListenerWrapper
- remove(AbstractWindow, int) - Method in class de.sciss.gui.MenuGroup
- remove(AbstractWindow, MenuNode) - Method in class de.sciss.gui.MenuGroup
- remove(AbstractWindow, AbstractButton) - Method in class de.sciss.gui.MenuRadioGroup
- remove(MenuNode) - Method in class de.sciss.gui.MenuGroup
- remove(Component) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- remove(File) - Method in class de.sciss.gui.PathList
-
Removes a path
- removeActionListener(ActionListener) - Method in class de.sciss.gui.ParamField
- removeActionListener(ActionListener) - Method in class de.sciss.gui.TreeExpanderButton
- removeActionListener(ActionListener) - Method in class de.sciss.gui.UnitLabel
-
Unregisters a new listener from being informed about unit switches.
- removeAllItems() - Method in class de.sciss.gui.MultiStateButton
- removeBorrowListener(AppWindow) - Method in class de.sciss.common.BasicWindowHandler
- removeCancelListener(ActionListener) - Method in interface de.sciss.gui.ProgressComponent
- removeCloseActionListener(ActionListener) - Method in class de.sciss.gui.AquaWindowBar
- removeComponent(Object) - Method in class de.sciss.app.AbstractApplication
-
synchronization: this method is synchronized
- removeComponent(Object) - Method in interface de.sciss.app.Application
-
Unregisters a component, for example when a frame has been disposed.
- REMOVED - Static variable in class de.sciss.app.DocumentEvent
-
returned by getID() : the document has been removed
- removeDocument(Object, Document) - Method in class de.sciss.app.AbstractDocumentHandler
- removeDocument(Object, Document) - Method in interface de.sciss.app.DocumentHandler
-
Removes a document from the list of open documents.
- removeDocumentListener(DocumentListener) - Method in class de.sciss.app.AbstractDocumentHandler
- removeDocumentListener(DocumentListener) - Method in interface de.sciss.app.DocumentHandler
-
Unregisteres a listener who wishes to not be notified any more about document handler actions such as adding or removing a document.
- removeFile(File) - Method in class de.sciss.io.CacheManager
- removeFromWindowMenu(Action) - Method in class de.sciss.common.BasicMenuFactory
- removeListener(AbstractWindow.Listener) - Method in interface de.sciss.app.AbstractWindow
- removeListener(AbstractWindow.Listener) - Method in class de.sciss.common.AppWindow
- removeListener(ProcessingThread.Listener) - Method in class de.sciss.common.ProcessingThread
-
Removes a listener from being notified when the process starts and terminates.
- removeListener(NumberListener) - Method in class de.sciss.gui.Jog
-
Unregister a
NumberListenerfrom receiving number change events. - removeListener(NumberListener) - Method in class de.sciss.gui.NumberField
-
Unregister a
NumberListenerfrom receiving number change events. - removeListener(ParamField.Listener) - Method in class de.sciss.gui.ParamField
-
Unregister a
NumberListenerfrom receiving number change events. - removeListener(Object) - Method in class de.sciss.app.EventManager
-
Removes a listener.
- removeMaxActionListener(ActionListener) - Method in class de.sciss.gui.AquaWindowBar
- removeMenuModifierBindings(JComponent, MenuGroup) - Static method in class de.sciss.gui.GUIUtil
-
Removes from a component's inputmap all bindings which may conflict with menu accelerators, that is those whose modifiers are equal to the secondary menu modifier, defined as control on mac and control+alt on windows and linux.
- removeMinActionListener(ActionListener) - Method in class de.sciss.gui.AquaWindowBar
- removeModalDialog() - Method in class de.sciss.gui.FloatingPaletteHandler
- removePathListener(PathListener) - Method in class de.sciss.gui.PathButton
-
Unregister a
PathListenerfrom receiving path change events. - removePathListener(PathListener) - Method in class de.sciss.gui.PathField
-
Unregisters a
PathListenerfrom receiving path change events. - removePropertyChangeListener(PropertyChangeListener) - Method in class de.sciss.io.AudioFileDescr
- removeTopPainter(TopPainter) - Method in class de.sciss.gui.ComponentHost
-
Removes a registered top painter.
- removeURL(URL) - Method in class de.sciss.util.URLClassLoaderManager
- removeURLs(URL[]) - Method in class de.sciss.util.URLClassLoaderManager
- removeWindow(AbstractWindow, Map) - Method in interface de.sciss.app.WindowHandler
- removeWindow(AbstractWindow, Map) - Method in class de.sciss.common.BasicWindowHandler
- removeWindow(AbstractWindow, Map) - Method in class de.sciss.gui.AbstractWindowHandler
-
synchronization: this method is synchronized
- replaceStart(long) - Method in class de.sciss.io.Span
- replaceStop(long) - Method in class de.sciss.io.Span
- requestFocusInWindow() - Method in class de.sciss.gui.ParamField
- requestFocusInWindow() - Method in class de.sciss.gui.PathField
- reset - Variable in class de.sciss.util.NumberSpace
-
Reset value, i.e.
- reset() - Method in class de.sciss.gui.ProgressBar
-
Reset progression to zero.
- resetProgression() - Method in class de.sciss.common.ProcessingThread
- resetProgression() - Method in interface de.sciss.gui.ProgressComponent
-
Asks the component to reset progression to zero at the beginning of a process.
- reshape(double, double, double) - Method in class de.sciss.util.ParamSpace
- restoreVisibility() - Method in class de.sciss.common.AppWindow
- resume() - Method in class de.sciss.app.EventManager
-
Resumes event dispatching.
- resume() - Method in class de.sciss.gui.ProgressBar
-
Resumes progression and calculation of remaining time.
- retrieveType(File) - Static method in class de.sciss.io.AudioFile
-
Determines the type of audio file.
- returnCode - Variable in class de.sciss.common.ProcessingThread
- revalidate() - Method in interface de.sciss.app.AbstractWindow
- revalidate() - Method in class de.sciss.common.AppWindow
- run() - Method in class de.sciss.app.EventManager
-
Called by add/removeListener and dispatchEvent.
- run() - Method in class de.sciss.common.ProcessingThread
-
The is the main method of a thread; it invokes the client's processRun method.
S
- sampleFormat - Variable in class de.sciss.io.AudioFileDescr
-
sample number format, FORMAT_INT or FORMAT_FLOAT
- samplesToMillis(AudioFileDescr, long) - Static method in class de.sciss.io.AudioFileDescr
-
Utility method to convert sample frames to milliseconds according to the given audio file format
- savedCursor - Variable in class de.sciss.gui.Jog
- SCALE_MASK - Static variable in class de.sciss.util.ParamSpace
- scheme - Variable in class de.sciss.gui.PathField
- ScissLib - Class in de.sciss
- ScissLib() - Constructor for class de.sciss.ScissLib
- SECS - Static variable in class de.sciss.util.ParamSpace
- seekFrame(long) - Method in class de.sciss.io.AudioFile
-
Moves the file pointer to a specific frame.
- seekFrame(long) - Method in interface de.sciss.io.InterleavedStreamFile
- selectAll() - Method in class de.sciss.gui.ParamField
- selectedIdx - Variable in class de.sciss.gui.UnitLabel
- selectFileName(boolean) - Method in class de.sciss.gui.PathField
-
Selects the file name portion of the text contents.
- selectSpace(int) - Method in class de.sciss.gui.ParamField
- set(boolean) - Method in class de.sciss.util.Flag
- set(int) - Method in class de.sciss.util.MutableInt
- set(long) - Method in class de.sciss.util.MutableLong
- setActive(boolean) - Method in class de.sciss.gui.IndeterminateSpinner
- setActive(boolean) - Method in class de.sciss.io.CacheManager
- setActiveDocument(Object, Document) - Method in class de.sciss.app.AbstractDocumentHandler
- setActiveDocument(Object, Document) - Method in interface de.sciss.app.DocumentHandler
-
Makes a document the active one.
- setAlwaysOnTop(boolean) - Method in class de.sciss.gui.AquaWindowBar
- setAlwaysOnTop(Component, boolean) - Static method in class de.sciss.gui.GUIUtil
- setApplicationIcon(Icon) - Method in class de.sciss.gui.AbstractAboutFrame
- setAutoStep(boolean) - Method in class de.sciss.gui.MultiStateButton
- setBorder(boolean) - Method in class de.sciss.gui.PeakMeterPanel
- setBottomBorder(boolean) - Method in class de.sciss.gui.GradientPanel
- setBounds(Rectangle) - Method in interface de.sciss.app.AbstractWindow
- setBounds(Rectangle) - Method in class de.sciss.common.AppWindow
- setBuildVersion(File) - Method in class de.sciss.gui.AboutBox
- setBuildVersion(String) - Method in class de.sciss.gui.AbstractAboutFrame
- setCapacity(int) - Method in class de.sciss.io.CacheManager
- setCaption(boolean) - Method in class de.sciss.gui.PeakMeterPanel
- setCaptionLabels(boolean) - Method in class de.sciss.gui.PeakMeterPanel
- setCaptionPosition(int) - Method in class de.sciss.gui.PeakMeterPanel
- setCaptionVisible(boolean) - Method in class de.sciss.gui.PeakMeterPanel
- setCheckItem(MenuCheckItem) - Method in class de.sciss.gui.BooleanPrefsMenuAction
- setCoefficient(int, int, double) - Method in class de.sciss.util.DefaultUnitTranslator
- setCoefficient(int, int, double) - Method in interface de.sciss.util.ParamSpace.Translator
- setCollapsedToolTip(String) - Method in class de.sciss.gui.TreeExpanderButton
- setColor(Color) - Method in class de.sciss.gui.RecessedBorder
- setColumnComparator(Class, Comparator) - Method in class de.sciss.gui.SortedTableModel
-
Provides a custom comparator for a given class of table cell values.
- setComboGate(boolean) - Method in interface de.sciss.gui.ComboBoxEditor
- setComboGate(boolean) - Method in class de.sciss.gui.ParamField
- setComboGate(boolean) - Method in class de.sciss.gui.PrefTextField
- setContentPane(Container) - Method in interface de.sciss.app.AbstractWindow
- setContentPane(Container) - Method in class de.sciss.common.AppWindow
- setCopyright(String) - Method in class de.sciss.gui.AbstractAboutFrame
- setCredits(String, String) - Method in class de.sciss.gui.AbstractAboutFrame
- setCreditsPreferredSize(Dimension) - Method in class de.sciss.gui.AbstractAboutFrame
- setCycling(boolean) - Method in class de.sciss.gui.ParamField
- setCycling(boolean) - Method in class de.sciss.gui.UnitLabel
- setDeepFont(Container) - Static method in class de.sciss.gui.AbstractWindowHandler
- setDeepFont(Container, Font) - Static method in class de.sciss.gui.GUIUtil
-
Set a font for a container and all children we can find in this container (calling this method recursively).
- setDeepFont(Container, List) - Static method in class de.sciss.gui.AbstractWindowHandler
- setDefaultBorrower(AbstractWindow) - Method in class de.sciss.common.BasicWindowHandler
- setDefaultCloseOperation(int) - Method in interface de.sciss.app.AbstractWindow
- setDefaultCloseOperation(int) - Method in class de.sciss.common.AppWindow
- setDefaultCloseOperation(int) - Method in class de.sciss.gui.AquaWindowBar
- setDialogText(String) - Method in class de.sciss.gui.PathButton
- setDirty(boolean) - Method in interface de.sciss.app.AbstractWindow
- setDirty(boolean) - Method in interface de.sciss.app.Document
-
Marks this document as having unsaved changes or as being saved.
- setDirty(boolean) - Method in class de.sciss.common.AppWindow
- setDisallowedColumns - Variable in class de.sciss.gui.SortedTableModel
- setEnabled(boolean) - Method in class de.sciss.gui.MenuItem
- setEnabled(boolean) - Method in interface de.sciss.gui.MenuNode
- setEnabled(boolean) - Method in class de.sciss.gui.MenuSeparator
- setErrWhenExistsOn(boolean) - Method in class de.sciss.gui.PathField
- setErrWhenWriteProtected(boolean) - Method in class de.sciss.gui.PathField
- setException(Exception) - Method in class de.sciss.common.ProcessingThread
-
If the client is capable of catching an exception in its execution block, it should pass it to the pt calling this method.
- setExpanded(boolean) - Method in class de.sciss.gui.TreeExpanderButton
- setExpandedToolTip(String) - Method in class de.sciss.gui.TreeExpanderButton
- setFileSuffix(File, String) - Static method in class de.sciss.io.IOUtil
-
Sets the extension (suffix) of a file name.
- setFilter(FilenameFilter) - Method in class de.sciss.gui.PathButton
-
Sets the filter to use for enabling or disabling items in the file dialog.
- setFilter(FilenameFilter) - Method in class de.sciss.gui.PathField
-
Sets the filter to use for enabling or disabling items in the file dialog.
- setFlags(int) - Method in class de.sciss.gui.Axis
- setFlags(int) - Method in class de.sciss.gui.NumberField
- setFlags(int) - Method in class de.sciss.io.AudioFileFormatPane
- setFocusedWindow(AbstractWindow) - Method in class de.sciss.gui.FloatingPaletteHandler
- setFocusTraversalKeysEnabled(boolean) - Method in interface de.sciss.app.AbstractWindow
- setFocusTraversalKeysEnabled(boolean) - Method in class de.sciss.common.AppWindow
- setFolder(File) - Method in class de.sciss.io.CacheManager
- setFolder(String) - Method in class de.sciss.io.CacheManager
- setFolderAndCapacity(File, int) - Method in class de.sciss.io.CacheManager
- setFolderAndCapacity(String, int) - Method in class de.sciss.io.CacheManager
- setFormat(TimeFormat) - Method in class de.sciss.gui.TimeFormatter
- setFormat(String, boolean) - Method in class de.sciss.gui.PathField
-
Change the contents of the format gadget.
- setFrameNum(long) - Method in class de.sciss.io.AudioFile
- setFrameNum(long) - Method in interface de.sciss.io.InterleavedStreamFile
- setGradient(GradientPaint) - Method in class de.sciss.gui.GradientPanel
- setGradientShift(int, int) - Method in class de.sciss.gui.GradientPanel
- setHelp(JComponent, String) - Static method in class de.sciss.gui.HelpGlassPane
-
Adds a help file tag to a component which will be examined when the user clicks on the component in help-mode.
- setHelpFile(String) - Method in class de.sciss.gui.HelpButton
- setHelpFileURL(URL) - Method in class de.sciss.gui.HelpButton
- setHoldDuration(int) - Method in class de.sciss.gui.PeakMeter
-
Sets the peak indicator hold time.
- setHoldPainted(boolean) - Method in class de.sciss.gui.PeakMeter
-
Decides whether the peak indicator should be painted or not.
- setHoldPainted(boolean) - Method in class de.sciss.gui.PeakMeterPanel
- setHorizontalAlignment(int) - Method in class de.sciss.gui.PeakMeterCaption
- setHyperlinkListener(HyperlinkListener) - Method in class de.sciss.gui.AbstractAboutFrame
- setIgnoreFocus(boolean) - Method in class de.sciss.gui.KeyedAction
- setInitialDialogFocus(JComponent) - Static method in class de.sciss.gui.GUIUtil
-
Passes keyboard focus to a given component when that component is to be presented in a dialog.
- setInitialX(int) - Method in class de.sciss.gui.SpringPanel
-
Changes the horizontal offset.
- setInitialY(int) - Method in class de.sciss.gui.SpringPanel
-
Changes the vertical offset.
- setItem(int, String, Color, Color) - Method in class de.sciss.gui.MultiStateButton
- setItem(int, String, Color, Color, Color) - Method in class de.sciss.gui.MultiStateButton
- setItem(Object) - Method in class de.sciss.gui.ParamField
- setItem(Object) - Method in class de.sciss.gui.PrefParamField
- setItem(Object) - Method in class de.sciss.gui.PrefTextField
- setItemBgColor(int, Color) - Method in class de.sciss.gui.MultiStateButton
- setItemBgColor(int, Color, Color) - Method in class de.sciss.gui.MultiStateButton
- setItemIcon(int, Icon) - Method in class de.sciss.gui.MultiStateButton
- setItemText(int, String) - Method in class de.sciss.gui.MultiStateButton
- setItemTextColor(int, Color) - Method in class de.sciss.gui.MultiStateButton
- setJMenuBar(JMenuBar) - Method in interface de.sciss.app.AbstractWindow
- setJMenuBar(JMenuBar) - Method in class de.sciss.common.AppWindow
- setJMenuBar(JMenuBar) - Method in class de.sciss.common.SmartJFrame
- setLengthAndRate(long, double) - Method in class de.sciss.util.DefaultUnitTranslator
- setListening(boolean) - Method in class de.sciss.gui.FloatingPaletteHandler
- setLocation(Point) - Method in interface de.sciss.app.AbstractWindow
- setLocation(Point) - Method in class de.sciss.common.AppWindow
- setLocationRelativeTo(Component) - Method in interface de.sciss.app.AbstractWindow
- setLocationRelativeTo(Component) - Method in class de.sciss.common.AppWindow
- setMaximumBottom(int) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- setMaximumHeight(int) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- setMaximumLeft(int) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- setMaximumRight(int) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- setMaximumTop(int) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- setMaximumWidth(int) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- setMenuBarBorrower(AbstractWindow) - Method in class de.sciss.common.BasicWindowHandler
- setMinimumBottom(int) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- setMinimumHeight(int) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- setMinimumLeft(int) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- setMinimumRight(int) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- setMinimumTop(int) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- setMinimumWidth(int) - Method in class de.sciss.gui.ComponentBoundsRestrictor
- setName(String) - Method in class de.sciss.app.AbstractApplication
- setNextProgStop(float) - Static method in class de.sciss.common.ProcessingThread
- setNumber(Number) - Method in class de.sciss.gui.NumberField
-
Set the gadget contents to a new number.
- setNumChannels(int) - Method in class de.sciss.gui.PeakMeterPanel
- setNumColumns(int) - Method in class de.sciss.gui.MultiStateButton
- setNumItems(int) - Method in class de.sciss.gui.MultiStateButton
- setOrientation(int) - Method in class de.sciss.gui.PeakMeter
- setOrientation(int) - Method in class de.sciss.gui.PeakMeterCaption
- setOrientation(int) - Method in class de.sciss.gui.PeakMeterPanel
- setPadding(int, int, int, int) - Method in class de.sciss.gui.SpringPanel
-
Changes the padding and offset for the panel.
- setPaint(Paint) - Method in class de.sciss.gui.ColouredTextField
-
Changes the colour of the text field.
- setPaint(Paint) - Method in class de.sciss.gui.ProgressBar
-
Sets a custom bar colour
- setPaintLabels(boolean) - Method in class de.sciss.gui.PeakMeterCaption
- setPath(int, File) - Method in class de.sciss.gui.PathList
-
Replaces a path at some index in the list
- setPath(File) - Method in class de.sciss.common.BasicMenuFactory.ActionOpenRecent
- setPath(File) - Method in class de.sciss.gui.PathButton
-
Sets the button's path.
- setPath(File) - Method in class de.sciss.gui.PathField
-
Sets the gadget's path.
- setPath(File) - Method in class de.sciss.gui.PrefPathField
- setPathAndDispatchEvent(File) - Method in class de.sciss.gui.PathButton
- setPathAndDispatchEvent(File) - Method in class de.sciss.gui.PathField
-
Sets a new path and dispatches a
PathEventto registered listeners - setPeak(float) - Method in class de.sciss.gui.PeakMeter
-
Updates the meter.
- setPeakAndRMS(float, float) - Method in class de.sciss.gui.PeakMeter
-
Updates the meter.
- setPeakAndRMS(float, float, long) - Method in class de.sciss.gui.PeakMeter
- setPreferenceKey(String) - Method in interface de.sciss.app.PreferenceEntrySync
- setPreferenceKey(String) - Method in class de.sciss.gui.KeyStrokeTextField
- setPreferenceKey(String) - Method in class de.sciss.gui.PrefCheckBox
- setPreferenceKey(String) - Method in class de.sciss.gui.PrefComboBox
- setPreferenceKey(String) - Method in class de.sciss.gui.PrefMenuAction
- setPreferenceKey(String) - Method in class de.sciss.gui.PrefNumberField
- setPreferenceKey(String) - Method in class de.sciss.gui.PrefParamField
- setPreferenceKey(String) - Method in class de.sciss.gui.PrefPathField
- setPreferenceKey(String) - Method in class de.sciss.gui.PrefRecentItemsCombo
- setPreferenceKey(String) - Method in class de.sciss.gui.PrefTextField
- setPreferenceNode(Preferences) - Method in interface de.sciss.app.PreferenceEntrySync
- setPreferenceNode(Preferences) - Method in class de.sciss.gui.KeyStrokeTextField
- setPreferenceNode(Preferences) - Method in class de.sciss.gui.PrefCheckBox
- setPreferenceNode(Preferences) - Method in class de.sciss.gui.PrefComboBox
- setPreferenceNode(Preferences) - Method in class de.sciss.gui.PrefMenuAction
- setPreferenceNode(Preferences) - Method in class de.sciss.gui.PrefNumberField
- setPreferenceNode(Preferences) - Method in class de.sciss.gui.PrefParamField
- setPreferenceNode(Preferences) - Method in class de.sciss.gui.PrefPathField
- setPreferenceNode(Preferences) - Method in class de.sciss.gui.PrefRecentItemsCombo
- setPreferenceNode(Preferences) - Method in class de.sciss.gui.PrefTextField
- setPreferences(Container, Preferences) - Static method in class de.sciss.gui.GUIUtil
- setPreferences(Preferences) - Method in class de.sciss.app.DynamicPrefChangeManager
- setPreferences(Preferences) - Method in interface de.sciss.app.PreferenceNodeSync
-
Enables Preferences synchronization.
- setPreferences(Preferences) - Method in class de.sciss.io.AudioFileFormatPane
- setPreferences(Preferences, String) - Method in interface de.sciss.app.PreferenceEntrySync
-
Enables Preferences synchronization.
- setPreferences(Preferences, String) - Method in class de.sciss.gui.KeyStrokeTextField
- setPreferences(Preferences, String) - Method in class de.sciss.gui.PrefCheckBox
- setPreferences(Preferences, String) - Method in class de.sciss.gui.PrefComboBox
- setPreferences(Preferences, String) - Method in class de.sciss.gui.PrefMenuAction
- setPreferences(Preferences, String) - Method in class de.sciss.gui.PrefNumberField
-
Enable Preferences synchronization.
- setPreferences(Preferences, String) - Method in class de.sciss.gui.PrefParamField
-
Enable Preferences synchronization.
- setPreferences(Preferences, String) - Method in class de.sciss.gui.PrefPathField
-
Enable Preferences synchronization.
- setPreferences(Preferences, String) - Method in class de.sciss.gui.PrefRecentItemsCombo
- setPreferences(Preferences, String) - Method in class de.sciss.gui.PrefTextField
- setPreferredSize(Dimension) - Method in class de.sciss.common.AppWindow
- setProgression(float) - Method in class de.sciss.common.ProcessingThread
-
Called by the client to update the progress bar.
- setProgression(float) - Method in class de.sciss.gui.ProgressBar
-
Sets the progression amount in percent.
- setProgression(float) - Method in interface de.sciss.gui.ProgressComponent
-
Asks the component to update progression amount to the given value.
- setProgressionText(String) - Method in interface de.sciss.gui.ProgressComponent
-
Asks the component to display a custom string describing the current process stage
- setProperty(Object, String, Object) - Method in class de.sciss.io.AudioFileDescr
-
Sets a specific property and dispatches a
PropertyChangeEventto registered listeners synchronization: must be called in the event thread - setProperty(String, Object) - Method in class de.sciss.io.AudioFileDescr
-
Sets a specific property.
- setRadioGroup(MenuRadioGroup) - Method in class de.sciss.gui.IntPrefsMenuAction
- setReadPrefs(boolean) - Method in interface de.sciss.app.PreferenceEntrySync
- setReadPrefs(boolean) - Method in class de.sciss.gui.KeyStrokeTextField
- setReadPrefs(boolean) - Method in class de.sciss.gui.PrefCheckBox
- setReadPrefs(boolean) - Method in class de.sciss.gui.PrefComboBox
- setReadPrefs(boolean) - Method in class de.sciss.gui.PrefMenuAction
- setReadPrefs(boolean) - Method in class de.sciss.gui.PrefNumberField
- setReadPrefs(boolean) - Method in class de.sciss.gui.PrefParamField
- setReadPrefs(boolean) - Method in class de.sciss.gui.PrefPathField
- setReadPrefs(boolean) - Method in class de.sciss.gui.PrefRecentItemsCombo
- setReadPrefs(boolean) - Method in class de.sciss.gui.PrefTextField
- setRefreshParent(boolean) - Method in class de.sciss.gui.PeakMeter
- setResizable(boolean) - Method in interface de.sciss.app.AbstractWindow
- setResizable(boolean) - Method in class de.sciss.common.AppWindow
- setResizable(boolean) - Method in class de.sciss.gui.AquaWindowBar
- setRMSPainted(boolean) - Method in class de.sciss.gui.PeakMeter
-
Decides whether the blue RMS bar should be painted or not.
- setRMSPainted(boolean) - Method in class de.sciss.gui.PeakMeterPanel
- setSelected(boolean) - Method in class de.sciss.gui.MenuCheckItem
- setSelected(int) - Method in class de.sciss.gui.MenuRadioGroup
- setSelectedIndex(int) - Method in class de.sciss.gui.MultiStateButton
- setSelectedIndex(int) - Method in class de.sciss.gui.UnitLabel
-
Changes the currently selected unit.
- setSelectedWindow(Action) - Method in class de.sciss.common.BasicMenuFactory
- setSignificant(boolean) - Method in class de.sciss.common.BasicCompoundEdit
- setSize(Dimension) - Method in interface de.sciss.app.AbstractWindow
- setSize(Dimension) - Method in class de.sciss.common.AppWindow
- setSortedColumn(int, int) - Method in class de.sciss.gui.SortedTableModel
-
Sets the sorted column.
- setSortingAllowed(int, boolean) - Method in class de.sciss.gui.SortedTableModel
-
Defines a column to be sortable or not sortable.
- setSortingStatus(int, int) - Method in class de.sciss.gui.SortedTableModel
- setSpace(VectorSpace) - Method in class de.sciss.gui.Axis
- setSpace(NumberSpace) - Method in class de.sciss.gui.NumberField
- setSpace(ParamSpace) - Method in class de.sciss.gui.ParamField
- setTableHeader(JTableHeader) - Method in class de.sciss.gui.SortedTableModel
- setTableModel(TableModel) - Method in class de.sciss.gui.SortedTableModel
- setText(String) - Method in class de.sciss.gui.LogTextArea
-
Replaces the gadget's text.
- setText(String) - Method in class de.sciss.gui.ProgressBar
-
Sets or clears the text that is displayed on top of thes bar.
- setTicks(int) - Method in class de.sciss.gui.PeakMeter
- setTicks(int) - Method in class de.sciss.gui.PeakMeterCaption
- setTitle(String) - Method in interface de.sciss.app.AbstractWindow
- setTitle(String) - Method in class de.sciss.common.AppWindow
- setTitle(String) - Method in class de.sciss.gui.AquaWindowBar
- setTitle(String) - Method in class de.sciss.gui.SpringPanel
-
Adds a titled border to the panel.
- setTopBorder(boolean) - Method in class de.sciss.gui.GradientPanel
- setTranslator(ParamSpace.Translator) - Method in class de.sciss.gui.ParamField
- setUndecorated(boolean) - Method in interface de.sciss.app.AbstractWindow
- setUndecorated(boolean) - Method in class de.sciss.common.AppWindow
- setValue(int) - Method in class de.sciss.gui.SpringPanel.ComponentHeightRatioSpring
- setValue(int) - Method in class de.sciss.gui.SpringPanel.ComponentWidthRatioSpring
- setValue(int) - Method in class de.sciss.gui.SpringPanel.RatioSpring
- setValue(Param) - Method in class de.sciss.gui.ParamField
- setValueAndSpace(Param) - Method in class de.sciss.gui.ParamField
- setValueAt(Object, int, int) - Method in class de.sciss.gui.SortedTableModel
- setVisible(boolean) - Method in interface de.sciss.app.AbstractWindow
- setVisible(boolean) - Method in class de.sciss.common.AppWindow
- setVisible(boolean) - Method in class de.sciss.gui.AquaFocusBorder
- setWarnWhenExists(boolean) - Method in class de.sciss.gui.PathField
- setWritePrefs(boolean) - Method in interface de.sciss.app.PreferenceEntrySync
- setWritePrefs(boolean) - Method in class de.sciss.gui.KeyStrokeTextField
- setWritePrefs(boolean) - Method in class de.sciss.gui.PrefCheckBox
- setWritePrefs(boolean) - Method in class de.sciss.gui.PrefComboBox
- setWritePrefs(boolean) - Method in class de.sciss.gui.PrefMenuAction
- setWritePrefs(boolean) - Method in class de.sciss.gui.PrefNumberField
- setWritePrefs(boolean) - Method in class de.sciss.gui.PrefParamField
- setWritePrefs(boolean) - Method in class de.sciss.gui.PrefPathField
- setWritePrefs(boolean) - Method in class de.sciss.gui.PrefRecentItemsCombo
- setWritePrefs(boolean) - Method in class de.sciss.gui.PrefTextField
- setXPad(int) - Method in class de.sciss.gui.SpringPanel
-
Changes the horizontal padding.
- setYPad(int) - Method in class de.sciss.gui.SpringPanel
-
Changes the vertical padding.
- SHAPE_ABORT - Static variable in class de.sciss.gui.ModificationButton
- SHAPE_INFO - Static variable in class de.sciss.gui.ModificationButton
- SHAPE_LIST - Static variable in class de.sciss.gui.ModificationButton
- SHAPE_MINUS - Static variable in class de.sciss.gui.ModificationButton
- SHAPE_PLUS - Static variable in class de.sciss.gui.ModificationButton
- SHAPE_REVEAL - Static variable in class de.sciss.gui.ModificationButton
- shift(long) - Method in class de.sciss.io.Span
- shouldCancel() - Static method in class de.sciss.common.ProcessingThread
- shouldWritePrefs() - Method in class de.sciss.gui.PrefMenuAction
- showDialog(Dialog) - Static method in class de.sciss.common.BasicWindowHandler
- showDialog(Dialog) - Method in class de.sciss.gui.PathButton
- showDialog(JOptionPane, Component, String) - Static method in class de.sciss.common.BasicWindowHandler
- showErrorDialog(Component, Throwable, String) - Static method in class de.sciss.common.BasicWindowHandler
- showFileChooser() - Method in class de.sciss.gui.PathButton
- showMessage(int, String) - Method in interface de.sciss.gui.ProgressComponent
-
Asks the component to display a message related to the process.
- showPreferences() - Method in class de.sciss.common.BasicMenuFactory
- ShowWindowAction - Class in de.sciss.common
- ShowWindowAction(AbstractWindow) - Constructor for class de.sciss.common.ShowWindowAction
- size() - Method in class de.sciss.gui.MenuGroup
- SmartJFrame - Class in de.sciss.common
- SmartJFrame(boolean) - Constructor for class de.sciss.common.SmartJFrame
- SmartJFrame(GraphicsConfiguration, boolean) - Constructor for class de.sciss.common.SmartJFrame
- SmartJFrame(String, boolean) - Constructor for class de.sciss.common.SmartJFrame
- SmartJFrame(String, GraphicsConfiguration, boolean) - Constructor for class de.sciss.common.SmartJFrame
- SMPS - Static variable in class de.sciss.util.ParamSpace
- sort(List, boolean) - Static method in class de.sciss.io.Region
-
Sorts regions chronologically
- SortedTableModel - Class in de.sciss.gui
-
Original class commentary: SortedTableModel is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
- SortedTableModel() - Constructor for class de.sciss.gui.SortedTableModel
-
Creates a new sorted table model with no underlying model assigned.
- SortedTableModel(TableModel) - Constructor for class de.sciss.gui.SortedTableModel
-
Creates a new sorted table model with a given underlying model assigned.
- SortedTableModel(TableModel, JTableHeader) - Constructor for class de.sciss.gui.SortedTableModel
-
Creates a new sorted table model with a given underlying model assigned and a table header used for selecting the sorted column.
- SPACE - Static variable in class de.sciss.gui.ParamField.Event
-
returned by getID() : the param space was switched
- SPACE - Static variable in class de.sciss.util.ParamSpace
- spaceToUnity(Point2D) - Method in class de.sciss.gui.VectorSpace
- span - Variable in class de.sciss.io.Region
-
A region's time span in sample frames
- Span - Class in de.sciss.io
-
A struct class: a span between a start and end point in one dimensional space.
- Span() - Constructor for class de.sciss.io.Span
-
Create a new empty span whose start and stop are zero.
- Span(long, long) - Constructor for class de.sciss.io.Span
-
Creates a span with the given start and stop points.
- Span(Span) - Constructor for class de.sciss.io.Span
-
Create a span with the start and stop points copied from another span.
- spcAmpDecibels - Static variable in class de.sciss.util.ParamSpace
- spcAmpPercentF - Static variable in class de.sciss.util.ParamSpace
- spcAmpRel - Static variable in class de.sciss.util.ParamSpace
- spcFreqHertz - Static variable in class de.sciss.util.ParamSpace
- spcTimeHHMMSS - Static variable in class de.sciss.util.ParamSpace
- spcTimeMillis - Static variable in class de.sciss.util.ParamSpace
- spcTimeMillisD - Static variable in class de.sciss.util.ParamSpace
- spcTimePercentD - Static variable in class de.sciss.util.ParamSpace
- spcTimePercentF - Static variable in class de.sciss.util.ParamSpace
- spcTimePercentR - Static variable in class de.sciss.util.ParamSpace
- spcTimeSmps - Static variable in class de.sciss.util.ParamSpace
- spcTimeSmpsD - Static variable in class de.sciss.util.ParamSpace
- SPECIAL_MASK - Static variable in class de.sciss.util.ParamSpace
- SpringPanel - Class in de.sciss.gui
-
A subclass of
JPanelthat is linked to aSpringLayout. - SpringPanel() - Constructor for class de.sciss.gui.SpringPanel
-
Creates a new panel with zero padding and offset
- SpringPanel(int, int, int, int) - Constructor for class de.sciss.gui.SpringPanel
-
Creates a new panel with given padding and offset (in pixels).
- SpringPanel.ComponentHeightRatioSpring - Class in de.sciss.gui
- SpringPanel.ComponentWidthRatioSpring - Class in de.sciss.gui
- SpringPanel.RatioSpring - Class in de.sciss.gui
- start - Variable in class de.sciss.io.Span
-
The span
startshould be treated as if it was immutable! - start() - Method in class de.sciss.common.ProcessingThread
-
Starts processing.
- start(ProcessingThread) - Method in class de.sciss.common.BasicDocument
- startComparator - Static variable in class de.sciss.io.Span
- STARTED - Static variable in class de.sciss.common.ProcessingThread.Event
-
returned by getID() : the process started running
- startListening() - Method in class de.sciss.app.DynamicAncestorAdapter
- startListening() - Method in interface de.sciss.app.DynamicListening
-
will be called when the component becomes visible
- startListening() - Method in class de.sciss.app.DynamicPrefChangeManager
- startListening() - Method in class de.sciss.gui.HelpButton
- startListening() - Method in class de.sciss.gui.IndeterminateSpinner
- startListening() - Method in class de.sciss.gui.KeyStrokeTextField
- startListening() - Method in class de.sciss.gui.PrefCheckBox
- startListening() - Method in class de.sciss.gui.PrefComboBox
- startListening() - Method in class de.sciss.gui.PrefNumberField
- startListening() - Method in class de.sciss.gui.PrefParamField
- startListening() - Method in class de.sciss.gui.PrefPathField
- startListening() - Method in class de.sciss.gui.PrefRecentItemsCombo
- startListening() - Method in class de.sciss.gui.PrefTextField
- stop - Variable in class de.sciss.io.Span
-
The span
startshould be treated as if it was immutable! - stopComparator - Static variable in class de.sciss.io.Span
- stopListening() - Method in class de.sciss.app.DynamicAncestorAdapter
- stopListening() - Method in interface de.sciss.app.DynamicListening
-
will be called when the component is hidden
- stopListening() - Method in class de.sciss.app.DynamicPrefChangeManager
- stopListening() - Method in class de.sciss.gui.HelpButton
- stopListening() - Method in class de.sciss.gui.IndeterminateSpinner
- stopListening() - Method in class de.sciss.gui.KeyStrokeTextField
- stopListening() - Method in class de.sciss.gui.PrefCheckBox
- stopListening() - Method in class de.sciss.gui.PrefComboBox
- stopListening() - Method in class de.sciss.gui.PrefNumberField
- stopListening() - Method in class de.sciss.gui.PrefParamField
- stopListening() - Method in class de.sciss.gui.PrefPathField
- stopListening() - Method in class de.sciss.gui.PrefRecentItemsCombo
- stopListening() - Method in class de.sciss.gui.PrefTextField
- STOPPED - Static variable in class de.sciss.common.ProcessingThread.Event
-
returned by getID() : the server stopped running.
- StretchedGridLayout - Class in de.sciss.gui
-
A variant of GridLayout that doesn't leave empty spaces at the bottom or right, because it properly stretches the widths and heights of the components over the available space
- StretchedGridLayout() - Constructor for class de.sciss.gui.StretchedGridLayout
- StretchedGridLayout(int, int) - Constructor for class de.sciss.gui.StretchedGridLayout
- StretchedGridLayout(int, int, int, int) - Constructor for class de.sciss.gui.StretchedGridLayout
- STRING_COMPARATOR - Static variable in class de.sciss.gui.SortedTableModel
-
A comparator which converts the objects to strings
- STRING_COMPARATOR_UPCASE - Static variable in class de.sciss.gui.SortedTableModel
-
A comparator which converts the objects to strings and converting them to upper case.
- StringItem - Class in de.sciss.gui
-
A simple structure encompassing a string and an associated value.
- StringItem(String, Object) - Constructor for class de.sciss.gui.StringItem
-
Constructs a new immutable StringItem.
- stringToDimension(String) - Static method in class de.sciss.common.AppWindow
- stringToPoint(String) - Static method in class de.sciss.common.AppWindow
- stringToUnit(String) - Static method in class de.sciss.util.ParamSpace
- stringToValue(String) - Method in class de.sciss.gui.TimeFormatter
- strokeToPrefs(KeyStroke) - Static method in class de.sciss.gui.KeyStrokeTextField
-
Converts a KeyStroke into a string representation for preference storage.
- SUPPORT - Static variable in interface de.sciss.app.AbstractWindow
-
Window type: supplementary window which for example might not need menubar
- supportedFlavors - Static variable in class de.sciss.gui.NumberField
- supportedFlavors - Static variable in class de.sciss.gui.PathButton
- sync - Variable in class de.sciss.app.AbstractDocumentHandler
- sync - Variable in class de.sciss.common.ProcessingThread
- sync() - Method in class de.sciss.common.ProcessingThread
-
Puts the calling thread in wait mode until the processing is finished.
- sync(int) - Method in class de.sciss.common.ProcessingThread
T
- tableModel - Variable in class de.sciss.gui.SortedTableModel
- tempFloating - Variable in class de.sciss.common.AppWindow
- tempFloatingTimer - Variable in class de.sciss.common.AppWindow
- TemporaryFocusTracker - Class in de.sciss.gui
- TemporaryFocusTracker(JFrame) - Constructor for class de.sciss.gui.TemporaryFocusTracker
- test() - Static method in class de.sciss.gui.ComponentBoundsRestrictor
- TiledImage - Class in de.sciss.gui
-
An
Imagewrapper that generates a virtual grid of sub images which are accessible by x and y offset and paintable through a custompaintTilemethod. - TiledImage(Image, int, int) - Constructor for class de.sciss.gui.TiledImage
-
Creates a new TiledImage from an image applies a custom tiling grid.
- TiledImage(String, int, int) - Constructor for class de.sciss.gui.TiledImage
-
Creates a new TiledImage from an image file on harddisc and applies a custom tiling grid.
- TiledImage(URL, int, int) - Constructor for class de.sciss.gui.TiledImage
-
Creates a new TiledImage from an image URL and applies a custom tiling grid.
- TIME - Static variable in class de.sciss.util.ParamSpace
- TimeFormat - Class in de.sciss.gui
-
A
MessageFormatsubclass for displaying time values in minutes and seconds. - TimeFormat(int, String, String, int, Locale) - Constructor for class de.sciss.gui.TimeFormat
-
Constructs a new
TimeFormatwith automatically created pattern. - TIMEFORMAT - Static variable in class de.sciss.gui.Axis
-
Flag: Requests the labels to be formatted as MIN:SEC.MILLIS
- TimeFormatter - Class in de.sciss.gui
- TimeFormatter() - Constructor for class de.sciss.gui.TimeFormatter
- timer - Variable in class de.sciss.gui.FloatingPaletteHandler
- toDescr(AudioFileDescr) - Method in class de.sciss.io.AudioFileFormatPane
-
Copy the internal state of the
AudioFileFormatPaneinto theAudioFileDescrobject. - toFront() - Method in interface de.sciss.app.AbstractWindow
- toFront() - Method in class de.sciss.common.AppWindow
- TopPainter - Interface in de.sciss.gui
-
Simple as that: paint something arbitrary on top of a hosting component See the implementing classes for examples.
- toString() - Method in class de.sciss.app.BasicUndoableEdit
- toString() - Method in class de.sciss.gui.StringItem
-
Returns a string representation of the value.
- toString() - Method in class de.sciss.io.Span
- toString() - Method in class de.sciss.util.Flag
- toString() - Method in class de.sciss.util.MutableInt
- toString() - Method in class de.sciss.util.MutableLong
- toString() - Method in class de.sciss.util.Param
- touches(Span) - Method in class de.sciss.io.Span
-
Checks if a two spans overlap or touch each other.
- translate(Param, ParamSpace) - Method in class de.sciss.util.DefaultUnitTranslator
- translate(Param, ParamSpace) - Method in interface de.sciss.util.ParamSpace.Translator
- TreeExpanderButton - Class in de.sciss.gui
-
A triangle icon button which looks like an Aqua tree expander.
- TreeExpanderButton() - Constructor for class de.sciss.gui.TreeExpanderButton
- TRIPLET - Static variable in class de.sciss.gui.AquaWindowBar
- truncate() - Method in class de.sciss.io.AudioFile
-
Truncates the file to the size represented by the current file position.
- truncate() - Method in interface de.sciss.io.InterleavedStreamFile
- type - Variable in class de.sciss.io.AudioFileDescr
-
file format such as TYPE_AIFF
- TYPE_AIFF - Static variable in class de.sciss.io.AudioFileDescr
-
type value : apple aiff sound file format
- TYPE_BASICMASK - Static variable in class de.sciss.gui.PathField
-
type flag : the bitmask for all path types
- TYPE_DISABLED - Static variable in class de.sciss.gui.ModificationButton
- TYPE_FOLDER - Static variable in class de.sciss.gui.PathField
-
type flag : path to be chosen is a folder
- TYPE_FORMATFIELD - Static variable in class de.sciss.gui.PathField
-
type flag : request an extra gadget to view file information
- TYPE_INPUTFILE - Static variable in class de.sciss.gui.PathField
-
type flag : file is used for input / reading
- TYPE_IRCAM - Static variable in class de.sciss.io.AudioFileDescr
-
type value : ircam sound file format
- TYPE_NORMAL - Static variable in class de.sciss.gui.ModificationButton
- TYPE_OUTPUTFILE - Static variable in class de.sciss.gui.PathField
-
type flag : file is used for output / writing
- TYPE_PRESSED - Static variable in class de.sciss.gui.ModificationButton
- TYPE_RAW - Static variable in class de.sciss.io.AudioFileDescr
-
type value : raw (headerless) file format
- TYPE_SND - Static variable in class de.sciss.io.AudioFileDescr
-
type value : sun/next file format .au aka .snd
- TYPE_UNKNOWN - Static variable in class de.sciss.io.AudioFileDescr
-
type value : undefined audio file format
- TYPE_WAVE - Static variable in class de.sciss.io.AudioFileDescr
-
type value : wave (riff) sound file format
- TYPE_WAVE64 - Static variable in class de.sciss.io.AudioFileDescr
-
type value : sony wave64 sound file format
- TYPES_MASK - Static variable in interface de.sciss.app.AbstractWindow
U
- udirScheme(String, int) - Method in class de.sciss.gui.PathField
- undo() - Method in class de.sciss.app.AbstractCompoundEdit
-
Performs undo on all compound sub edits
- undo() - Method in class de.sciss.app.UndoManager
- undoDone() - Method in class de.sciss.app.AbstractCompoundEdit
-
This gets called after the undo operation but still inside the sync block.
- undoDone() - Method in class de.sciss.common.BasicCompoundEdit
-
Does nothing
- UndoManager - Class in de.sciss.app
-
An subclass of Swing's
UndoManagerthat providesActionsto attach to menu items in a standard edit menu. - UndoManager(Document) - Constructor for class de.sciss.app.UndoManager
-
Instantiate a new UndoManager.
- UndoManager.ActionRedo - Class in de.sciss.app
- UndoManager.ActionUndo - Class in de.sciss.app
- undoText - Variable in class de.sciss.app.UndoManager
- union(Span) - Method in class de.sciss.io.Span
- union(Span, Span) - Static method in class de.sciss.io.Span
-
Union operation on two spans.
- unit - Variable in class de.sciss.util.Param
- unit - Variable in class de.sciss.util.ParamSpace
- UNIT_MASK - Static variable in class de.sciss.util.ParamSpace
- UnitLabel - Class in de.sciss.gui
-
This class extends
JLabelby adding support for a list of labels which can be easily switched programmatically or by the user to whom a popup menu is presented whenever there is more than one label item. - UnitLabel() - Constructor for class de.sciss.gui.UnitLabel
-
Creates a new empty label.
- units - Variable in class de.sciss.gui.UnitLabel
- unitToString(int) - Static method in class de.sciss.util.ParamSpace
- unityToSpace(Point2D) - Method in class de.sciss.gui.VectorSpace
- update(float) - Static method in class de.sciss.common.ProcessingThread
- update(Component) - Method in class de.sciss.gui.ComponentHost
- update(Rectangle) - Method in class de.sciss.gui.ComponentHost
- updateAll() - Method in class de.sciss.gui.ComponentHost
- URLClassLoaderManager - Class in de.sciss.util
- URLClassLoaderManager() - Constructor for class de.sciss.util.URLClassLoaderManager
- URLClassLoaderManager(ClassLoader) - Constructor for class de.sciss.util.URLClassLoaderManager
- URLViewerAction - Class in de.sciss.common
-
Generic action for bringing up a html document either in the help viewer or the default web browser
- URLViewerAction(String, KeyStroke, String, boolean) - Constructor for class de.sciss.common.URLViewerAction
- useLogFile - Variable in class de.sciss.gui.LogTextArea
- userPaths - Static variable in class de.sciss.gui.PathField
- usesFloating() - Method in class de.sciss.common.BasicWindowHandler
- usesInternalFrames() - Method in interface de.sciss.app.WindowHandler
- usesInternalFrames() - Method in class de.sciss.common.BasicWindowHandler
- usesScreenMenuBar() - Method in interface de.sciss.app.WindowHandler
- usesScreenMenuBar() - Method in class de.sciss.common.BasicWindowHandler
V
- val - Variable in class de.sciss.util.Param
- validActionPerformed(ActionEvent) - Method in class de.sciss.gui.DoClickAction
-
Invokes the button's
doClick()method. - validActionPerformed(ActionEvent) - Method in class de.sciss.gui.KeyedAction
- value - Variable in class de.sciss.gui.NumberField
- value() - Method in class de.sciss.util.MutableInt
- value() - Method in class de.sciss.util.MutableLong
- VALUE - Static variable in class de.sciss.gui.ParamField.Event
-
returned by getID() : the param value changed
- valueComparator - Static variable in class de.sciss.gui.StringItem
- valueOf(String) - Static method in class de.sciss.util.Param
- valueToString(Object) - Method in class de.sciss.gui.TimeFormatter
- VectorSpace - Class in de.sciss.gui
- VERTICAL - Static variable in class de.sciss.gui.Axis
-
Defines the axis to have vertical orient
- vlabel - Variable in class de.sciss.gui.VectorSpace
- vlog - Variable in class de.sciss.gui.VectorSpace
- vmax - Variable in class de.sciss.gui.VectorSpace
- vmin - Variable in class de.sciss.gui.VectorSpace
- VOLTS - Static variable in class de.sciss.util.ParamSpace
-
Units
- vSpaceToUnity(double) - Method in class de.sciss.gui.VectorSpace
- vunit - Variable in class de.sciss.gui.VectorSpace
- vUnityToSpace(double) - Method in class de.sciss.gui.VectorSpace
W
- w - Variable in class de.sciss.gui.MenuItem.Realized
- warp - Variable in class de.sciss.util.ParamSpace
- wh - Variable in class de.sciss.common.AppWindow
- win - Variable in class de.sciss.gui.HelpFrame
- WINDOW_ACTIVATED - Static variable in class de.sciss.app.AbstractWindow.Event
- WINDOW_CLOSED - Static variable in class de.sciss.app.AbstractWindow.Event
- WINDOW_CLOSING - Static variable in class de.sciss.app.AbstractWindow.Event
- WINDOW_DEACTIVATED - Static variable in class de.sciss.app.AbstractWindow.Event
- WINDOW_DEICONIFIED - Static variable in class de.sciss.app.AbstractWindow.Event
- WINDOW_FIRST - Static variable in class de.sciss.app.AbstractWindow.Event
- WINDOW_ICONIFIED - Static variable in class de.sciss.app.AbstractWindow.Event
- WINDOW_OPENED - Static variable in class de.sciss.app.AbstractWindow.Event
- windowActivated(AbstractWindow.Event) - Method in class de.sciss.app.AbstractWindow.Adapter
- windowActivated(AbstractWindow.Event) - Method in interface de.sciss.app.AbstractWindow.Listener
- windowActivated(WindowEvent) - Method in class de.sciss.gui.WindowListenerWrapper
- windowClosed(AbstractWindow.Event) - Method in class de.sciss.app.AbstractWindow.Adapter
- windowClosed(AbstractWindow.Event) - Method in interface de.sciss.app.AbstractWindow.Listener
- windowClosed(WindowEvent) - Method in class de.sciss.gui.WindowListenerWrapper
- windowClosing(AbstractWindow.Event) - Method in class de.sciss.app.AbstractWindow.Adapter
- windowClosing(AbstractWindow.Event) - Method in interface de.sciss.app.AbstractWindow.Listener
- windowClosing(WindowEvent) - Method in class de.sciss.gui.WindowListenerWrapper
- windowDeactivated(AbstractWindow.Event) - Method in class de.sciss.app.AbstractWindow.Adapter
- windowDeactivated(AbstractWindow.Event) - Method in interface de.sciss.app.AbstractWindow.Listener
- windowDeactivated(WindowEvent) - Method in class de.sciss.gui.WindowListenerWrapper
- windowDeiconified(AbstractWindow.Event) - Method in class de.sciss.app.AbstractWindow.Adapter
- windowDeiconified(AbstractWindow.Event) - Method in interface de.sciss.app.AbstractWindow.Listener
- windowDeiconified(WindowEvent) - Method in class de.sciss.gui.WindowListenerWrapper
- WindowHandler - Interface in de.sciss.app
- windowIconified(AbstractWindow.Event) - Method in class de.sciss.app.AbstractWindow.Adapter
- windowIconified(AbstractWindow.Event) - Method in interface de.sciss.app.AbstractWindow.Listener
- windowIconified(WindowEvent) - Method in class de.sciss.gui.WindowListenerWrapper
- WindowListenerWrapper - Class in de.sciss.gui
- windowOpened(AbstractWindow.Event) - Method in class de.sciss.app.AbstractWindow.Adapter
- windowOpened(AbstractWindow.Event) - Method in interface de.sciss.app.AbstractWindow.Listener
- windowOpened(WindowEvent) - Method in class de.sciss.gui.WindowListenerWrapper
- wrapWindowBounds(Rectangle, Rectangle) - Static method in class de.sciss.gui.GUIUtil
- writeFrames(float[][], int, int) - Method in class de.sciss.io.AudioFile
-
Writes sample frames to the file starting at the current position.
- writeFrames(float[][], int, int) - Method in interface de.sciss.io.InterleavedStreamFile
- writePrefs - Variable in class de.sciss.gui.KeyStrokeTextField
- writePrefs - Variable in class de.sciss.gui.PrefCheckBox
- writePrefs - Variable in class de.sciss.gui.PrefComboBox
- writePrefs - Variable in class de.sciss.gui.PrefNumberField
- writePrefs - Variable in class de.sciss.gui.PrefParamField
- writePrefs - Variable in class de.sciss.gui.PrefPathField
- writePrefs - Variable in class de.sciss.gui.PrefRecentItemsCombo
- writePrefs - Variable in class de.sciss.gui.PrefTextField
- writePrefs() - Method in interface de.sciss.app.PreferenceEntrySync
- writePrefs() - Method in class de.sciss.gui.BooleanPrefsMenuAction
- writePrefs() - Method in class de.sciss.gui.IntPrefsMenuAction
- writePrefs() - Method in class de.sciss.gui.KeyStrokeTextField
- writePrefs() - Method in class de.sciss.gui.PrefCheckBox
- writePrefs() - Method in class de.sciss.gui.PrefComboBox
- writePrefs() - Method in class de.sciss.gui.PrefNumberField
- writePrefs() - Method in class de.sciss.gui.PrefParamField
- writePrefs() - Method in class de.sciss.gui.PrefPathField
- writePrefs() - Method in class de.sciss.gui.PrefRecentItemsCombo
- writePrefs() - Method in class de.sciss.gui.PrefTextField
All Classes All Packages