Uses of Class
org.netbeans.microedition.svg.SVGComponent

Packages that use SVGComponent
org.netbeans.microedition.svg   
org.netbeans.microedition.svg.input   
 

Uses of SVGComponent in org.netbeans.microedition.svg
 

Subclasses of SVGComponent in org.netbeans.microedition.svg
 class SVGAbstractButton
           
 class SVGButton
          Suggested SVG snippet: <g transform="translate(130,276)" id="button_ok"> <!
 class SVGCheckBox
          Suggested SVG snippet : <g id="checkbox_online" transform="translate(130,220)"> <!
 class SVGComboBox
          Suggested svg snippet : <g id="country_combobox" transform="translate(20,180)"> <!
 class SVGLabel
          Suggested SVG snippet : <g id="label" transform="translate(130,200)"> <text display="none">type=label</text> <g> <text id="label_text" x="5" y="5" stroke="black" font-size="15" font-family="SunSansSemiBold"> Label</text> <text display="none">type=text</text> </g> </g>
 class SVGList
          Suggested svg snippet: <g id="list" transform="translate(20,220)" > <g> <!
 class SVGRadioButton
          Suggested SVG snippet: <g transform="translate(20,190)"> <rect x="0" y="0" rx="5" ry="5" width="200" height="60" fill="none" stroke="#85a6cf" stroke-width="2"/> <g id="radio_male" transform="translate(7,5)"> <!
 class SVGSlider
          Suggested svg snippet: <g id="size_slider" transform="translate(20,110)"> <!
 class SVGSpinner
          Suggested svg snippet: <g id="age_spinner" transform="translate(20,140)"> <!
 class SVGTextArea
          Deprecated.  
 class SVGTextField
          Suggested svg snippet : <g id="textfield_name" transform="translate(20,40)"> <!
 

Methods in org.netbeans.microedition.svg that return SVGComponent
 SVGComponent SVGListCellRenderer.getCellRendererComponent(SVGList list, java.lang.Object value, int index, boolean isSelected)
           
 SVGComponent SVGDefaultListCellRenderer.getCellRendererComponent(SVGList list, java.lang.Object value, int index, boolean isSelected)
           
 SVGComponent SVGSpinner.getEditor()
           
 SVGComponent SVGComboBox.ComboBoxEditor.getEditorComponent()
           
 SVGComponent SVGForm.getFocusedField()
           
 SVGComponent SVGLabel.getLabelFor()
           
 

Methods in org.netbeans.microedition.svg with parameters of type SVGComponent
 void SVGComboBox.actionPerformed(SVGComponent comp)
           
 void SVGButtonGroup.actionPerformed(SVGComponent comp)
           
 void SVGActionListener.actionPerformed(SVGComponent comp)
           
 void SVGForm.activate(SVGComponent comp)
           
 void SVGForm.add(SVGComponent component)
           
 void SVGSpinner.setEditor(SVGComponent editor)
           
 void SVGLabel.setLabelFor(SVGComponent component)
           
 

Uses of SVGComponent in org.netbeans.microedition.svg.input
 

Methods in org.netbeans.microedition.svg.input with parameters of type SVGComponent
protected  int NumPadInputHandler.getCaretPosition(SVGComponent comp)
           
protected  java.lang.String NumPadInputHandler.getText(SVGComponent comp)
           
 boolean TextInputHandler.handleKeyPress(SVGComponent comp, int keyCode)
           
 boolean NumPadInputHandler.handleKeyPress(SVGComponent comp, int nKeyCode)
           
abstract  boolean InputHandler.handleKeyPress(SVGComponent comp, int nKeyCode)
           
 boolean TextInputHandler.handleKeyRelease(SVGComponent comp, int keyCode)
           
abstract  boolean InputHandler.handleKeyRelease(SVGComponent comp, int nKeyCode)
           
protected  void NumPadInputHandler.setCaretPosition(SVGComponent comp, int position)
           
protected  void NumPadInputHandler.setText(SVGComponent comp, java.lang.String text)
           
protected  void TextInputHandler.showTextBox(SVGComponent comp)