public abstract class DummyDockFactory<D extends bibliothek.gui.Dockable>
extends java.lang.Object
implements bibliothek.gui.dock.DockFactory<D,bibliothek.gui.dock.perspective.PerspectiveElement,java.lang.Object>
Dockable
which can never be created
automatically, and which does not store any kind of information.Constructor and Description |
---|
DummyDockFactory() |
Modifier and Type | Method and Description |
---|---|
void |
estimateLocations(java.lang.Object layout,
bibliothek.gui.dock.layout.LocationEstimationMap children) |
java.lang.Object |
getLayout(D element,
java.util.Map<bibliothek.gui.Dockable,java.lang.Integer> children) |
java.lang.Object |
getPerspectiveLayout(bibliothek.gui.dock.perspective.PerspectiveElement element,
java.util.Map<bibliothek.gui.dock.perspective.PerspectiveDockable,java.lang.Integer> children) |
D |
layout(java.lang.Object layout,
java.util.Map<java.lang.Integer,bibliothek.gui.Dockable> children,
bibliothek.gui.dock.station.support.PlaceholderStrategy placeholders) |
D |
layout(java.lang.Object layout,
bibliothek.gui.dock.station.support.PlaceholderStrategy placeholders) |
bibliothek.gui.dock.perspective.PerspectiveElement |
layoutPerspective(java.lang.Object layout,
java.util.Map<java.lang.Integer,bibliothek.gui.dock.perspective.PerspectiveDockable> children) |
void |
layoutPerspective(bibliothek.gui.dock.perspective.PerspectiveElement perspective,
java.lang.Object layout,
java.util.Map<java.lang.Integer,bibliothek.gui.dock.perspective.PerspectiveDockable> children) |
java.lang.Object |
read(java.io.DataInputStream in,
bibliothek.gui.dock.station.support.PlaceholderStrategy placeholders) |
java.lang.Object |
read(bibliothek.util.xml.XElement element,
bibliothek.gui.dock.station.support.PlaceholderStrategy placeholders) |
void |
setLayout(D element,
java.lang.Object layout,
java.util.Map<java.lang.Integer,bibliothek.gui.Dockable> children,
bibliothek.gui.dock.station.support.PlaceholderStrategy placeholders) |
void |
setLayout(D element,
java.lang.Object layout,
bibliothek.gui.dock.station.support.PlaceholderStrategy placeholders) |
void |
write(java.lang.Object layout,
java.io.DataOutputStream out) |
void |
write(java.lang.Object layout,
bibliothek.util.xml.XElement element) |
public java.lang.Object getLayout(D element, java.util.Map<bibliothek.gui.Dockable,java.lang.Integer> children)
getLayout
in interface bibliothek.gui.dock.layout.DockConverter<D extends bibliothek.gui.Dockable,bibliothek.gui.dock.perspective.PerspectiveElement,java.lang.Object>
public java.lang.Object getPerspectiveLayout(bibliothek.gui.dock.perspective.PerspectiveElement element, java.util.Map<bibliothek.gui.dock.perspective.PerspectiveDockable,java.lang.Integer> children)
getPerspectiveLayout
in interface bibliothek.gui.dock.layout.DockConverter<D extends bibliothek.gui.Dockable,bibliothek.gui.dock.perspective.PerspectiveElement,java.lang.Object>
public void setLayout(D element, java.lang.Object layout, java.util.Map<java.lang.Integer,bibliothek.gui.Dockable> children, bibliothek.gui.dock.station.support.PlaceholderStrategy placeholders)
setLayout
in interface bibliothek.gui.dock.layout.DockConverter<D extends bibliothek.gui.Dockable,bibliothek.gui.dock.perspective.PerspectiveElement,java.lang.Object>
public void setLayout(D element, java.lang.Object layout, bibliothek.gui.dock.station.support.PlaceholderStrategy placeholders)
setLayout
in interface bibliothek.gui.dock.layout.DockConverter<D extends bibliothek.gui.Dockable,bibliothek.gui.dock.perspective.PerspectiveElement,java.lang.Object>
public void write(java.lang.Object layout, java.io.DataOutputStream out) throws java.io.IOException
write
in interface bibliothek.gui.dock.layout.DockConverter<D extends bibliothek.gui.Dockable,bibliothek.gui.dock.perspective.PerspectiveElement,java.lang.Object>
java.io.IOException
public void write(java.lang.Object layout, bibliothek.util.xml.XElement element)
write
in interface bibliothek.gui.dock.layout.DockConverter<D extends bibliothek.gui.Dockable,bibliothek.gui.dock.perspective.PerspectiveElement,java.lang.Object>
public java.lang.Object read(java.io.DataInputStream in, bibliothek.gui.dock.station.support.PlaceholderStrategy placeholders) throws java.io.IOException
read
in interface bibliothek.gui.dock.layout.DockConverter<D extends bibliothek.gui.Dockable,bibliothek.gui.dock.perspective.PerspectiveElement,java.lang.Object>
java.io.IOException
public java.lang.Object read(bibliothek.util.xml.XElement element, bibliothek.gui.dock.station.support.PlaceholderStrategy placeholders)
read
in interface bibliothek.gui.dock.layout.DockConverter<D extends bibliothek.gui.Dockable,bibliothek.gui.dock.perspective.PerspectiveElement,java.lang.Object>
public void estimateLocations(java.lang.Object layout, bibliothek.gui.dock.layout.LocationEstimationMap children)
estimateLocations
in interface bibliothek.gui.dock.DockFactory<D extends bibliothek.gui.Dockable,bibliothek.gui.dock.perspective.PerspectiveElement,java.lang.Object>
public D layout(java.lang.Object layout, java.util.Map<java.lang.Integer,bibliothek.gui.Dockable> children, bibliothek.gui.dock.station.support.PlaceholderStrategy placeholders)
layout
in interface bibliothek.gui.dock.DockFactory<D extends bibliothek.gui.Dockable,bibliothek.gui.dock.perspective.PerspectiveElement,java.lang.Object>
public D layout(java.lang.Object layout, bibliothek.gui.dock.station.support.PlaceholderStrategy placeholders)
layout
in interface bibliothek.gui.dock.DockFactory<D extends bibliothek.gui.Dockable,bibliothek.gui.dock.perspective.PerspectiveElement,java.lang.Object>
public bibliothek.gui.dock.perspective.PerspectiveElement layoutPerspective(java.lang.Object layout, java.util.Map<java.lang.Integer,bibliothek.gui.dock.perspective.PerspectiveDockable> children)
layoutPerspective
in interface bibliothek.gui.dock.DockFactory<D extends bibliothek.gui.Dockable,bibliothek.gui.dock.perspective.PerspectiveElement,java.lang.Object>
public void layoutPerspective(bibliothek.gui.dock.perspective.PerspectiveElement perspective, java.lang.Object layout, java.util.Map<java.lang.Integer,bibliothek.gui.dock.perspective.PerspectiveDockable> children)
layoutPerspective
in interface bibliothek.gui.dock.DockFactory<D extends bibliothek.gui.Dockable,bibliothek.gui.dock.perspective.PerspectiveElement,java.lang.Object>