TextEditor

Document Actions
last edited 4 years ago by gamma

description

This part creates a Text Editor and allows the user to edit or typein some text. The Text Editor fires out the edited string when the user presses Save button. The part fires Closed string to the Close outpin when the user closes the frame.

Part Diagram from Graph Editor

inpins

  1. setGEOM(int, int, int, int) - ID = 1 - Frame size and coordinates
    • int - X Axis coordinate
    • int - Y Axis coordinate
    • int - Frame width
    • int - Frame height
  2. show() - ID = 2 - Shows the frame
  3. hide() - ID = 3 - Hides the frame

outpins

  1. Text - ID = 51 - Edited Text
    • Text String
  2. Close - ID = 52 - Closed String
    • String - "Closed"

links to cvs

source - revision 1.2 org.vcb.parts.ui.texteditor.TextEditor.java at sourceforge.net

configuration file revision 1.3 textEditor.xml at sourceforge.net

status

alpha release