Serialized Form


Package com.artenum.jyconsole

Class com.artenum.jyconsole.JyConsole extends javax.swing.JPanel implements Serializable

Serialized Fields

interpreterThreadName

java.lang.String interpreterThreadName

pythonInterpreter

JInteractiveInterpreter pythonInterpreter

cmd

InteractiveCommandLine cmd

historyManager

HistoryManager historyManager

currentThread

java.lang.Thread currentThread

preference

java.util.Hashtable preference

archiveUI

javax.swing.JTextPane archiveUI

archiveModel

javax.swing.text.StyledDocument archiveModel

cmdUI

javax.swing.JTextPane cmdUI

cmdModel

javax.swing.text.StyledDocument cmdModel

prompt

Prompt prompt

scroll

javax.swing.JScrollPane scroll

uiContent

javax.swing.JPanel uiContent

popup

PopupMenu popup

focusGrabber

FocusMouseListener focusGrabber


Package com.artenum.jyconsole.action

Class com.artenum.jyconsole.action.DefaultClearAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

console

JyConsole console

Class com.artenum.jyconsole.action.DefaultCompletionAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

console

JyConsole console

duplicate

java.util.ArrayList duplicate

compWin

CompletionWindow compWin

cmd

InteractiveCommandLine cmd

currentCompletionThread

java.lang.Thread currentCompletionThread

Class com.artenum.jyconsole.action.DefaultEscapeAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

console

JyConsole console

Class com.artenum.jyconsole.action.DefaultHistoryNavigationAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

console

JyConsole console

historyManager

HistoryManager historyManager

mode

int mode

Class com.artenum.jyconsole.action.DefaultValidationAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

console

JyConsole console


Package com.artenum.jyconsole.ui

Class com.artenum.jyconsole.ui.CompletionWindow extends javax.swing.JWindow implements Serializable

Serialized Fields

list

javax.swing.JList list

model

CompletionWindow.MethodeModel model

console

JyConsole console

scroll

javax.swing.JScrollPane scroll

cmdOrigine

InteractiveCommandLine cmdOrigine

maxHeight

int maxHeight

resize

javax.swing.JPanel resize

size

java.awt.Dimension size

Class com.artenum.jyconsole.ui.CompletionWindow.MethodeModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

data

java.util.ArrayList data

filteredData

java.util.ArrayList filteredData

filter

java.lang.String filter

Class com.artenum.jyconsole.ui.MiniTextPane extends javax.swing.JTextPane implements Serializable

Serialized Fields

MIN_SIZE

java.awt.Dimension MIN_SIZE

Class com.artenum.jyconsole.ui.PreferenceDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

console

JyConsole console

scriptDir

javax.swing.JTextField scriptDir

browse

javax.swing.JButton browse

bgColor

javax.swing.JButton bgColor

defaultTxtColor

javax.swing.JButton defaultTxtColor

defaultItalic

javax.swing.JCheckBox defaultItalic

defaultBold

javax.swing.JCheckBox defaultBold

errorTxtColor

javax.swing.JButton errorTxtColor

errorItalic

javax.swing.JCheckBox errorItalic

errorBold

javax.swing.JCheckBox errorBold

ok

javax.swing.JButton ok

cancel

javax.swing.JButton cancel

Class com.artenum.jyconsole.ui.Prompt extends javax.swing.JPanel implements Serializable

Serialized Fields

txtCmd

javax.swing.JTextPane txtCmd

label

javax.swing.JLabel label

Class com.artenum.jyconsole.ui.ScrollingView extends javax.swing.JPanel implements Serializable



 (c) Copyright: Artenum SARL, 101-103 Boulevard Mac Donald, 
                75019, Paris, France 2005.
                http://www.artenum.com
 
 License:

  This program is free software; you can redistribute it 
  and/or modify it under the terms of the Q Public License; 
  either version 1 of the License.

  This program is distributed in the hope that it will be
  useful, but WITHOUT ANY WARRANTY; without even the implied
  warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
  PURPOSE. See the Q Public License for more details.

  You should have received a copy of the Q Public License 
  License along with this program; 
  if not, write to:
    Artenum SARL, 101-103 Boulevard Mac Donald,
    75019, PARIS, FRANCE, e-mail: contact@artenum.com