|
abc4j API Specification | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TuneParser | |
|---|---|
| abc.parser | This package contains classes for parsing tunes in abc notation. |
| abc.ui.awt | This package contains classes for displaying abc related objects in awt UI components. |
| abc.ui.swing | This package contains classes for displaying abc related objects in swing UI components. Such components are closely linked to music abstractions defined in package abc.notation and propose advanced UI components that take advantage of information offered by objects such as Tune, Tune.Music etc... |
| Uses of TuneParser in abc.parser |
|---|
| Subclasses of TuneParser in abc.parser | |
|---|---|
class |
AsynchronousTuneParser
A parser that parses abc gammar into its own thread context. |
| Uses of TuneParser in abc.ui.awt |
|---|
| Methods in abc.ui.awt that return TuneParser | |
|---|---|
TuneParser |
TuneEditorArea.getParser()
|
| Constructors in abc.ui.awt with parameters of type TuneParser | |
|---|---|
TuneEditorArea(TuneParser parser)
|
|
| Uses of TuneParser in abc.ui.swing |
|---|
| Methods in abc.ui.swing that return TuneParser | |
|---|---|
TuneParser |
TuneEditorPane.getParser()
Returns the parser used to build up the tune from the abc text written in this pane. |
| Constructors in abc.ui.swing with parameters of type TuneParser | |
|---|---|
TuneEditorPane(TuneParser parser)
Creates a new TuneEditorPane with the given parser. |
|
TuneEditorPane(TuneParser parser,
int idleTimeBeforeRefresh)
Creates a new TuneEditorPane with the given parser and idle time before refresh. |
|
|
abc4j API Specification | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||