user interface - Naming conventions for UI component variables? -


i have ui class managing different components in user can interact with.

having read design priciples , ui terminoloty guidelines manage:

the active component user last clicked on , has keyboard focus, being rendered differently show typing can performed caret appearing in text-field.

the pointed component below user's hotspot or mouse pointer, propably being highlighted show available interaction.

and component right call handled component , unsure weather or not right way call it. component user performed pressing event on, did not yet release it. component user might initiate drag&drop operation on. how call it?

there might more things 1 might need keep track of when writing own ui handling framework. there guidelines have not found yet worth read?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -