mk.fsgrep.gui
Class FileViewer.SelectionLocation

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.Integer,FileViewer.Points>
          extended by mk.fsgrep.gui.FileViewer.SelectionLocation
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Integer,FileViewer.Points>
Enclosing class:
FileViewer

protected class FileViewer.SelectionLocation
extends java.util.HashMap<java.lang.Integer,FileViewer.Points>

See Also:
Serialized Form

Constructor Summary
protected FileViewer.SelectionLocation()
           
 
Method Summary
protected  void set(int linenum, int start, int end)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

FileViewer.SelectionLocation

protected FileViewer.SelectionLocation()
Method Detail

set

protected void set(int linenum,
                   int start,
                   int end)


Copyright © 2009. All Rights Reserved.