BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
com.offsetnull.bt.settings.HyperSettings Class Reference

Classes

enum  LINK_MODE
 
enum  WRAP_MODE
 

Public Member Functions

void setLineSize (int lineSize)
 
int getLineSize ()
 
void setLineSpaceExtra (int lineSpaceExtra)
 
int getLineSpaceExtra ()
 
void setMaxLines (int maxLines)
 
int getMaxLines ()
 
void setFontName (String fontName)
 
String getFontName ()
 
void setFontPath (String fontPath)
 
String getFontPath ()
 
void setSemiIsNewLine (boolean semiIsNewLine)
 
boolean isSemiIsNewLine ()
 
void setWrapMode (WRAP_MODE wrapMode)
 
WRAP_MODE getWrapMode ()
 
void setAliases (HashMap< String, AliasData > aliases)
 
HashMap< String, AliasDatagetAliases ()
 
void setButtonSets (HashMap< String, Vector< SlickButtonData >> buttonSets)
 
HashMap< String, Vector
< SlickButtonData > > 
getButtonSets ()
 
void setSetSettings (HashMap< String, ColorSetSettings > setSettings)
 
HashMap< String, ColorSetSettingsgetSetSettings ()
 
void setLastSelected (String lastSelected)
 
String getLastSelected ()
 
void setProcessPeriod (boolean processPeriod)
 
boolean isProcessPeriod ()
 
void setTriggers (HashMap< String, TriggerData > triggers)
 
HashMap< String, TriggerDatagetTriggers ()
 
void setUseExtractUI (boolean useExtractUI)
 
boolean isUseExtractUI ()
 
void setThrottleBackground (boolean throttleBackground)
 
boolean isThrottleBackground ()
 
void setKeepWifiActive (boolean keepAlive)
 
boolean isKeepWifiActive ()
 
void setAttemptSuggestions (boolean attemptSuggestions)
 
boolean isAttemptSuggestions ()
 
void setKeepLast (boolean keepLast)
 
boolean isKeepLast ()
 
void setBackspaceBugFix (boolean backspaceBugFix)
 
boolean isBackspaceBugFix ()
 
void setAutoLaunchButtonEdtior (boolean autoLaunchButtonEdtior)
 
boolean isAutoLaunchButtonEdtior ()
 
void setDisableColor (boolean disableColor)
 
boolean isDisableColor ()
 
void setHapticFeedbackMode (String hapticFeedbackMode)
 
String getHapticFeedbackMode ()
 
void setHapticFeedbackOnPress (String hapticFeedbackOnPress)
 
String getHapticFeedbackOnPress ()
 
void setHapticFeedbackOnFlip (String hapticFeedbackOnFlip)
 
String getHapticFeedbackOnFlip ()
 
void setTimers (HashMap< String, TimerData > timers)
 
HashMap< String, TimerDatagetTimers ()
 
void setEncoding (String encoding)
 
String getEncoding ()
 
void setKeepScreenOn (boolean keepScreenOn)
 
boolean isKeepScreenOn ()
 
void setVibrateOnBell (boolean vibrateOnBell)
 
boolean isVibrateOnBell ()
 
void setNotifyOnBell (boolean notifyOnBell)
 
boolean isNotifyOnBell ()
 
void setDisplayOnBell (boolean displayOnBell)
 
boolean isDisplayOnBell ()
 
void setLocalEcho (boolean localEcho)
 
boolean isLocalEcho ()
 
void setFullScreen (boolean fullScreen)
 
boolean isFullScreen ()
 
void setRoundButtons (boolean roundButtons)
 
boolean isRoundButtons ()
 
void setWordWrap (boolean wordWrap)
 
boolean isWordWrap ()
 
void setBreakAmount (int breakAmount)
 
int getBreakAmount ()
 
void setOrientation (int orientation)
 
int getOrientation ()
 
void setDebugTelnet (boolean debugTelnet)
 
boolean isDebugTelnet ()
 
void setRemoveExtraColor (boolean removeExtraColor)
 
boolean isRemoveExtraColor ()
 
void setEchoAliasUpdates (boolean echoAliasUpdates)
 
boolean isEchoAliasUpdates ()
 
void setDirections (HashMap< String, DirectionData > directions)
 
HashMap< String, DirectionDatagetDirections ()
 
void setHyperLinkMode (LINK_MODE hyperLinkMode)
 
LINK_MODE getHyperLinkMode ()
 
void setHyperLinkColor (int hyperLinkColor)
 
int getHyperLinkColor ()
 
void setHyperLinkEnabled (boolean hyperLinkEnabled)
 
boolean isHyperLinkEnabled ()
 

Static Public Member Functions

static String writeXml2 (HyperSettings data)
 

Static Public Attributes

static final int DEFAULT_HYPERLINK_COLOR = 0xFF3333AA
 

Member Function Documentation

HashMap<String,AliasData> com.offsetnull.bt.settings.HyperSettings.getAliases ( )

Here is the caller graph for this function:

int com.offsetnull.bt.settings.HyperSettings.getBreakAmount ( )

Here is the caller graph for this function:

HashMap<String,Vector<SlickButtonData> > com.offsetnull.bt.settings.HyperSettings.getButtonSets ( )

Here is the caller graph for this function:

HashMap<String,DirectionData> com.offsetnull.bt.settings.HyperSettings.getDirections ( )

Here is the caller graph for this function:

String com.offsetnull.bt.settings.HyperSettings.getEncoding ( )

Here is the caller graph for this function:

String com.offsetnull.bt.settings.HyperSettings.getFontName ( )

