MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / LayoutManager

Interface LayoutManager

src/java/awt/LayoutManager.java:30–67  ·  view source on GitHub ↗

Defines the interface for classes that know how to layout Containers. @see Container @version 1.12, 12/14/95 @author Sami Shaio @author Arthur van Hoff

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

addMethod · 0.95
removeMethod · 0.65
removeAllMethod · 0.65
preferredSizeMethod · 0.95
minimumSizeMethod · 0.95
layoutMethod · 0.95

Implementers 5

CardLayoutsrc/java/awt/CardLayout.java
GridBagLayoutsrc/java/awt/GridBagLayout.java
GridLayoutsrc/java/awt/GridLayout.java
FlowLayoutsrc/java/awt/FlowLayout.java
BorderLayoutsrc/java/awt/BorderLayout.java

Calls

no outgoing calls

Tested by

no test coverage detected