Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
jpicedt.ui.util

Classes in jpicedt.ui.util used by jpicedt.ui.util
PEProgressBar
          a progress bar that is (currently) used only during GUI initialization on start-up (hence messages are predefined so that it makes sense during a GUI init, but probably not elsewhere).
PEProgressBar.LogoPanel
           
SystemOutUtilities
          A class that allow redirection of stderr and/or stdout to a log file.
SystemOutUtilities.ListenerThread
          the watchdog thread that periodically listens to incoming error messages (currently set to 3") then writes them to file and/or to a JTextArea (see inner class SystemOutToFrame) kill it by setting "lt = null"
SystemOutUtilities.SystemOutToFrame
          A JDialog box which is used to display error message in a JTextPane or to a file.