Class DetachableTabbedPane.Detachable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected jmri.util.org.mitre.jawb.swing.DetachableTabbedPane.LocatedIcon button  
      protected java.awt.Component component  
      protected boolean detached  
      protected JmriJFrame frame  
      protected javax.swing.Icon icon  
      protected int index  
      protected java.lang.String tip  
      protected java.lang.String title  
      protected javax.swing.Icon userIcon  
    • Constructor Summary

      Constructors 
      Constructor Description
      Detachable​(java.lang.String title, javax.swing.Icon icon, java.awt.Component comp, java.lang.String tip, int index, java.lang.String titleSuffix)  
    • Field Detail

      • title

        protected java.lang.String title
      • icon

        protected javax.swing.Icon icon
      • userIcon

        protected javax.swing.Icon userIcon
      • component

        protected java.awt.Component component
      • tip

        protected java.lang.String tip
      • index

        protected int index
      • button

        protected jmri.util.org.mitre.jawb.swing.DetachableTabbedPane.LocatedIcon button
    • Constructor Detail

      • Detachable

        public Detachable​(java.lang.String title,
                          javax.swing.Icon icon,
                          java.awt.Component comp,
                          java.lang.String tip,
                          int index,
                          java.lang.String titleSuffix)