Class Overview
This inner class is marked "public" due to a compiler bug.
 This class should be treated as a "protected" inner class.
 Instantiate it only within subclasses of MetalTabbedPaneUI.
 
Summary
| 
  [Expand]
   Inherited Methods  | 
   
From class
  javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
  
   
  
    
    
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        addLayoutComponent(String name, Component comp)
        
         If the layout manager uses a per-component string,
 adds the component comp to the layout,
 associating it
 with the string specified by name. 
  
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        calculateLayoutInfo()
        
   |  
	 
    
        | 
            
            
            
            
            
            Dimension
         | 
        
        calculateSize(boolean minimum)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        calculateTabRects(int tabPlacement, int tabCount)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        layoutContainer(Container parent)
        
         Lays out the specified container. 
  
   |  
	 
    
        | 
            
            
            
            
            
            Dimension
         | 
        
        minimumLayoutSize(Container parent)
        
         Calculates the minimum size dimensions for the specified
 container, given the components it contains. 
  
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        normalizeTabRuns(int tabPlacement, int tabCount, int start, int max)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        padSelectedTab(int tabPlacement, int selectedIndex)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        padTabRun(int tabPlacement, int start, int end, int max)
        
   |  
	 
    
        | 
            
            
            
            
            
            Dimension
         | 
        
        preferredLayoutSize(Container parent)
        
         Calculates the preferred size dimensions for the specified
 container, given the components it contains. 
  
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        preferredTabAreaHeight(int tabPlacement, int width)
        
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        preferredTabAreaWidth(int tabPlacement, int height)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        removeLayoutComponent(Component comp)
        
         Removes the specified component from the layout. 
  
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        rotateTabRuns(int tabPlacement, int selectedRun)
        
   |  
 
   
 
 | 
   
From class
  java.lang.Object
  
   
  
    
    
	 
    
        | 
            
            
            
            
            
            Object
         | 
        
        clone()
        
         Creates and returns a copy of this object. 
  
   |  
	 
    
        | 
            
            
            
            
            
            boolean
         | 
        
        equals(Object obj)
        
         Indicates whether some other object is "equal to" this one. 
  
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        finalize()
        
         Called by the garbage collector on an object when garbage collection
 determines that there are no more references to the object. 
  
   |  
	 
    
        | 
            
            
            final
            
            
            Class<?>
         | 
        
        getClass()
        
         Returns the runtime class of this Object. 
  
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        hashCode()
        
         Returns a hash code value for the object. 
  
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notify()
        
         Wakes up a single thread that is waiting on this object's
 monitor. 
  
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notifyAll()
        
         Wakes up all threads that are waiting on this object's monitor. 
  
   |  
	 
    
        | 
            
            
            
            
            
            String
         | 
        
        toString()
        
         Returns a string representation of the object. 
  
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait()
        
        Causes the current thread to wait until another thread invokes the
  notify() method or the
  notifyAll() method for this object.  
  
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long timeout, int nanos)
        
        Causes the current thread to wait until another thread invokes the
  notify() method or the
  notifyAll() method for this object, or
 some other thread interrupts the current thread, or a certain
 amount of real time has elapsed.  
  
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long timeout)
        
        Causes the current thread to wait until either another thread invokes the
  notify() method or the
  notifyAll() method for this object, or a
 specified amount of time has elapsed.  
  
   |  
 
   
 
 | 
   
From interface
  java.awt.LayoutManager
 | 
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      MetalTabbedPaneUI.TabbedPaneLayout
      ()
    
      
    
 
Protected Methods
 
    
      
        protected 
         
         
         
         
        void
      
      normalizeTabRuns
      (int tabPlacement, int tabCount, int start, int max)
    
      
    
 
 
    
      
        protected 
         
         
         
         
        void
      
      padSelectedTab
      (int tabPlacement, int selectedIndex)
    
      
    
 
 
    
      
        protected 
         
         
         
         
        void
      
      rotateTabRuns
      (int tabPlacement, int selectedRun)