Top Inners Fields Constructors Methods
com.sun.javafx.scene.control.skin

public Class FXVKSkin

extends SkinBase<FXVK>
Class Inheritance
Imports
javafx.animation.Animation, .Interpolator, .KeyFrame, .KeyValue, .Timeline, javafx.application.Platform, javafx.beans.InvalidationListener, .Observable, javafx.beans.property.DoubleProperty, .SimpleDoubleProperty, javafx.event.EventHandler, javafx.geometry.Bounds, .HPos, .Point2D, .Rectangle2D, .VPos, javafx.scene.Node, .Parent, .Scene, javafx.scene.control.SkinBase, .TextInputControl, .TextField, .TextArea, .ComboBoxBase, javafx.scene.control.skin.TextAreaSkin, javafx.scene.input.InputEvent, .KeyCode, .KeyEvent, .MouseEvent, .MouseButton, javafx.scene.layout.Region, javafx.scene.text.Text, javafx.stage.Popup, .Window, javafx.util.Duration, java.io.BufferedReader, .InputStream, .InputStreamReader, java.util.ArrayList, .Collections, .List, .Locale, .HashMap

Nested and Inner Type Summary

Modifier and TypeClass and Description
private class
FXVKSkin.CharKey

A key which has a letter, a number or symbol on it

private class
FXVKSkin.Key

A Key on the virtual keyboard.

private class
FXVKSkin.KeyboardStateKey

These keys only manipulate the state of the keyboard and never send key events to the client.

private class
FXVKSkin.KeyCodeKey

Some keys actually do need to use KeyCode for pressed / released events, and BackSpace is one of them.

private class
FXVKSkin.SuperKey

One of several TextInputKeys which have super powers, such as "Tab" and "Return" and "Backspace".

private class
FXVKSkin.TextInputKey

Any key on the keyboard which will send a KeyEvent to the client.

Field Summary

Modifier and TypeField and Description
private Node
private static HashMap<String, List<List<FXVKSkin.Key>>>
private boolean
private List<List<FXVKSkin.Key>>
pack-priv FXVK
private static final int
private static boolean
private boolean
private boolean
private static double
private static double
private static double
private static double
private static double
private static double
pack-priv long
private int
private Double
pack-priv static final double
pack-priv static final double
private static FXVK
private static Timeline
private static FXVKSkin.TextInputKey
private static Timeline
private static Popup
private static FXVK
private static Timeline
private static FXVKSkin.CharKey
private boolean
private static Timeline
private static Timeline
pack-priv EventHandler<InputEvent>
pack-priv static final double
pack-priv static final double
pack-priv static boolean
pack-priv static boolean
private static Popup
private String
private static DoubleProperty

Constructor Summary

AccessConstructor and Description
public
FXVKSkin(final FXVK fxvk)

Method Summary

Modifier and TypeMethod and Description
private void
pack-priv void
pack-priv void
pack-priv void
private void
protected double
computePrefHeight(double
the width that should be used if preferred height depends on it
width
,
double
the pixel snapped top inset
topInset
,
double
the pixel snapped right inset
rightInset
,
double
the pixel snapped bottom inset
bottomInset
,
double
the pixel snapped left inset
leftInset
)

Overrides javafx.scene.control.SkinBase.computePrefHeight.

Calculates the preferred height of this SkinBase.

protected double
computePrefWidth(double
the height that should be used if preferred width depends on it
height
,
double
the pixel snapped top inset
topInset
,
double
the pixel snapped right inset
rightInset
,
double
the pixel snapped bottom inset
bottomInset
,
double
the pixel snapped left inset
leftInset
)

Overrides javafx.scene.control.SkinBase.computePrefWidth.

Calculates the preferred width of this SkinBase.

private String
protected void
layoutChildren(double
the x position
contentX
,
double
the y position
contentY
,
double
the width
contentWidth
,
double
the height
contentHeight
)

Overrides javafx.scene.control.SkinBase.layoutChildren.

Called during the layout pass of the scenegraph.

private List<List<FXVKSkin.Key>>
pack-priv void
pack-priv void
pack-priv void
private void
rebuildPrimaryVK(String type)

builds primary VK based on the keyboard type set on the VirtualKeyboard.

private void
rebuildSecondaryVK()

builds secondary (long-press) VK

