Class JContinue

  • All Implemented Interfaces:
    JStatement

    class JContinue
    extends java.lang.Object
    implements JStatement
    JContinue statement
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private JLabel label  
    • Constructor Summary

      Constructors 
      Constructor Description
      JContinue​(JLabel _label)
      JContinue constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void state​(JFormatter f)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • label

        private final JLabel label
    • Constructor Detail

      • JContinue

        JContinue​(JLabel _label)
        JContinue constructor.
        Parameters:
        _label - a valid label or null.