Uses of Class
jApp.DocumentView

Uses of DocumentView in jApp
 

Methods in jApp that return DocumentView
 DocumentView DocumentWindow.getMouseView()
           
 DocumentView Command.getView()
           
 

Methods in jApp that return types with arguments of type DocumentView
 java.util.LinkedList<DocumentView> DocumentWindow.getViews()
           
 

Methods in jApp with parameters of type DocumentView
 void DocumentWindow.addView(DocumentView view)
           
 void Command.paint(java.awt.Graphics2D g, DocumentView view)
           
 void AbstractSelectionCommand.paint(java.awt.Graphics2D g, DocumentView view)
           
static void DocumentView.paintIcon(DocumentView view, Point2d at, java.awt.Image icon, int offsetx, int offsety)
           
 void DocumentWindow.removeView(DocumentView view)
           
 void Command.setCursor(DocumentView view)
           
protected  java.lang.Object AbstractSelectionCommand.testHandles(java.awt.Point point, DocumentView view)