Package com.baulsupp.kolja.log.line

Examples of com.baulsupp.kolja.log.line.BasicLineIterator


  public void setLineIndex(LineIndex lineIndex) {
    LineIndex oldIndex = this.lineIndex;

    this.lineIndex = lineIndex;

    setModel(new LineIndexItemModel(new BasicLineIterator(lineIndex)));

    listeners.firePropertyChangeEvent(this, "lineIndex", oldIndex, lineIndex);
  }
View Full Code Here

TOP

Related Classes of com.baulsupp.kolja.log.line.BasicLineIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.