History for FontChooser

changed:
-
description

   This part creates a frame with a combobox that contains all the fonts installed on the user’s system. The FontChooser allows users to select the font and fire to the Font outpin. The part fires Closed string to the Close outpin when the user closes the frame.

   Part Diagram from Graph Editor

   <img src="fontChooser.gif" />


inpins

 1 createFrame(int, int, int, int) - ID = 1  - Frame size and coordinates

  o int - X Axis coordinate

  o int - Y Axis coordinate

  o int - Frame width

  o int - Frame height

 2 show() - ID = 2 - Shows the frame

 3 hide() - ID = 3 - Hides the frame

outpins

 1 Font - ID = 51    - Selected Font

  o Font Object
  
 2 Close - ID = 52    - Closed String

  o String - "Closed"

links to cvs

 source - revision 1.2 "org.vcb.parts.ui.FontChooser.java":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/src/org/vcb/parts/xml/XMLReplace.java at sourceforge.net

 configuration file revision 1.3 "fontChooser.xml":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/configs/xml/XMLReplace.vcb at sourceforge.net

status

 alpha release