Class ComponentWithTitle


  • public abstract class ComponentWithTitle
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.Object getComponent()  
      abstract java.lang.String getTitle()  
      abstract void setTitle​(java.lang.String title)  
      • Methods inherited from class java.lang.Object

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

      • ComponentWithTitle

        public ComponentWithTitle()
    • Method Detail

      • getComponent

        public abstract java.lang.Object getComponent()
      • setTitle

        public abstract void setTitle​(java.lang.String title)
      • getTitle

        public abstract java.lang.String getTitle()