Class PacketViewer

    • Field Detail

      • ERROR_FAINT_BG

        public static final Color ERROR_FAINT_BG
      • ERROR_FAINT_FG

        public static final Color ERROR_FAINT_FG
      • ERROR_BORDER

        public static final Border ERROR_BORDER
    • Method Detail

      • log

        public void log​(String s)
        Specified by:
        log in interface org.yamcs.client.ConnectionListener
      • setSelectedPacket

        public void setSelectedPacket​(ListPacket listPacket)
      • connected

        public void connected()
        Specified by:
        connected in interface org.yamcs.client.ConnectionListener
      • connecting

        public void connecting()
        Specified by:
        connecting in interface org.yamcs.client.ConnectionListener
      • connectionFailed

        public void connectionFailed​(org.yamcs.client.ClientException exception)
        Specified by:
        connectionFailed in interface org.yamcs.client.ConnectionListener
      • disconnected

        public void disconnected()
        Specified by:
        disconnected in interface org.yamcs.client.ConnectionListener
      • getRecentFiles

        public List<String[]> getRecentFiles()
        Returns the recently opened files from preferences Each entry is a String array with the filename on index 0, and the last used XTCE DB for that file on index 1.
      • addParameterToTheLeftTable

        public void addParameterToTheLeftTable​(Parameter selectedParameter)
      • getDefaultNamespace

        public String getDefaultNamespace()