private void
private void
private void
private void
private void
private static void
private static void
startSlideOut(boolean doHide)

private void
private void
private void
Inherited from javafx.scene.control.SkinBase:
computeBaselineOffsetcomputeMaxHeightcomputeMaxWidthcomputeMinHeightcomputeMinWidthconsumeMouseEventsdisposeexecuteAccessibleActiongetChildrengetClassCssMetaDatagetCssMetaDatagetNodegetSkinnablelayoutInArealayoutInArealayoutInAreapositionInAreapositionInAreapseudoClassStateChangedqueryAccessibleAttributeregisterChangeListenerregisterInvalidationListenerregisterListChangeListenersnappedBottomInsetsnappedLeftInsetsnappedRightInsetsnappedTopInsetsnapPositionsnapPositionXsnapPositionYsnapSizesnapSizeXsnapSizeYsnapSpacesnapSpaceXsnapSpaceYunregisterChangeListenersunregisterInvalidationListenersunregisterListChangeListeners

Field Detail

attachedNodeback to summary
private Node attachedNode
boardMapback to summary
private static HashMap<String, List<List<FXVKSkin.Key>>> boardMap
capsDownback to summary
private boolean capsDown
currentBoardback to summary
private List<List<FXVKSkin.Key>> currentBoard
fxvkback to summary
pack-priv FXVK fxvk
GAPback to summary
private static final int GAP
hideAfterSlideOutback to summary
private static boolean hideAfterSlideOut
isSymbolback to summary
private boolean isSymbol
isVKHiddenback to summary
private boolean isVKHidden
KEY_REPEAT_DELAYback to summary
private static double KEY_REPEAT_DELAY
KEY_REPEAT_DELAY_MAXback to summary
private static double KEY_REPEAT_DELAY_MAX
KEY_REPEAT_DELAY_MINback to summary
private static double KEY_REPEAT_DELAY_MIN
KEY_REPEAT_RATEback to summary
private static double KEY_REPEAT_RATE
KEY_REPEAT_RATE_MAXback to summary
private static double KEY_REPEAT_RATE_MAX
KEY_REPEAT_RATE_MINback to summary
private static double KEY_REPEAT_RATE_MIN
lastTimeback to summary
pack-priv long lastTime
numColsback to summary
private int numCols
origWindowYPosback to summary
private Double origWindowYPos
PREF_KEY_HEIGHTback to summary
pack-priv static final double PREF_KEY_HEIGHT
PREF_PORTRAIT_KEY_WIDTHback to summary
pack-priv static final double PREF_PORTRAIT_KEY_WIDTH
primaryVKback to summary
private static FXVK primaryVK
repeatInitialDelayback to summary
private static Timeline repeatInitialDelay
repeatKeyback to summary
private static FXVKSkin.TextInputKey repeatKey
repeatSubsequentDelayback to summary
private static Timeline repeatSubsequentDelay
secondaryPopupback to summary
private static Popup secondaryPopup
secondaryVKback to summary
private static FXVK secondaryVK
secondaryVKDelayback to summary
private static Timeline secondaryVKDelay
secondaryVKKeyback to summary
private static FXVKSkin.CharKey secondaryVKKey
shiftDownback to summary
private boolean shiftDown
slideInTimelineback to summary
private static Timeline slideInTimeline
slideOutTimelineback to summary
private static Timeline slideOutTimeline
unHideEventHandlerback to summary
pack-priv EventHandler<InputEvent> unHideEventHandler
VK_HEIGHTback to summary
pack-priv static final double VK_HEIGHT
VK_SLIDE_MILLISback to summary
pack-priv static final double VK_SLIDE_MILLIS
vkAdjustWindowback to summary
pack-priv static boolean vkAdjustWindow
vkLookupback to summary
pack-priv static boolean vkLookup
vkPopupback to summary
private static Popup vkPopup
vkTypeback to summary
private String vkType
winYback to summary
private static DoubleProperty winY

Constructor Detail

FXVKSkinback to summary
public FXVKSkin(final FXVK fxvk)

Method Detail

adjustWindowPositionback to summary
private void adjustWindowPosition(final Node node)
clearShiftback to summary
pack-priv void clearShift()
clearStateKeysback to summary
pack-priv void clearStateKeys()
clearSymbolABCback to summary
pack-priv void clearSymbolABC()
closeSecondaryVKback to summary
private void closeSecondaryVK()
computePrefHeightback to summary
protected double computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)

