Uses of Interface
org.malai.picking.Picker

Packages that use Picker
net.sf.latexdraw.glib.handlers   
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.glib.views.Java2D.impl   
net.sf.latexdraw.instruments   
net.sf.latexdraw.ui   
org.malai.picking   
org.malai.widget   
 

Uses of Picker in net.sf.latexdraw.glib.handlers
 

Methods in net.sf.latexdraw.glib.handlers that return Picker
 Picker Handler.getPicker()
           
 

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

Subinterfaces of Picker in net.sf.latexdraw.glib.ui
 interface ICanvas
          Defines an interface for a canvas that draw the drawing and manages the selected shapes.
 

Classes in net.sf.latexdraw.glib.ui that implement Picker
 class LCanvas
          Defines a canvas that draw the drawing and manages the selected shapes.
 

Methods in net.sf.latexdraw.glib.ui that return Picker
 Picker LCanvas.getPicker()
           
 Picker LCanvas.getPickerAt(double x, double y)
           
 

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

Methods in net.sf.latexdraw.glib.views.Java2D.impl that return Picker
 Picker LShapeView.getPicker()
           
 

Uses of Picker in net.sf.latexdraw.instruments
 

Classes in net.sf.latexdraw.instruments that implement Picker
 class Border
          This instrument manages the selected views.
 

Methods in net.sf.latexdraw.instruments that return Picker
 Picker Border.getPickerAt(double x, double y)
           
 

Uses of Picker in net.sf.latexdraw.ui
 

Classes in net.sf.latexdraw.ui that implement Picker
 class LCodePanel
          Defines the panel which contains the code generated from the drawing.
 class WidgetMiniToolbar
          This class defines a button which displays a frame containing others buttons; a kind of menu with buttons.
 

Methods in net.sf.latexdraw.ui that return Picker
 Picker ScaleRuler.getPicker()
           
 Picker WidgetMiniToolbar.getPickerAt(double x, double y)
           
 

Uses of Picker in org.malai.picking
 

Methods in org.malai.picking that return Picker
 Picker Pickable.getPicker()
           
 Picker Picker.getPickerAt(double x, double y)
           
 

Uses of Picker in org.malai.widget
 

Classes in org.malai.widget that implement Picker
 class MLayeredPane
          Overrides the widget JLayeredPane to be used within Malai.
 class MMenu
          This widgets is based on a JMenu.
 class MMenuBar
          This widgets is based on a JMenuBar.
 class MPanel
          Extends the Java JPanel to conform malai requirements.
 class MPopupMenu
          This widgets is based on a JPopupMenu.
 class MScrollPane
          Extends the Java JScrollPane to conform malai requirements.
 class MToolBar
          This widgets is based on a JToolBar.
 

Methods in org.malai.widget that return Picker
 Picker MButton.getPicker()
           
 Picker MCheckBox.getPicker()
           
 Picker MCheckBoxMenuItem.getPicker()
           
 Picker MComboBox.getPicker()
           
 Picker MMenu.getPicker()
           
 Picker MMenuItem.getPicker()
           
 Picker MRadioButton.getPicker()
           
 Picker MSlider.getPicker()
           
 Picker MSpinner.getPicker()
           
 Picker MTextArea.getPicker()
           
 Picker MTextField.getPicker()
           
 Picker MToggleButton.getPicker()
           
 Picker WidgetUtilities.getPicker(java.awt.Component component)
           
 Picker WidgetUtilities.getPickerAt(java.awt.Component component, java.awt.Component[] subComponents, double x, double y)
           
 Picker MLayeredPane.getPickerAt(double x, double y)
           
 Picker MMenu.getPickerAt(double x, double y)
           
 Picker MMenuBar.getPickerAt(double x, double y)
           
 Picker MPanel.getPickerAt(double x, double y)
           
 Picker MPopupMenu.getPickerAt(double x, double y)
           
 Picker MScrollPane.getPickerAt(double x, double y)
           
 Picker MToolBar.getPickerAt(double x, double y)