org.jgraph.pad
Class GPLibraryPanel.FixedWidthFlowLayout

java.lang.Object
  extended byjava.awt.FlowLayout
      extended byorg.jgraph.pad.GPLibraryPanel.FixedWidthFlowLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.io.Serializable
Enclosing class:
GPLibraryPanel

public static class GPLibraryPanel.FixedWidthFlowLayout
extends java.awt.FlowLayout

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.FlowLayout
CENTER, LEADING, LEFT, RIGHT, TRAILING
 
Constructor Summary
GPLibraryPanel.FixedWidthFlowLayout()
           
 
Method Summary
 java.awt.Dimension preferredLayoutSize(java.awt.Container target)
           
 
Methods inherited from class java.awt.FlowLayout
addLayoutComponent, getAlignment, getHgap, getVgap, layoutContainer, minimumLayoutSize, removeLayoutComponent, setAlignment, setHgap, setVgap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GPLibraryPanel.FixedWidthFlowLayout

public GPLibraryPanel.FixedWidthFlowLayout()
Method Detail

preferredLayoutSize

public java.awt.Dimension preferredLayoutSize(java.awt.Container target)