embedCONTROLCore
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
com.thecoderscorner.embedcontrol.core.controlmgr.BaseUpDownIntEditorComponent< T, W > Class Template Referenceabstract
Inheritance diagram for com.thecoderscorner.embedcontrol.core.controlmgr.BaseUpDownIntEditorComponent< T, W >:
com.thecoderscorner.embedcontrol.core.controlmgr.BaseEditorComponent< W > com.thecoderscorner.embedcontrol.core.controlmgr.EditorComponent< W > com.thecoderscorner.embedcontrol.jfx.controlmgr.UpDownEditorComponentBase< T >

Public Member Functions

String getControlText ()
 
void onItemUpdated (MenuState<?> newValue)
 
- 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 ()
 

Protected Member Functions

 BaseUpDownIntEditorComponent (MenuComponentControl controller, ComponentSettings settings, MenuItem item, ThreadMarshaller marshaller)
 
void bumpCount (int delta)
 
- Protected Member Functions inherited from com.thecoderscorner.embedcontrol.core.controlmgr.BaseEditorComponent< W >
 BaseEditorComponent (MenuComponentControl controller, ComponentSettings settings, MenuItem item, ThreadMarshaller threadMarshaller)
 

Protected Attributes

currentVal
 
- 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
 

Additional Inherited Members

- Static Public Attributes inherited from com.thecoderscorner.embedcontrol.core.controlmgr.BaseEditorComponent< W >
static final int MAX_CORRELATION_WAIT = 5000
 

Member Function Documentation

◆ getControlText()

Returns
the text to display

Reimplemented from com.thecoderscorner.embedcontrol.core.controlmgr.BaseEditorComponent< W >.


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