embedCONTROLCore
Public Member Functions | List of all members
com.thecoderscorner.embedcontrol.jfx.controlmgr.TextFieldEditorComponent< T > Class Template Reference
Inheritance diagram for com.thecoderscorner.embedcontrol.jfx.controlmgr.TextFieldEditorComponent< T >:
com.thecoderscorner.embedcontrol.jfx.controlmgr.JfxTextEditorComponentBase< T > com.thecoderscorner.embedcontrol.core.controlmgr.BaseTextEditorComponent< T, W > com.thecoderscorner.embedcontrol.core.controlmgr.BaseEditorComponent< W > com.thecoderscorner.embedcontrol.core.controlmgr.EditorComponent< W >

Public Member Functions

 TextFieldEditorComponent (MenuComponentControl remote, ComponentSettings settings, MenuItem item, DialogManager dlgManager, ThreadMarshaller marshaller)
 
Node createComponent ()
 
void changeControlSettings (RenderingStatus status, String str)
 
- Public Member Functions inherited from com.thecoderscorner.embedcontrol.jfx.controlmgr.JfxTextEditorComponentBase< T >
void onItemUpdated (MenuState<?> newValue)
 
String getControlText ()
 
- Public Member Functions inherited from com.thecoderscorner.embedcontrol.core.controlmgr.BaseEditorComponent< W >
void setLocallyReadOnly (boolean locallyReadOnly)
 
abstract void changeControlSettings (RenderingStatus status, String text)
 
void updateEditor ()
 
boolean controlTextIncludesName ()
 
boolean controlTextIncludesValue ()
 
void editStarted (CorrelationId correlation)
 
void markRecentlyUpdated (RenderingStatus status)
 
void tick ()
 
void structuralChange (MenuItem item)
 
void onCorrelation (CorrelationId correlationId, AckStatus status)
 
ComponentSettings getDrawingSettings ()
 
boolean isItemEditable (MenuItem item)
 
- Public Member Functions inherited from com.thecoderscorner.embedcontrol.core.controlmgr.EditorComponent< W >
void onItemUpdated (MenuState<?> newValue)
 
void structuralChange (MenuItem item)
 
void onCorrelation (CorrelationId correlationId, AckStatus status)
 
void tick ()
 
createComponent ()
 

Additional Inherited Members

- Static Public Member Functions inherited from com.thecoderscorner.embedcontrol.jfx.controlmgr.JfxTextEditorComponentBase< T >
static void setNodeConditionalColours (Node node, ConditionalColoring condColor, ConditionalColoring.ColorComponentType ty)
 
static void setNodeConditionalColours (Node node, ConditionalColoring condColor, ConditionalColoring.ColorComponentType ty, RenderingStatus status)
 
- Public Attributes inherited from com.thecoderscorner.embedcontrol.core.controlmgr.BaseTextEditorComponent< T, W >
currentVal
 
- Static Public Attributes inherited from com.thecoderscorner.embedcontrol.core.controlmgr.BaseEditorComponent< W >
static final int MAX_CORRELATION_WAIT = 5000
 
- Protected Member Functions inherited from com.thecoderscorner.embedcontrol.jfx.controlmgr.JfxTextEditorComponentBase< T >
 JfxTextEditorComponentBase (MenuComponentControl controller, ComponentSettings settings, MenuItem item, ThreadMarshaller threadMarshaller)
 
- Protected Member Functions inherited from com.thecoderscorner.embedcontrol.core.controlmgr.BaseTextEditorComponent< T, W >
 BaseTextEditorComponent (MenuComponentControl controller, ComponentSettings settings, MenuItem item, ThreadMarshaller marshaller)
 
void validateAndSend (String text)
 
- Protected Member Functions inherited from com.thecoderscorner.embedcontrol.core.controlmgr.BaseEditorComponent< W >
 BaseEditorComponent (MenuComponentControl controller, ComponentSettings settings, MenuItem item, ThreadMarshaller threadMarshaller)
 
- Protected Attributes inherited from com.thecoderscorner.embedcontrol.core.controlmgr.BaseEditorComponent< W >
final System.Logger logger = System.getLogger(getClass().getSimpleName())
 
final MenuComponentControl componentControl
 
final ThreadMarshaller threadMarshaller
 
MenuItem item
 
volatile RenderingStatus status = RenderingStatus.NORMAL
 

The documentation for this class was generated from the following file: