Class SavableTabSetting
java.lang.Object
org.apache.log4j.chainsaw.SavableTabSetting
This class is used to in saving and loading the tab settings
of Chainsaw....
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidsetChainsawLog(boolean chainsawLog) voidsetWelcome(boolean welcome) voidsetZeroconf(boolean zeroConf)
-
Constructor Details
-
SavableTabSetting
public SavableTabSetting()
-
-
Method Details
-
setWelcome
public void setWelcome(boolean welcome) -
setChainsawLog
public void setChainsawLog(boolean chainsawLog) -
setZeroconf
public void setZeroconf(boolean zeroConf) -
isWelcome
public boolean isWelcome() -
isChainsawLog
public boolean isChainsawLog() -
isZeroconf
public boolean isZeroconf()
-