stella.jview
Interface JUserAdjustable

All Superinterfaces:
UserAdjustable
All Known Implementing Classes:
JElementHelper, JObjectHelper

public interface JUserAdjustable
extends UserAdjustable

Defines a user-adjustable extension to ease displaying and editing on the screen.


Method Summary
 List<String> getOrder()
          Returns a list on how to order your input fields.
 Map<String,String> getToolTips()
          Returns a mapping of tooltips to display for variables.
 
Methods inherited from interface stella.xml.UserAdjustable
getDefined, getID, getMissing, getRequired, getSettable, getType, getValue, getVariables, isValid, setValue, update
 

Method Detail

getToolTips

Map<String,String> getToolTips()
Returns a mapping of tooltips to display for variables.


getOrder

List<String> getOrder()
Returns a list on how to order your input fields.