JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Profile: desktop

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicjTextFieldJTextField
publickeyEventKeyEvent
publicleftToRightBoolean
public-initonDropfunction(:Sequence):Void
publiconKeyfunction():Void
publiconLostFocusfunction():Void
publicpopupPopUp
publictextString

Inherited Variables

crudfx.interop.UIComponent

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicparentComponentUIComponent

Parent container

Function Summary

public copy() : Void
 
public cut() : Void
 
public gather() : DataTree
Returns
DataTree
 
public getJComponent() : javax.swing.JComponent
Returns
JComponent
 
public highlight(s: java.lang.String) : Boolean
Parameters
s
Returns
Boolean
 
public paste() : Void
 
public selectAll() : Void
 

Inherited Functions

crudfx.interop.UIComponent

public abstract gather() : DataTree

Gather data

Gather data

Returns
DataTree
 
public abstract getJComponent() : javax.swing.JComponent

Swing component

Swing component

Returns
JComponent
 
public abstract highlight(s: java.lang.String) : Boolean

Find and show string

Find and show string

Parameters
s
Returns
Boolean