Uses of Interface
org.fuin.utils4swing.layout.scalable.ScalableLayoutRegistry

Packages that use ScalableLayoutRegistry
org.fuin.utils4swing.layout.scalable A layout manager that resizes the content along to a given factor. 
 

Uses of ScalableLayoutRegistry in org.fuin.utils4swing.layout.scalable
 

Classes in org.fuin.utils4swing.layout.scalable that implement ScalableLayoutRegistry
 class DefaultScalableLayoutRegistry
          default registry for scalers.
 

Methods in org.fuin.utils4swing.layout.scalable with parameters of type ScalableLayoutRegistry
 ScaledBorder TitledBorderScaler.createScaledBorder(javax.swing.border.Border border, ScalableLayoutRegistry registry)
          Creates a container for the original border values.
 ScaledBorder LineBorderScaler.createScaledBorder(javax.swing.border.Border border, ScalableLayoutRegistry registry)
          Creates a container for the original border values.
 ScaledBorder DefaultBorderScaler.createScaledBorder(javax.swing.border.Border border, ScalableLayoutRegistry registry)
          Creates a container for the original border values.
 ScaledBorder BorderScaler.createScaledBorder(javax.swing.border.Border border, ScalableLayoutRegistry registry)
          Creates a container for the original border values.
 ScaledComponent JSpinnerScaler.createScaledComponent(java.awt.Component comp, ScalableLayoutRegistry registry)
          Creates a container for the original component values.
 ScaledComponent JComponentScaler.createScaledComponent(java.awt.Component comp, ScalableLayoutRegistry registry)
          Creates a container for the original component values.
 ScaledComponent DefaultComponentScaler.createScaledComponent(java.awt.Component comp, ScalableLayoutRegistry registry)
          Creates a container for the original component values.
 ScaledComponent ComponentScaler.createScaledComponent(java.awt.Component comp, ScalableLayoutRegistry registry)
          Creates a container for the original component values.
 AbstractScalableLayout ScalableLayoutRegistry.getScalableLayout(ScalableLayoutRegistry registry, java.awt.Container container)
          Returns a scalable replacement for the original layout manager.
 AbstractScalableLayout DefaultScalableLayoutRegistry.getScalableLayout(ScalableLayoutRegistry registry, java.awt.Container container)
          Returns a scalable replacement for the original layout manager.
static void ScalableLayoutUtils.installScalableLayout(ScalableLayoutRegistry registry, java.awt.Container container)
          Install the appropriate scalable layout on the container.
static void ScalableLayoutUtils.installScalableLayoutAndKeys(ScalableLayoutRegistry registry, javax.swing.RootPaneContainer rootPaneContainer, double step)
          Install the appropriate scalable layout on the content pane of the RootPaneContainer and it's sub containers.
static void ScalableLayoutUtils.installScalableLayoutRecursive(ScalableLayoutRegistry registry, java.awt.Container container)
          Install the appropriate scalable layout on the container and it's sub containers.
 javax.swing.border.Border TitledBorderScaler.scale(ScaledBorder original, double factor, ScalableLayoutRegistry registry)
          Resize the Border.
 javax.swing.border.Border LineBorderScaler.scale(ScaledBorder original, double factor, ScalableLayoutRegistry registry)
          Resize the Border.
 javax.swing.border.Border DefaultBorderScaler.scale(ScaledBorder original, double factor, ScalableLayoutRegistry registry)
          Resize the Border.
 javax.swing.border.Border BorderScaler.scale(ScaledBorder original, double factor, ScalableLayoutRegistry registry)
          Resize the Border.
 void JSpinnerScaler.scale(ScaledComponent sc, double factor, ScalableLayoutRegistry registry)
          Resize the component.
 void JComponentScaler.scale(ScaledComponent sc, double factor, ScalableLayoutRegistry registry)
          Resize the component.
 void DefaultComponentScaler.scale(ScaledComponent sc, double factor, ScalableLayoutRegistry registry)
          Resize the component.
 void ComponentScaler.scale(ScaledComponent component, double factor, ScalableLayoutRegistry registry)
          Resize the component.
 

Constructors in org.fuin.utils4swing.layout.scalable with parameters of type ScalableLayoutRegistry
AbstractScalableLayout(ScalableLayoutRegistry registry, java.awt.Container container)
          Constructor with container.
DefaultScalableLayout(ScalableLayoutRegistry registry, java.awt.Container container)
          Constructor with registry and container.
DefaultScalableLayout2(ScalableLayoutRegistry registry, java.awt.Container container)
          Constructor with registry and container.
ScalableBorderLayout(ScalableLayoutRegistry registry, java.awt.Container container)
          Constructor with registry and container.
ScalableLayout(ScalableLayoutRegistry registry, java.awt.Container container)
          Constructor with registry and container.
ScalableLayout2(ScalableLayoutRegistry registry, java.awt.Container container)
          Constructor with registry and container.
ScaledComponent(java.awt.Component comp, ScalableLayoutRegistry registry)
          Constructor with component.
ScaledTitledBorder(javax.swing.border.TitledBorder border, ScalableLayoutRegistry registry)
          Constructor with component.
 



Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.