Serialized Form


Package com.artenum.jyconsole

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

Serialized Fields

archive

TextComponent archive

scroll

javax.swing.JScrollPane scroll

command

TextComponent command

prompt

javax.swing.JPanel prompt

promptLabel

javax.swing.JLabel promptLabel

interpreter

org.python.util.InteractiveInterpreter interpreter

out

LogWriter out

err

LogWriter err

historyManager

HistoryManager historyManager

panel

ScrollingView panel

i

int i

popupMenu

PopupMenu popupMenu

cmd

CommandLine cmd

currentScriptDir

java.io.File currentScriptDir

prefManager

PreferenceManager prefManager

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

Class com.artenum.jyconsole.TextComponent extends javax.swing.JTextPane implements Serializable

Serialized Fields

attr

javax.swing.text.SimpleAttributeSet attr

document

javax.swing.text.DefaultStyledDocument document


Package com.artenum.jyconsole.action

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

CommandLine cmd

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

CommandLine cmdOrigine

maxHeight

int maxHeight

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.FillComponent extends javax.swing.JPanel implements Serializable

Serialized Fields

viewPort

javax.swing.JViewport viewPort

components

java.awt.Component[] components

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



 (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