abc4j API Specification

Uses of Interface
scanner.PositionableInCharStream

Packages that use PositionableInCharStream
abc.midi This package contains all classes for midi use from abc format. 
abc.parser This package contains classes for parsing tunes in abc notation. 
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... 
scanner This package contains classes for scanners needed for syntax analysis : a scanner is in charge of retrieving tokens from an input stream. 
 

Uses of PositionableInCharStream in abc.midi
 

Constructors in abc.midi with parameters of type PositionableInCharStream
NotationMarkerMessage(PositionableInCharStream pos)
           
 

Uses of PositionableInCharStream in abc.parser
 

Classes in abc.parser that implement PositionableInCharStream
 class InvalidTokenEvent
          Event generated when an invalid token is encountered by a parser.
 class PositionableMultiNote
          A multinote that encapsulates the information needed to locate where the abc information describing this multinote was positioned in the parsed stream.
 class PositionableNote
          A note that encapsulates the information needed to locate where the abc information describing this note was positioned in the parsed stream.
 

Uses of PositionableInCharStream in abc.ui.swing
 

Methods in abc.ui.swing with parameters of type PositionableInCharStream
 void TuneEditorPane.setSelectedItem(PositionableInCharStream elmnt)
          Highlights the specified element in the abc tune notation.
 

Uses of PositionableInCharStream in scanner
 

Classes in scanner that implement PositionableInCharStream
 class InvalidCharacterEvent
          This event is thrown when an unexpected character is encountered.
 class Token
          Tokens are objects created by a scanner while scanning a stream of characters.
 class TokenEvent
          This event is thrown when a new token has been detected.
 


abc4j API Specification

Submit a bug or feature