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

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

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

Classes in org.fuin.utils4swing.layout.scalable that implement ComponentScaler
 class DefaultComponentScaler
          Scales any AWT component.
 class JComponentScaler
          Scales any AWT component.
 class JSpinnerScaler
          Scales a JSpinner.
 

Methods in org.fuin.utils4swing.layout.scalable that return ComponentScaler
 ComponentScaler ScalableLayoutRegistry.getComponentScaler(Class<? extends Component> componentClass)
          Returns a helper class that can be used to scale a component.
 ComponentScaler DefaultScalableLayoutRegistry.getComponentScaler(Class<? extends Component> componentClass)
          Returns a helper class that can be used to scale a component.
 

Methods in org.fuin.utils4swing.layout.scalable with parameters of type ComponentScaler
 void DefaultScalableLayoutRegistry.addScaler(ComponentScaler scaler)
          Add a new scaler to the registry.
 boolean DefaultScalableLayoutRegistry.removeScaler(ComponentScaler scaler)
          Remove a scaler from the registry.
 



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