Overrides javafx.scene.control.SkinBase.computePrefHeight.

Doc from javafx.scene.control.SkinBase.computePrefHeight.

Calculates the preferred height of this SkinBase. The default implementation calculates this height as the height of the area occupied by its managed children when they are positioned at their current positions at their preferred heights.

Parameters
width:double

the width that should be used if preferred height depends on it

topInset:double

the pixel snapped top inset

rightInset:double

the pixel snapped right inset

bottomInset:double

the pixel snapped bottom inset

leftInset:double

the pixel snapped left inset

Returns:double

the calculated preferred height

Annotations
@Override
computePrefWidthback to summary
protected double computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)

Overrides javafx.scene.control.SkinBase.computePrefWidth.

Doc from javafx.scene.control.SkinBase.computePrefWidth.

Calculates the preferred width of this SkinBase. The default implementation calculates this width as the width of the area occupied by its managed children when they are positioned at their current positions at their preferred widths.

Parameters
height:double

the height that should be used if preferred width depends on it

topInset:double

the pixel snapped top inset

rightInset:double

the pixel snapped right inset

bottomInset:double

the pixel snapped bottom inset

leftInset:double

the pixel snapped left inset

Returns:double

the calculated preferred width

Annotations
@Override
getNodeVKTypeback to summary
private String getNodeVKType(Node node)
layoutChildrenback to summary
protected void layoutChildren(double contentX, double contentY, double contentWidth, double contentHeight)

Overrides javafx.scene.control.SkinBase.layoutChildren.

Doc from javafx.scene.control.SkinBase.layoutChildren.

Called during the layout pass of the scenegraph.

Parameters
contentX:double

the x position

contentY:double

the y position

contentWidth:double

the width

contentHeight:double

the height

Annotations
@Override
loadBoardback to summary
private List<List<FXVKSkin.Key>> loadBoard(String type)
prerenderback to summary
pack-priv void prerender(Node node)
pressShiftback to summary
pack-priv void pressShift()
pressSymbolABCback to summary
pack-priv void pressSymbolABC()
rebuildPrimaryVKback to summary
private void rebuildPrimaryVK(String type)

builds primary VK based on the keyboard type set on the VirtualKeyboard.

rebuildSecondaryVKback to summary
private void rebuildSecondaryVK()

builds secondary (long-press) VK

registerUnhideHandlerback to summary
private void registerUnhideHandler(final Node node)
restoreWindowPositionback to summary
private void restoreWindowPosition(final Node node)
saveWindowPositionback to summary
private void saveWindowPosition(final Node node)
setupPrimaryVKback to summary
private void setupPrimaryVK()
showSecondaryVKback to summary
private void showSecondaryVK(final FXVKSkin.CharKey key)
startSlideInback to summary
private static void startSlideIn()
startSlideOutback to summary
private static void startSlideOut(boolean doHide)
unRegisterUnhideHandlerback to summary
private void unRegisterUnhideHandler(Node node)
updateKeyboardTypeback to summary
private void updateKeyboardType(Node node)
updateKeysback to summary
private void updateKeys()
com.sun.javafx.scene.control.skin back to summary

private Class FXVKSkin.CharKey

extends TextInputKey
Class Inheritance

A key which has a letter, a number or symbol on it

Field Summary

Modifier and TypeField and Description
private final String
private final String
private final String[]
Inherited from com.sun.javafx.scene.control.skin.FXVKSkin.TextInputKey:
chars

Constructor Summary

AccessConstructor and Description
private
CharKey(String letter, String alt, String[] moreChars, String id)

private
CharKey(String letter, String alt, String[] moreChars)

Method Summary

Modifier and TypeMethod and Description
protected void
protected void
public void
update(boolean capsDown, boolean shiftDown, boolean isSymbol)

Overrides com.sun.javafx.scene.control.skin.FXVKSkin.Key.update.

Inherited from com.sun.javafx.scene.control.skin.FXVKSkin.TextInputKey:
sendKeyEvents

Field Detail

altCharsback to summary
private final String altChars
letterCharsback to summary
private final String letterChars
moreCharsback to summary
private final String[] moreChars

Constructor Detail

CharKeyback to summary
private CharKey(String letter, String alt, String[] moreChars, String id)
CharKeyback to summary
private CharKey(String letter, String alt, String[] moreChars)

