com.tensegrity.gui.swing.graph
Class NavigatorPanel.NavigatorPanelLayout

java.lang.Object
  extended bycom.tensegrity.gui.swing.graph.NavigatorPanel.NavigatorPanelLayout
All Implemented Interfaces:
java.awt.LayoutManager
Enclosing class:
NavigatorPanel

protected class NavigatorPanel.NavigatorPanelLayout
extends java.lang.Object
implements java.awt.LayoutManager

This layoutmanager sets the bounds of the internal NavigatorPanel#navigator according to the outer panels size.

Version:
$Id: NavigatorPanel.java,v 1.60 2005/10/26 14:43:57 KevinCVS Exp $
Author:
GillesIachelini

Method Summary
 void addLayoutComponent(java.lang.String string, java.awt.Component c)
           
 void layoutContainer(java.awt.Container c)
           
 java.awt.Dimension minimumLayoutSize(java.awt.Container c)
           
 java.awt.Dimension preferredLayoutSize(java.awt.Container c)
           
 void removeLayoutComponent(java.awt.Component c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

layoutContainer

public void layoutContainer(java.awt.Container c)
Specified by:
layoutContainer in interface java.awt.LayoutManager

minimumLayoutSize

public java.awt.Dimension minimumLayoutSize(java.awt.Container c)
Specified by:
minimumLayoutSize in interface java.awt.LayoutManager

preferredLayoutSize

public java.awt.Dimension preferredLayoutSize(java.awt.Container c)
Specified by:
preferredLayoutSize in interface java.awt.LayoutManager

removeLayoutComponent

public void removeLayoutComponent(java.awt.Component c)
Specified by:
removeLayoutComponent in interface java.awt.LayoutManager

addLayoutComponent

public void addLayoutComponent(java.lang.String string,
                               java.awt.Component c)
Specified by:
addLayoutComponent in interface java.awt.LayoutManager


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.