Uses of Interface
net.sf.latexdraw.glib.views.Java2D.interfaces.ToolTipable

Packages that use ToolTipable
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.glib.views.Java2D.impl   
net.sf.latexdraw.glib.views.Java2D.interfaces   
net.sf.latexdraw.mapping   
 

Uses of ToolTipable in net.sf.latexdraw.glib.ui
 

Fields in net.sf.latexdraw.glib.ui with type parameters of type ToolTipable
protected  java.util.List<ToolTipable> LCanvas.tooltipableView
          This list contains a subset of the list 'view'.
 

Uses of ToolTipable in net.sf.latexdraw.glib.views.Java2D.impl
 

Classes in net.sf.latexdraw.glib.views.Java2D.impl that implement ToolTipable
(package private)  class LTextView
          Defines a view of the IText model.
 

Uses of ToolTipable in net.sf.latexdraw.glib.views.Java2D.interfaces
 

Subinterfaces of ToolTipable in net.sf.latexdraw.glib.views.Java2D.interfaces
 interface IViewText
          This interface defines a view of a text.
 

Uses of ToolTipable in net.sf.latexdraw.mapping
 

Constructor parameters in net.sf.latexdraw.mapping with type arguments of type ToolTipable
ViewList2TooltipableList(java.util.List<IViewShape> source, java.util.List<ToolTipable> target)
          Creates the mapping.