public class BreakpointsParam extends AbstractParam
It allows to change, programmatically, the following breakpoints options:
BreakPanelToolbarFactory.getBtnDrop()
Modifier and Type | Field and Description |
---|---|
static int |
BUTTON_MODE_DUAL |
static int |
BUTTON_MODE_SIMPLE |
Constructor and Description |
---|
BreakpointsParam() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAlwaysOnTop() |
int |
getButtonMode() |
String |
getCssAndFontsUrlRegex() |
String |
getJavascriptUrlRegex() |
String |
getMultimediaUrlRegex() |
boolean |
isConfirmDropMessage()
Tells whether the user should confirm the drop of the trapped message.
|
boolean |
isInScopeOnly() |
boolean |
isShowIgnoreFilesButtons() |
protected void |
parse()
Parses the breakpoints options.
|
void |
setAlwaysOnTop(Boolean alwaysOnTop) |
void |
setButtonMode(int buttonMode) |
void |
setConfirmDropMessage(boolean confirmDrop)
Sets whether the user should confirm the drop of the trapped message.
|
void |
setCssAndFontsUrlRegex(String cssAndFontsUrlRegex) |
void |
setInScopeOnly(boolean inScopeOnly) |
void |
setJavascriptUrlRegex(String javascriptUrlRegex) |
void |
setMultimediaUrlRegex(String multimediaUrlRegex) |
void |
setShowIgnoreFilesButtons(boolean showIgnoreFilesButtons) |
clone, getBoolean, getConfig, getInt, getInteger, getString, load, load, load, logConversionException, reset
public static final int BUTTON_MODE_SIMPLE
public static final int BUTTON_MODE_DUAL
protected void parse()
The following options are parsed:
parse
in class AbstractParam
AbstractParam.getConfig()
public boolean isConfirmDropMessage()
true
if the user should confirm the drop, false
otherwisesetConfirmDropMessage(boolean)
public void setConfirmDropMessage(boolean confirmDrop)
confirmDrop
- true
if the user should confirm the drop, false
otherwiseisConfirmDropMessage()
,
BreakPanelToolbarFactory.getBtnDrop()
public int getButtonMode()
public void setButtonMode(int buttonMode)
public Boolean getAlwaysOnTop()
public void setAlwaysOnTop(Boolean alwaysOnTop)
public boolean isInScopeOnly()
public void setInScopeOnly(boolean inScopeOnly)
public boolean isShowIgnoreFilesButtons()
public void setShowIgnoreFilesButtons(boolean showIgnoreFilesButtons)
public String getJavascriptUrlRegex()
public void setJavascriptUrlRegex(String javascriptUrlRegex)
public String getCssAndFontsUrlRegex()
public void setCssAndFontsUrlRegex(String cssAndFontsUrlRegex)
public String getMultimediaUrlRegex()
public void setMultimediaUrlRegex(String multimediaUrlRegex)