Класс BasicViewportUI

public class BasicViewportUI
extends ViewportUI

Реализация BasicViewport

Конструкторы

Конструктор Описание
BasicViewportUI()

Методы

Модификатор и тип Метод Описание
static ComponentUI createUI​(JComponent c)

Возвращает экземпляр BasicViewportUI.

protected void installDefaults​(JComponent c)

Устанавливает свойства области просмотра.

protected void uninstallDefaults​(JComponent c)

Удаляет свойства области просмотра.

Методы, объявленные в классе javax.swing.plaf.ComponentUI

contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update

Методы, объявленные в классе java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Конструкторы

BasicViewportUI

public 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, 2020, 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/11/docs/api/java.desktop/javax/swing/plaf/basic/BasicViewportUI.html

Spec-Zone .ru
спецификации, руководства, описания, API