Teppefall

com.teppefall.ds.layout.jxml
Class AssemblyBoxLayout.HBox

java.lang.Object
  extended by javax.swing.BoxLayout
      extended by com.teppefall.ds.layout.jxml.AssemblyBoxLayout
          extended by com.teppefall.ds.layout.jxml.AssemblyBoxLayout.HBox
All Implemented Interfaces:
java.awt.LayoutManager, java.awt.LayoutManager2, java.io.Serializable
Enclosing class:
AssemblyBoxLayout

public static class AssemblyBoxLayout.HBox
extends AssemblyBoxLayout

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.teppefall.ds.layout.jxml.AssemblyBoxLayout
AssemblyBoxLayout.HBox, AssemblyBoxLayout.VBox
 
Field Summary
 
Fields inherited from class javax.swing.BoxLayout
LINE_AXIS, PAGE_AXIS, X_AXIS, Y_AXIS
 
Constructor Summary
AssemblyBoxLayout.HBox(java.awt.Container c)
           
 
Method Summary
 
Methods inherited from class javax.swing.BoxLayout
addLayoutComponent, addLayoutComponent, getAxis, getLayoutAlignmentX, getLayoutAlignmentY, getTarget, invalidateLayout, layoutContainer, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssemblyBoxLayout.HBox

public AssemblyBoxLayout.HBox(java.awt.Container c)

Teppefall