Uses of Interface
org.icepdf.ri.common.views.annotations.ScalableField
-
Packages that use ScalableField Package Description org.icepdf.ri.common.views.annotations -
-
Uses of ScalableField in org.icepdf.ri.common.views.annotations
Classes in org.icepdf.ri.common.views.annotations that implement ScalableField Modifier and Type Class Description classScalableJComboBoxScalable JComboBox that scales as the document zoom is changed.classScalableJListclassScalableJScrollPaneclassScalablePasswordFieldScalable JPassword that scales as the document zoom is changed.classScalableTextAreaScalableTextArea extends JTextArea overriding key method need to insure that when the parent graphic context is scaled the FreeText area mouse events are also taken into account.classScalableTextFieldScalableTextField extends JTextField overriding key method need to insure that when the parent graphic context is scaled the FreeText area mouse events are also taken into account.
-