com.levigo.jadice.swing.pageview
Interface SelectionProvider

All Known Implementing Classes:
AbstractSelectionRendererTool, AreaSelectionTool, SelectionHighlighterTool, TextSelectionTool

public interface SelectionProvider

An interface to be implemented by classes (usually descendants of Tool) which provide some kind of selection.


Method Summary
 void clearSelection()
           
 List<? extends Selection> getSelections()
           
 

Method Detail

getSelections

List<? extends Selection> getSelections()

clearSelection

void clearSelection()


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.