|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.text.JTextComponent javax.swing.JTextField javax.swing.JPasswordField com.alee.laf.text.WebPasswordField
public class WebPasswordField
User: mgarin Date: 28.06.11 Time: 1:15
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JPasswordField |
---|
javax.swing.JPasswordField.AccessibleJPasswordField |
Nested classes/interfaces inherited from class javax.swing.JTextField |
---|
javax.swing.JTextField.AccessibleJTextField |
Nested classes/interfaces inherited from class javax.swing.text.JTextComponent |
---|
javax.swing.text.JTextComponent.AccessibleJTextComponent, javax.swing.text.JTextComponent.DropLocation, javax.swing.text.JTextComponent.KeyBinding |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
javax.swing.JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
java.awt.Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class javax.swing.JTextField |
---|
notifyAction |
Fields inherited from class javax.swing.text.JTextComponent |
---|
DEFAULT_KEYMAP, FOCUS_ACCELERATOR_KEY |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
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 |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
WebPasswordField()
|
|
WebPasswordField(javax.swing.text.Document doc,
java.lang.String txt,
int columns)
|
|
WebPasswordField(int columns)
|
|
WebPasswordField(java.lang.String text)
|
|
WebPasswordField(java.lang.String text,
int columns)
|
Method Summary | ||
---|---|---|
WebPasswordField |
changeFontSize(int change)
Changes font size of the specified component. |
|
void |
clear()
Additional component methods |
|
java.awt.Insets |
getFieldMargin()
|
|
java.lang.String |
getFontName()
Returns component font name. |
|
int |
getFontSize()
Returns component font size. |
|
java.lang.String |
getInputPrompt()
|
|
java.awt.Font |
getInputPromptFont()
|
|
java.awt.Color |
getInputPromptForeground()
|
|
int |
getInputPromptPosition()
|
|
javax.swing.JComponent |
getLeadingComponent()
|
|
int |
getMinimumHeight()
Returns component minimum height. |
|
int |
getMinimumWidth()
Returns component minimum width. |
|
Painter |
getPainter()
|
|
int |
getPreferredHeight()
Returns component preferred height. |
|
java.awt.Dimension |
getPreferredSize()
Returns component preferred size. |
|
int |
getPreferredWidth()
Returns component preferred width. |
|
int |
getRound()
|
|
int |
getShadeWidth()
|
|
javax.swing.JComponent |
getTrailingComponent()
|
|
WebPasswordFieldUI |
getWebUI()
|
|
boolean |
isBoldFont()
Returns whether component font is bold or not. |
|
boolean |
isDrawBackground()
|
|
boolean |
isDrawBorder()
UI methods |
|
boolean |
isDrawFocus()
|
|
boolean |
isDrawShade()
|
|
boolean |
isHideInputPromptOnFocus()
|
|
boolean |
isItalicFont()
Returns whether component font is italic or not. |
|
boolean |
isLanguageSet()
Returns whether this component registered in LanguageManager or not. |
|
boolean |
isPlainFont()
Returns whether component font is plain or not. |
|
boolean |
isWebColored()
|
|
void |
loadSettings()
Loads saved settings into the component if it is registered. |
|
java.awt.Shape |
provideShape()
Returns component shape. |
|
void |
registerSettings(SettingsProcessor settingsProcessor)
Registers component for settings auto-save. |
|
void |
registerSettings(java.lang.String key)
Registers component for settings auto-save. |
|
void |
registerSettings(java.lang.String key,
boolean loadInitialSettings,
boolean applySettingsChanges)
Registers component for settings auto-save. |
|
|
registerSettings(java.lang.String key,
java.lang.Class<T> defaultValueClass)
Registers component for settings auto-save. |
|
|
registerSettings(java.lang.String key,
java.lang.Class<T> defaultValueClass,
boolean loadInitialSettings,
boolean applySettingsChanges)
Registers component for settings auto-save. |
|
void |
registerSettings(java.lang.String key,
java.lang.Object defaultValue)
Registers component for settings auto-save. |
|
void |
registerSettings(java.lang.String key,
java.lang.Object defaultValue,
boolean loadInitialSettings,
boolean applySettingsChanges)
Registers component for settings auto-save. |
|
void |
registerSettings(java.lang.String group,
java.lang.String key)
Registers component for settings auto-save. |
|
|
registerSettings(java.lang.String group,
java.lang.String key,
java.lang.Class<T> defaultValueClass)
Registers component for settings auto-save. |
|
|
registerSettings(java.lang.String group,
java.lang.String key,
java.lang.Class<T> defaultValueClass,
boolean loadInitialSettings,
boolean applySettingsChanges)
Registers component for settings auto-save. |
|
void |
registerSettings(java.lang.String group,
java.lang.String key,
java.lang.Object defaultValue)
Registers component for settings auto-save. |
|
void |
registerSettings(java.lang.String group,
java.lang.String key,
java.lang.Object defaultValue,
boolean loadInitialSettings,
boolean applySettingsChanges)
Registers component for settings auto-save. |
|
void |
removeLanguage()
Unregisters component from LanguageManager. |
|
void |
removeLanguageUpdater()
Unregisters any custom language updater set for this component. |
|
void |
saveSettings()
Saves component settings. |
|
WebPasswordField |
setBoldFont()
Sets bold font for the component. |
|
WebPasswordField |
setBoldFont(boolean apply)
Sets bold font for the component. |
|
void |
setDrawBackground(boolean drawBackground)
|
|
void |
setDrawBorder(boolean drawBorder)
|
|
void |
setDrawFocus(boolean drawFocus)
|
|
void |
setDrawShade(boolean drawShade)
|
|
void |
setFieldMargin(java.awt.Insets margin)
|
|
void |
setFieldMargin(int spacing)
|
|
void |
setFieldMargin(int top,
int left,
int bottom,
int right)
|
|
WebPasswordField |
setFontName(java.lang.String fontName)
Sets component font name. |
|
WebPasswordField |
setFontSize(int fontSize)
Sets component font size. |
|
WebPasswordField |
setFontSizeAndStyle(int fontSize,
boolean bold,
boolean italic)
Sets font size and style for the specified component. |
|
WebPasswordField |
setFontSizeAndStyle(int fontSize,
int style)
Sets font size and style for the specified component. |
|
WebPasswordField |
setFontStyle(boolean bold,
boolean italic)
Sets component font style. |
|
WebPasswordField |
setFontStyle(int style)
Sets component font style. |
|
void |
setHideInputPromptOnFocus(boolean hideInputPromptOnFocus)
|
|
void |
setInputPrompt(java.lang.String inputPrompt)
|
|
void |
setInputPromptFont(java.awt.Font inputPromptFont)
|
|
void |
setInputPromptForeground(java.awt.Color inputPromptForeground)
|
|
void |
setInputPromptPosition(int inputPromptPosition)
|
|
WebPasswordField |
setItalicFont()
Sets italic or plain font for the component. |
|
WebPasswordField |
setItalicFont(boolean apply)
Sets italic or plain font for the component. |
|
void |
setLanguage(java.lang.String key,
java.lang.Object... data)
Registers component in LanguageManager under specified key and with specified formatting data. |
|
void |
setLanguageUpdater(LanguageUpdater updater)
Registers custom language updater for this component. |
|
void |
setLeadingComponent(javax.swing.JComponent leadingComponent)
|
|
void |
setMargin(int spacing)
|
|
void |
setMargin(int top,
int left,
int bottom,
int right)
|
|
WebPasswordField |
setMinimumHeight(int minimumHeight)
Sets component minimum height. |
|
WebPasswordField |
setMinimumWidth(int minimumWidth)
Sets component minimum width. |
|
void |
setPainter(Painter painter)
|
|
WebPasswordField |
setPlainFont()
Sets plain font for the component. |
|
WebPasswordField |
setPlainFont(boolean apply)
Sets plain font for the component. |
|
WebPasswordField |
setPreferredHeight(int preferredHeight)
Sets component preferred height. |
|
WebPasswordField |
setPreferredWidth(int preferredWidth)
Sets component preferred width. |
|
void |
setRound(int round)
|
|
void |
setShadeWidth(int shadeWidth)
|
|
void |
setTrailingComponent(javax.swing.JComponent trailingComponent)
|
|
void |
setWebColored(boolean webColored)
|
|
void |
unregisterSettings()
Unregisters component from settings auto-save. |
|
void |
updateLanguage(java.lang.Object... data)
Updates component language and formatting data. |
|
void |
updateLanguage(java.lang.String key,
java.lang.Object... data)
Changes component language key and updates its language and formatting data. |
|
void |
updateUI()
|
Methods inherited from class javax.swing.JPasswordField |
---|
copy, cut, echoCharIsSet, getAccessibleContext, getEchoChar, getPassword, getText, getText, getUIClassID, paramString, setEchoChar |
Methods inherited from class javax.swing.JTextField |
---|
actionPropertyChanged, addActionListener, configurePropertiesFromAction, createActionPropertyChangeListener, createDefaultModel, fireActionPerformed, getAction, getActionListeners, getActions, getColumns, getColumnWidth, getHorizontalAlignment, getHorizontalVisibility, getScrollOffset, isValidateRoot, postActionEvent, removeActionListener, scrollRectToVisible, setAction, setActionCommand, setColumns, setDocument, setFont, setHorizontalAlignment, setScrollOffset |
Methods inherited from class javax.swing.text.JTextComponent |
---|
addCaretListener, addInputMethodListener, addKeymap, fireCaretUpdate, getCaret, getCaretColor, getCaretListeners, getCaretPosition, getDisabledTextColor, getDocument, getDragEnabled, getDropLocation, getDropMode, getFocusAccelerator, getHighlighter, getInputMethodRequests, getKeymap, getKeymap, getMargin, getNavigationFilter, getPreferredScrollableViewportSize, getPrintable, getScrollableBlockIncrement, getScrollableTracksViewportHeight, getScrollableTracksViewportWidth, getScrollableUnitIncrement, getSelectedText, getSelectedTextColor, getSelectionColor, getSelectionEnd, getSelectionStart, getToolTipText, getUI, isEditable, loadKeymap, modelToView, moveCaretPosition, paste, print, print, print, processInputMethodEvent, read, removeCaretListener, removeKeymap, removeNotify, replaceSelection, select, selectAll, setCaret, setCaretColor, setCaretPosition, setComponentOrientation, setDisabledTextColor, setDragEnabled, setDropMode, setEditable, setFocusAccelerator, setHighlighter, setKeymap, setMargin, setNavigationFilter, setSelectedTextColor, setSelectionColor, setSelectionEnd, setSelectionStart, setText, setUI, viewToModel, write |
Methods inherited from class javax.swing.JComponent |
---|
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update |
Methods inherited from class java.awt.Container |
---|
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
Methods inherited from class java.awt.Component |
---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebPasswordField()
public WebPasswordField(java.lang.String text)
public WebPasswordField(int columns)
public WebPasswordField(java.lang.String text, int columns)
public WebPasswordField(javax.swing.text.Document doc, java.lang.String txt, int columns)
Method Detail |
---|
public void clear()
public boolean isDrawBorder()
public void setDrawBorder(boolean drawBorder)
public boolean isDrawFocus()
public void setDrawFocus(boolean drawFocus)
public javax.swing.JComponent getLeadingComponent()
public void setLeadingComponent(javax.swing.JComponent leadingComponent)
public javax.swing.JComponent getTrailingComponent()
public void setTrailingComponent(javax.swing.JComponent trailingComponent)
public void setMargin(int top, int left, int bottom, int right)
public void setMargin(int spacing)
public void setFieldMargin(java.awt.Insets margin)
public void setFieldMargin(int top, int left, int bottom, int right)
public void setFieldMargin(int spacing)
public java.awt.Insets getFieldMargin()
public int getRound()
public void setRound(int round)
public boolean isDrawShade()
public void setDrawShade(boolean drawShade)
public int getShadeWidth()
public void setShadeWidth(int shadeWidth)
public boolean isDrawBackground()
public void setDrawBackground(boolean drawBackground)
public boolean isWebColored()
public void setWebColored(boolean webColored)
public Painter getPainter()
public void setPainter(Painter painter)
public java.lang.String getInputPrompt()
public void setInputPrompt(java.lang.String inputPrompt)
public java.awt.Font getInputPromptFont()
public void setInputPromptFont(java.awt.Font inputPromptFont)
public java.awt.Color getInputPromptForeground()
public void setInputPromptForeground(java.awt.Color inputPromptForeground)
public int getInputPromptPosition()
public void setInputPromptPosition(int inputPromptPosition)
public boolean isHideInputPromptOnFocus()
public void setHideInputPromptOnFocus(boolean hideInputPromptOnFocus)
public java.awt.Shape provideShape()
ShapeProvider
provideShape
in interface ShapeProvider
public WebPasswordFieldUI getWebUI()
public void updateUI()
updateUI
in class javax.swing.JPasswordField
public void setLanguage(java.lang.String key, java.lang.Object... data)
setLanguage
in interface LanguageMethods
key
- language record keydata
- formatting datapublic void updateLanguage(java.lang.Object... data)
updateLanguage
in interface LanguageMethods
data
- new formatting datapublic void updateLanguage(java.lang.String key, java.lang.Object... data)
updateLanguage
in interface LanguageMethods
key
- new language keydata
- new formatting datapublic void removeLanguage()
removeLanguage
in interface LanguageMethods
public boolean isLanguageSet()
isLanguageSet
in interface LanguageMethods
public void setLanguageUpdater(LanguageUpdater updater)
setLanguageUpdater
in interface LanguageMethods
updater
- component language updaterpublic void removeLanguageUpdater()
removeLanguageUpdater
in interface LanguageMethods
public void registerSettings(java.lang.String key)
registerSettings
in interface SettingsMethods
key
- component settings keypublic <T extends DefaultValue> void registerSettings(java.lang.String key, java.lang.Class<T> defaultValueClass)
registerSettings
in interface SettingsMethods
T
- default value typekey
- component settings keydefaultValueClass
- component default value classDefaultValue
public void registerSettings(java.lang.String key, java.lang.Object defaultValue)
registerSettings
in interface SettingsMethods
key
- component settings keydefaultValue
- component default valuepublic void registerSettings(java.lang.String group, java.lang.String key)
registerSettings
in interface SettingsMethods
group
- component settings groupkey
- component settings keypublic <T extends DefaultValue> void registerSettings(java.lang.String group, java.lang.String key, java.lang.Class<T> defaultValueClass)
registerSettings
in interface SettingsMethods
T
- default value typegroup
- component settings groupkey
- component settings keydefaultValueClass
- component default value classDefaultValue
public void registerSettings(java.lang.String group, java.lang.String key, java.lang.Object defaultValue)
registerSettings
in interface SettingsMethods
group
- component settings groupkey
- component settings keydefaultValue
- component default valuepublic void registerSettings(java.lang.String key, boolean loadInitialSettings, boolean applySettingsChanges)
registerSettings
in interface SettingsMethods
key
- component settings keyloadInitialSettings
- whether to load initial available settings into the component or notapplySettingsChanges
- whether to apply settings changes to the component or notpublic <T extends DefaultValue> void registerSettings(java.lang.String key, java.lang.Class<T> defaultValueClass, boolean loadInitialSettings, boolean applySettingsChanges)
registerSettings
in interface SettingsMethods
T
- default value typekey
- component settings keydefaultValueClass
- component default value classloadInitialSettings
- whether to load initial available settings into the component or notapplySettingsChanges
- whether to apply settings changes to the component or notDefaultValue
public void registerSettings(java.lang.String key, java.lang.Object defaultValue, boolean loadInitialSettings, boolean applySettingsChanges)
registerSettings
in interface SettingsMethods
key
- component settings keydefaultValue
- component default valueloadInitialSettings
- whether to load initial available settings into the component or notapplySettingsChanges
- whether to apply settings changes to the component or notpublic <T extends DefaultValue> void registerSettings(java.lang.String group, java.lang.String key, java.lang.Class<T> defaultValueClass, boolean loadInitialSettings, boolean applySettingsChanges)
registerSettings
in interface SettingsMethods
T
- default value typegroup
- component settings groupkey
- component settings keydefaultValueClass
- component default value classloadInitialSettings
- whether to load initial available settings into the component or notapplySettingsChanges
- whether to apply settings changes to the component or notDefaultValue
public void registerSettings(java.lang.String group, java.lang.String key, java.lang.Object defaultValue, boolean loadInitialSettings, boolean applySettingsChanges)
registerSettings
in interface SettingsMethods
group
- component settings groupkey
- component settings keydefaultValue
- component default valueloadInitialSettings
- whether to load initial available settings into the component or notapplySettingsChanges
- whether to apply settings changes to the component or notpublic void registerSettings(SettingsProcessor settingsProcessor)
registerSettings
in interface SettingsMethods
settingsProcessor
- component settings processorpublic void unregisterSettings()
unregisterSettings
in interface SettingsMethods
public void loadSettings()
loadSettings
in interface SettingsMethods
public void saveSettings()
saveSettings
in interface SettingsMethods
public WebPasswordField setPlainFont()
setPlainFont
in interface FontMethods<WebPasswordField>
public WebPasswordField setPlainFont(boolean apply)
setPlainFont
in interface FontMethods<WebPasswordField>
apply
- whether to apply font changes or not
public boolean isPlainFont()
isPlainFont
in interface FontMethods<WebPasswordField>
public WebPasswordField setBoldFont()
setBoldFont
in interface FontMethods<WebPasswordField>
public WebPasswordField setBoldFont(boolean apply)
setBoldFont
in interface FontMethods<WebPasswordField>
apply
- whether to apply font changes or not
public boolean isBoldFont()
isBoldFont
in interface FontMethods<WebPasswordField>
public WebPasswordField setItalicFont()
setItalicFont
in interface FontMethods<WebPasswordField>
public WebPasswordField setItalicFont(boolean apply)
setItalicFont
in interface FontMethods<WebPasswordField>
apply
- whether to apply font changes or not
public boolean isItalicFont()
isItalicFont
in interface FontMethods<WebPasswordField>
public WebPasswordField setFontStyle(boolean bold, boolean italic)
setFontStyle
in interface FontMethods<WebPasswordField>
bold
- whether should set bold font or notitalic
- whether should set italic font or not
public WebPasswordField setFontStyle(int style)
setFontStyle
in interface FontMethods<WebPasswordField>
style
- new style
public WebPasswordField setFontSize(int fontSize)
setFontSize
in interface FontMethods<WebPasswordField>
fontSize
- font size
public WebPasswordField changeFontSize(int change)
changeFontSize
in interface FontMethods<WebPasswordField>
change
- font size change amount
public int getFontSize()
getFontSize
in interface FontMethods<WebPasswordField>
public WebPasswordField setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
setFontSizeAndStyle
in interface FontMethods<WebPasswordField>
fontSize
- new font sizebold
- whether should set bold font or notitalic
- whether should set italic font or not
public WebPasswordField setFontSizeAndStyle(int fontSize, int style)
setFontSizeAndStyle
in interface FontMethods<WebPasswordField>
fontSize
- new font sizestyle
- new style
public WebPasswordField setFontName(java.lang.String fontName)
setFontName
in interface FontMethods<WebPasswordField>
fontName
- new font name
public java.lang.String getFontName()
getFontName
in interface FontMethods<WebPasswordField>
public int getPreferredWidth()
getPreferredWidth
in interface SizeMethods<WebPasswordField>
public WebPasswordField setPreferredWidth(int preferredWidth)
setPreferredWidth
in interface SizeMethods<WebPasswordField>
preferredWidth
- new component preferred width
public int getPreferredHeight()
getPreferredHeight
in interface SizeMethods<WebPasswordField>
public WebPasswordField setPreferredHeight(int preferredHeight)
setPreferredHeight
in interface SizeMethods<WebPasswordField>
preferredHeight
- new component preferred height
public int getMinimumWidth()
getMinimumWidth
in interface SizeMethods<WebPasswordField>
public WebPasswordField setMinimumWidth(int minimumWidth)
setMinimumWidth
in interface SizeMethods<WebPasswordField>
minimumWidth
- new component minimum width
public int getMinimumHeight()
getMinimumHeight
in interface SizeMethods<WebPasswordField>
public WebPasswordField setMinimumHeight(int minimumHeight)
setMinimumHeight
in interface SizeMethods<WebPasswordField>
minimumHeight
- new component minimum height
public java.awt.Dimension getPreferredSize()
getPreferredSize
in interface SizeMethods<WebPasswordField>
getPreferredSize
in class javax.swing.JTextField
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |