Class CSArrayBased


  • public class CSArrayBased
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Component getPanel()
      return the main panel that hold all the UI elements.
      private void initUI()  
      • Methods inherited from class java.lang.Object

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

      • panel

        private javax.swing.JPanel panel
      • numberOfComponents

        private int numberOfComponents
      • errmsg

        private java.lang.String errmsg
    • Constructor Detail

      • CSArrayBased

        public CSArrayBased​(COSArray array)
    • Method Detail

      • initUI

        private void initUI()
      • getPanel

        public java.awt.Component getPanel()
        return the main panel that hold all the UI elements.
        Returns:
        JPanel instance