Method Detail

pressback to summary
protected void press()

Overrides com.sun.javafx.scene.control.skin.FXVKSkin.TextInputKey.press.

Annotations
@Override
releaseback to summary
protected void release()

Overrides com.sun.javafx.scene.control.skin.FXVKSkin.TextInputKey.release.

Annotations
@Override
updateback to summary
public void update(boolean capsDown, boolean shiftDown, boolean isSymbol)

Overrides com.sun.javafx.scene.control.skin.FXVKSkin.Key.update.

Annotations
@Override
com.sun.javafx.scene.control.skin back to summary

private Class FXVKSkin.Key

extends Region
Class Inheritance
Known Direct Subclasses
com.sun.javafx.scene.control.skin.FXVKSkin.TextInputKey, com.sun.javafx.scene.control.skin.FXVKSkin.KeyboardStateKey

A Key on the virtual keyboard. This is simply a Region. Some information about the key relative to other keys on the layout is given by the col and colSpan fields.

Field Summary

Modifier and TypeField and Description
protected final Text
pack-priv int
pack-priv int
protected final Region
protected final Text
Inherited from javafx.scene.layout.Region:
USE_COMPUTED_SIZEUSE_PREF_SIZE

Constructor Summary

AccessConstructor and Description
protected
Key()

Method Summary

Modifier and TypeMethod and Description
protected void
layoutChildren()

Overrides javafx.scene.Parent.layoutChildren.

Invoked during the layout pass to layout the children in this Parent.

protected void
protected void
public void
update(boolean capsDown, boolean shiftDown, boolean isSymbol)

Inherited from javafx.scene.layout.Region:
backgroundPropertyborderPropertycacheShapePropertycenterShapePropertycomputeMaxHeightcomputeMaxWidthcomputeMinHeightcomputeMinWidthcomputePrefHeightcomputePrefWidthgetBackgroundgetBordergetClassCssMetaDatagetCssMetaDatagetHeightgetInsetsgetMaxHeightgetMaxWidthgetMinHeightgetMinWidthgetOpaqueInsetsgetPaddinggetPrefHeightgetPrefWidthgetShapegetUserAgentStylesheetgetWidthheightPropertyinsetsPropertyisCacheShapeisCenterShapeisResizableisScaleShapeisSnapToPixellayoutInArealayoutInArealayoutInArealayoutInAreamaxHeightmaxHeightPropertymaxWidthmaxWidthPropertyminHeightminHeightPropertyminWidthminWidthPropertyopaqueInsetsPropertypaddingPropertypositionInAreapositionInAreaprefHeightprefHeightPropertyprefWidthprefWidthPropertyresizescaleShapePropertysetBackgroundsetBordersetCacheShapesetCenterShapesetHeightsetMaxHeightsetMaxSizesetMaxWidthsetMinHeightsetMinSizesetMinWidthsetOpaqueInsetssetPaddingsetPrefHeightsetPrefSizesetPrefWidthsetScaleShapesetShapesetSnapToPixelsetWidthshapePropertysnappedBottomInsetsnappedLeftInsetsnappedRightInsetsnappedTopInsetsnapPositionsnapPositionXsnapPositionYsnapSizesnapSizeXsnapSizeYsnapSpacesnapSpaceXsnapSpaceYsnapToPixelPropertywidthProperty

Field Detail

altTextback to summary
protected final Text altText
colback to summary
pack-priv int col
colSpanback to summary
pack-priv int colSpan
iconback to summary
protected final Region icon
textback to summary
protected final Text text

Constructor Detail

Keyback to summary
protected Key()

Method Detail

layoutChildrenback to summary
protected void layoutChildren()

Overrides javafx.scene.Parent.layoutChildren.

Doc from javafx.scene.Parent.layoutChildren.

Invoked during the layout pass to layout the children in this Parent. By default it will only set the size of managed, resizable content to their preferred sizes and does not do any node positioning.

Subclasses should override this function to layout content as needed.

Annotations
@Override
pressback to summary
protected void press()
releaseback to summary
protected void release()
updateback to summary
public void update(boolean capsDown, boolean shiftDown, boolean isSymbol)
com.sun.javafx.scene.control.skin back to summary

private Class FXVKSkin.KeyboardStateKey

