Класс BasicViewportUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ViewportUI
javax.swing.plaf.basic.BasicViewportUI
public class BasicViewportUI extends ViewportUI
Реализация BasicViewport
Краткое описание конструкторов
| Конструктор | Описание |
|---|---|
BasicViewportUI() |
Создаёт BasicViewportUI. |
Краткое описание методов
| Модификатор и тип | Метод | Описание |
|---|---|---|
static ComponentUI |
createUI |
Возвращает экземпляр BasicViewportUI. |
protected void |
installDefaults |
Устанавливает свойства области просмотра. |
protected void |
uninstallDefaults |
Удаляет свойства области просмотра. |
Методы, объявленные в классе javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
Подробное описание конструкторов
BasicViewportUI
public BasicViewportUI()
Создаёт
BasicViewportUI.Подробное описание методов
createUI
public static ComponentUI createUI(JComponent c)
Возвращает экземпляр
BasicViewportUI.- Параметры:
-
c- компонент - Возвращает:
- экземпляр
BasicViewportUI
installDefaults
protected void installDefaults(JComponent c)
Устанавливает свойства области просмотра.
- Параметры:
-
c- компонент
uninstallDefaults
protected void uninstallDefaults(JComponent c)
Удаляет свойства области просмотра.
- Параметры:
-
c- компонент
© 1993, 2021, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/javax/swing/plaf/basic/BasicViewportUI.html