|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(Border border,
ScalableLayoutRegistry registry)
Creates a container for the original border values. |
ScaledBorder |
LineBorderScaler.createScaledBorder(Border border,
ScalableLayoutRegistry registry)
Creates a container for the original border values. |
ScaledBorder |
DefaultBorderScaler.createScaledBorder(Border border,
ScalableLayoutRegistry registry)
Creates a container for the original border values. |
ScaledBorder |
BorderScaler.createScaledBorder(Border border,
ScalableLayoutRegistry registry)
Creates a container for the original border values. |
ScaledComponent |
JSpinnerScaler.createScaledComponent(Component comp,
ScalableLayoutRegistry registry)
Creates a container for the original component values. |
ScaledComponent |
JComponentScaler.createScaledComponent(Component comp,
ScalableLayoutRegistry registry)
Creates a container for the original component values. |
ScaledComponent |
DefaultComponentScaler.createScaledComponent(Component comp,
ScalableLayoutRegistry registry)
Creates a container for the original component values. |
ScaledComponent |
ComponentScaler.createScaledComponent(Component comp,
ScalableLayoutRegistry registry)
Creates a container for the original component values. |
AbstractScalableLayout |
ScalableLayoutRegistry.getScalableLayout(ScalableLayoutRegistry registry,
Container container)
Returns a scalable replacement for the original layout manager. |
AbstractScalableLayout |
DefaultScalableLayoutRegistry.getScalableLayout(ScalableLayoutRegistry registry,
Container container)
Returns a scalable replacement for the original layout manager. |
static void |
ScalableLayoutUtils.installScalableLayout(ScalableLayoutRegistry registry,
Container container)
Install the appropriate scalable layout on the container. |
static void |
ScalableLayoutUtils.installScalableLayoutAndKeys(ScalableLayoutRegistry registry,
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,
Container container)
Install the appropriate scalable layout on the container and it's sub containers. |
Border |
TitledBorderScaler.scale(ScaledBorder original,
double factor,
ScalableLayoutRegistry registry)
Resize the Border. |
Border |
LineBorderScaler.scale(ScaledBorder original,
double factor,
ScalableLayoutRegistry registry)
Resize the Border. |
Border |
DefaultBorderScaler.scale(ScaledBorder original,
double factor,
ScalableLayoutRegistry registry)
Resize the 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,
Container container)
Constructor with container. |
|
DefaultScalableLayout(ScalableLayoutRegistry registry,
Container container)
Constructor with registry and container. |
|
DefaultScalableLayout2(ScalableLayoutRegistry registry,
Container container)
Constructor with registry and container. |
|
ScalableBorderLayout(ScalableLayoutRegistry registry,
Container container)
Constructor with registry and container. |
|
ScalableLayout(ScalableLayoutRegistry registry,
Container container)
Constructor with registry and container. |
|
ScalableLayout2(ScalableLayoutRegistry registry,
Container container)
Constructor with registry and container. |
|
ScaledComponent(Component comp,
ScalableLayoutRegistry registry)
Constructor with component. |
|
ScaledTitledBorder(TitledBorder border,
ScalableLayoutRegistry registry)
Constructor with component. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||