Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.textarea
Class JEditTextArea.ScrollLayout  view JEditTextArea.ScrollLayout download JEditTextArea.ScrollLayout.java

java.lang.Object
  extended byorg.gjt.sp.jedit.textarea.JEditTextArea.ScrollLayout
All Implemented Interfaces:
java.awt.LayoutManager
Enclosing class:
JEditTextArea

class JEditTextArea.ScrollLayout
extends java.lang.Object
implements java.awt.LayoutManager


Field Summary
(package private)  java.awt.Component bottom
           
(package private)  java.awt.Component center
           
(package private)  java.awt.Component left
           
(package private)  java.awt.Component leftOfScrollBar
           
(package private)  java.awt.Component right
           
 
Constructor Summary
(package private) JEditTextArea.ScrollLayout()
           
 
Method Summary
 void addLayoutComponent(java.lang.String name, java.awt.Component comp)
          Adds the specified component to the layout group.
 void layoutContainer(java.awt.Container parent)
          Lays out the components in the given container.
 java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
          Calculates the minimum size for this container, taking into account the components it contains.
 java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
          Calculates the preferred size for this container, taking into account the components it contains.
 void removeLayoutComponent(java.awt.Component comp)
          Removes the specified component from the layout group.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

center

java.awt.Component center

left

java.awt.Component left

right

java.awt.Component right

bottom

java.awt.Component bottom

leftOfScrollBar

java.awt.Component leftOfScrollBar
Constructor Detail

JEditTextArea.ScrollLayout

JEditTextArea.ScrollLayout()
Method Detail

addLayoutComponent

public void addLayoutComponent(java.lang.String name,
                               java.awt.Component comp)
Description copied from interface: java.awt.LayoutManager
Adds the specified component to the layout group.

Specified by:
addLayoutComponent in interface java.awt.LayoutManager

removeLayoutComponent

public void removeLayoutComponent(java.awt.Component comp)
Description copied from interface: java.awt.LayoutManager
Removes the specified component from the layout group.

Specified by:
removeLayoutComponent in interface java.awt.LayoutManager

preferredLayoutSize

public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
Description copied from interface: java.awt.LayoutManager
Calculates the preferred size for this container, taking into account the components it contains.

Specified by:
preferredLayoutSize in interface java.awt.LayoutManager

minimumLayoutSize

public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
Description copied from interface: java.awt.LayoutManager
Calculates the minimum size for this container, taking into account the components it contains.

Specified by:
minimumLayoutSize in interface java.awt.LayoutManager

layoutContainer

public void layoutContainer(java.awt.Container parent)
Description copied from interface: java.awt.LayoutManager
Lays out the components in the given container.

Specified by:
layoutContainer in interface java.awt.LayoutManager