extends Key
Class Inheritance

These keys only manipulate the state of the keyboard and never send key events to the client. For example, "Hide", "Caps Lock", etc are all KeyboardStateKeys.

Field Summary

Modifier and TypeField and Description
private final String
private final String
Inherited from com.sun.javafx.scene.control.skin.FXVKSkin.Key:
altTextcolcolSpanicontext

Constructor Summary

AccessConstructor and Description
private
KeyboardStateKey(String defaultText, String toggledText, String id)

Method Summary

Modifier and TypeMethod and Description
public void
update(boolean capsDown, boolean shiftDown, boolean isSymbol)

Overrides com.sun.javafx.scene.control.skin.FXVKSkin.Key.update.

Inherited from com.sun.javafx.scene.control.skin.FXVKSkin.Key:
layoutChildrenpressrelease

Field Detail

defaultTextback to summary
private final String defaultText
toggledTextback to summary
private final String toggledText

Constructor Detail

KeyboardStateKeyback to summary
private KeyboardStateKey(String defaultText, String toggledText, String id)

Method Detail

updateback to summary
public void update(boolean capsDown, boolean shiftDown, boolean isSymbol)

Overrides com.sun.javafx.scene.control.skin.FXVKSkin.Key.update.

Annotations
@Override
com.sun.javafx.scene.control.skin back to summary

private Class FXVKSkin.KeyCodeKey

extends SuperKey
Class Inheritance

Some keys actually do need to use KeyCode for pressed / released events, and BackSpace is one of them.

Field Summary

Modifier and TypeField and Description
private KeyCode

Constructor Summary

AccessConstructor and Description
private
KeyCodeKey(String letter, String c, KeyCode code)

Method Summary

Modifier and TypeMethod and Description
protected void

Field Detail

codeback to summary
private KeyCode code

Constructor Detail

KeyCodeKeyback to summary
private KeyCodeKey(String letter, String c, KeyCode code)

Method Detail

sendKeyEventsback to summary
protected void sendKeyEvents()

Overrides com.sun.javafx.scene.control.skin.FXVKSkin.TextInputKey.sendKeyEvents.

Annotations
@Override
com.sun.javafx.scene.control.skin back to summary

private Class FXVKSkin.SuperKey

extends TextInputKey
Class Inheritance
Known Direct Subclasses
com.sun.javafx.scene.control.skin.FXVKSkin.KeyCodeKey

One of several TextInputKeys which have super powers, such as "Tab" and "Return" and "Backspace". These keys still send events to the client, but may also have additional state related functionality on the keyboard such as the "Shift" key.

Field Summary

Inherited from com.sun.javafx.scene.control.skin.FXVKSkin.TextInputKey:
chars

Constructor Summary

AccessConstructor and Description
private
SuperKey(String letter, String code)

Method Summary

Inherited from com.sun.javafx.scene.control.skin.FXVKSkin.TextInputKey:
pressreleasesendKeyEvents

Constructor Detail

SuperKeyback to summary
private SuperKey(String letter, String code)
com.sun.javafx.scene.control.skin back to summary

private Class FXVKSkin.TextInputKey

extends Key
Class Inheritance
Known Direct Subclasses
com.sun.javafx.scene.control.skin.FXVKSkin.CharKey, com.sun.javafx.scene.control.skin.FXVKSkin.SuperKey

Any key on the keyboard which will send a KeyEvent to the client. This class just maintains the state and logic for firing an event, using the "chars" and "code" as the values sent in the event. A subclass must set these appropriately.

Field Summary

Modifier and TypeField and Description
pack-priv String
Inherited from com.sun.javafx.scene.control.skin.FXVKSkin.Key:
altTextcolcolSpanicontext

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
protected void
protected void
protected void
Inherited from com.sun.javafx.scene.control.skin.FXVKSkin.Key:
layoutChildrenupdate

Field Detail

charsback to summary
pack-priv String chars

Constructor Detail

TextInputKeyback to summary
private TextInputKey()

Method Detail

pressback to summary
protected void press()

Overrides com.sun.javafx.scene.control.skin.FXVKSkin.Key.press.

Annotations
@Override
releaseback to summary
protected void release()

Overrides com.sun.javafx.scene.control.skin.FXVKSkin.Key.release.

Annotations
@Override
sendKeyEventsback to summary
protected void sendKeyEvents()