http://www.jpicedt.org

jpicedt.ui.dialog
Class ViewFormattedStringDialog

java.lang.Object
  extended by jpicedt.ui.dialog.ViewFormattedStringDialog
All Implemented Interfaces:
ActionListener, EventListener

public class ViewFormattedStringDialog
extends Object
implements ActionListener

This class implements a dialog box that displays the LaTeX/PsTricks/... formatted string and allows the user to edit, then (re)parse the text. corresponding to a given object

Since:
jPicEdt 1.2.a
Version:
$Id: ViewFormattedStringDialog.java,v 1.12 2013/03/27 06:51:26 vincentb1 Exp $
Author:
Sylvain Reynal

Constructor Summary
ViewFormattedStringDialog(PECanvas canvas, MDIManager mdimgr)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          Dispose this dialog box when "ok" is pressed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewFormattedStringDialog

public ViewFormattedStringDialog(PECanvas canvas,
                                 MDIManager mdimgr)
Parameters:
canvas - canvas holding the drawing the encoding of which is the String to be displayed
Since:
jPicEdt 1.2.a
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Dispose this dialog box when "ok" is pressed.

Specified by:
actionPerformed in interface ActionListener

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org