Class MaterialPasswordFieldUI.MaterialPasswordView

  • All Implemented Interfaces:
    javax.swing.SwingConstants, javax.swing.text.TabExpander
    Enclosing class:
    MaterialPasswordFieldUI

    protected class MaterialPasswordFieldUI.MaterialPasswordView
    extends javax.swing.text.PasswordView
    • Field Summary

      • Fields inherited from class javax.swing.text.PlainView

        metrics
      • Fields inherited from class javax.swing.text.View

        BadBreakWeight, ExcellentBreakWeight, ForcedBreakWeight, GoodBreakWeight, X_AXIS, Y_AXIS
      • Fields inherited from interface javax.swing.SwingConstants

        BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int drawEchoCharacter​(java.awt.Graphics g, int x, int y, char c)  
      • Methods inherited from class javax.swing.text.PasswordView

        drawEchoCharacter, drawSelectedText, drawSelectedText, drawUnselectedText, drawUnselectedText, getPreferredSpan, modelToView, viewToModel
      • Methods inherited from class javax.swing.text.FieldView

        adjustAllocation, getFontMetrics, getResizeWeight, insertUpdate, paint, removeUpdate
      • Methods inherited from class javax.swing.text.PlainView

        changedUpdate, damageLineRange, drawLine, drawLine, getLineBuffer, getTabSize, lineToRect, nextTabStop, setSize, updateDamage, updateMetrics
      • Methods inherited from class javax.swing.text.View

        append, breakView, createFragment, forwardUpdate, forwardUpdateToView, getAlignment, getAttributes, getBreakWeight, getChildAllocation, getContainer, getDocument, getElement, getEndOffset, getGraphics, getMaximumSpan, getMinimumSpan, getNextVisualPositionFrom, getParent, getStartOffset, getToolTipText, getView, getViewCount, getViewFactory, getViewIndex, getViewIndex, insert, isVisible, modelToView, modelToView, preferenceChanged, remove, removeAll, replace, setParent, updateChildren, updateLayout, viewToModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • drawEchoCharacter

        protected int drawEchoCharacter​(java.awt.Graphics g,
                                        int x,
                                        int y,
                                        char c)
        Overrides:
        drawEchoCharacter in class javax.swing.text.PasswordView