Class ComponentResizer
- java.lang.Object
-
- de.desy.mst.libs.framework.mstapp.util.applicationresizemanager.resizers.ComponentResizer
-
public class ComponentResizer extends java.lang.Object
Resizes a Swing component (including Acop beans).- Version:
- 3.0.0
- Author:
- R.Bacher
-
-
Constructor Summary
Constructors Constructor Description ComponentResizer(java.awt.Component referenceComponent, java.awt.Component component, ApplicationResizeManager applicationResizeManager)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
resizeComponent()
Resizes the Swing component.void
resizePopupMenu()
Resizes a MstApp popup menu.
-
-
-
Constructor Detail
-
ComponentResizer
public ComponentResizer(java.awt.Component referenceComponent, java.awt.Component component, ApplicationResizeManager applicationResizeManager)
Constructor- Parameters:
referenceComponent
- Frame object of the resized visual applicationcomponent
- Swing component to be resized
-
-