Here is the caller graph for this function:

String com.offsetnull.bt.settings.HyperSettings.getFontPath ( )

Here is the caller graph for this function:

String com.offsetnull.bt.settings.HyperSettings.getHapticFeedbackMode ( )

Here is the caller graph for this function:

String com.offsetnull.bt.settings.HyperSettings.getHapticFeedbackOnFlip ( )

Here is the caller graph for this function:

String com.offsetnull.bt.settings.HyperSettings.getHapticFeedbackOnPress ( )

Here is the caller graph for this function:

int com.offsetnull.bt.settings.HyperSettings.getHyperLinkColor ( )

Here is the caller graph for this function:

LINK_MODE com.offsetnull.bt.settings.HyperSettings.getHyperLinkMode ( )

Here is the caller graph for this function:

String com.offsetnull.bt.settings.HyperSettings.getLastSelected ( )

Here is the caller graph for this function:

int com.offsetnull.bt.settings.HyperSettings.getLineSize ( )

Here is the caller graph for this function:

int com.offsetnull.bt.settings.HyperSettings.getLineSpaceExtra ( )

Here is the caller graph for this function:

int com.offsetnull.bt.settings.HyperSettings.getMaxLines ( )

Here is the caller graph for this function:

int com.offsetnull.bt.settings.HyperSettings.getOrientation ( )

Here is the caller graph for this function:

HashMap<String,ColorSetSettings> com.offsetnull.bt.settings.HyperSettings.getSetSettings ( )

Here is the caller graph for this function:

HashMap<String,TimerData> com.offsetnull.bt.settings.HyperSettings.getTimers ( )

Here is the caller graph for this function:

HashMap<String,TriggerData> com.offsetnull.bt.settings.HyperSettings.getTriggers ( )

Here is the caller graph for this function:

WRAP_MODE com.offsetnull.bt.settings.HyperSettings.getWrapMode ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isAttemptSuggestions ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isAutoLaunchButtonEdtior ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isBackspaceBugFix ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isDebugTelnet ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isDisableColor ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isDisplayOnBell ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isEchoAliasUpdates ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isFullScreen ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isHyperLinkEnabled ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isKeepLast ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isKeepScreenOn ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isKeepWifiActive ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isLocalEcho ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isNotifyOnBell ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isProcessPeriod ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isRemoveExtraColor ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isRoundButtons ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isSemiIsNewLine ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isThrottleBackground ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isUseExtractUI ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isVibrateOnBell ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.settings.HyperSettings.isWordWrap ( )

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setAliases ( HashMap< String, AliasData aliases)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setAttemptSuggestions ( boolean  attemptSuggestions)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setAutoLaunchButtonEdtior ( boolean  autoLaunchButtonEdtior)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setBackspaceBugFix ( boolean  backspaceBugFix)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setBreakAmount ( int  breakAmount)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setButtonSets ( HashMap< String, Vector< SlickButtonData >>  buttonSets)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setDebugTelnet ( boolean  debugTelnet)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setDirections ( HashMap< String, DirectionData directions)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setDisableColor ( boolean  disableColor)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setDisplayOnBell ( boolean  displayOnBell)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setEchoAliasUpdates ( boolean  echoAliasUpdates)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setEncoding ( String  encoding)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setFontName ( String  fontName)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setFontPath ( String  fontPath)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setFullScreen ( boolean  fullScreen)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setHapticFeedbackMode ( String  hapticFeedbackMode)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setHapticFeedbackOnFlip ( String  hapticFeedbackOnFlip)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setHapticFeedbackOnPress ( String  hapticFeedbackOnPress)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setHyperLinkColor ( int  hyperLinkColor)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setHyperLinkEnabled ( boolean  hyperLinkEnabled)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setHyperLinkMode ( LINK_MODE  hyperLinkMode)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setKeepLast ( boolean  keepLast)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setKeepScreenOn ( boolean  keepScreenOn)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setKeepWifiActive ( boolean  keepAlive)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setLastSelected ( String  lastSelected)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setLineSize ( int  lineSize)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setLineSpaceExtra ( int  lineSpaceExtra)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setLocalEcho ( boolean  localEcho)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setMaxLines ( int  maxLines)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setNotifyOnBell ( boolean  notifyOnBell)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setOrientation ( int  orientation)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setProcessPeriod ( boolean  processPeriod)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setRemoveExtraColor ( boolean  removeExtraColor)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setRoundButtons ( boolean  roundButtons)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setSemiIsNewLine ( boolean  semiIsNewLine)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setSetSettings ( HashMap< String, ColorSetSettings setSettings)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setThrottleBackground ( boolean  throttleBackground)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setTimers ( HashMap< String, TimerData timers)
void com.offsetnull.bt.settings.HyperSettings.setTriggers ( HashMap< String, TriggerData triggers)
void com.offsetnull.bt.settings.HyperSettings.setUseExtractUI ( boolean  useExtractUI)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setVibrateOnBell ( boolean  vibrateOnBell)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setWordWrap ( boolean  wordWrap)

Here is the caller graph for this function:

void com.offsetnull.bt.settings.HyperSettings.setWrapMode ( WRAP_MODE  wrapMode)

Here is the caller graph for this function:

static String com.offsetnull.bt.settings.HyperSettings.writeXml2 ( HyperSettings  data)
static

Here is the call graph for this function:

Member Data Documentation

final int com.offsetnull.bt.settings.HyperSettings.DEFAULT_HYPERLINK_COLOR = 0xFF3333AA
static

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