Serialized Form
-
Package de.bsvrz.sys.funclib.consoleProcessFrame
-
Class de.bsvrz.sys.funclib.consoleProcessFrame.ConsoleProcessFrame
class ConsoleProcessFrame extends JFrame implements Serializable-
Serialized Fields
-
_consoleProcessPanel
ConsoleProcessPanel _consoleProcessPanel
-
-
-
Class de.bsvrz.sys.funclib.consoleProcessFrame.ConsoleProcessPanel
class ConsoleProcessPanel extends JPanel implements Serializable-
Serialized Fields
-
_exitPrinted
boolean _exitPrinted
-
_passwordPrompt
String _passwordPrompt
-
_passwordSupplier
Supplier<char[]> _passwordSupplier
-
_process
Process _process
-
_processErrorHatch
Thread _processErrorHatch
-
_processOutputHatch
Thread _processOutputHatch
-
_stdIn
MutableAttributeSet _stdIn
-
_system
MutableAttributeSet _system
-
_textPane
JTextPane _textPane
-
-
-