|
TPTP 4.6.0 Monitoring Tools Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.monitoring.instrumentation.ui.preferences.LoggingToolkitConfiguration
public class LoggingToolkitConfiguration
CbePreferencePage| Constructor Summary | |
|---|---|
LoggingToolkitConfiguration(org.eclipse.swt.widgets.Composite parent)
constructor is used to construct UI widgets |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getCBELogLevels()
|
java.lang.String[] |
getChoices(java.lang.String property)
Return the array of choices for a multiple choice cell |
java.util.List |
getColumnNames()
Return the column names in a collection |
java.lang.String |
getLoggingToolkit()
this method is used to get specified loggingToolKit kind(Log4j,JavaLogging or ApacheCommonsLogging). |
java.lang.String |
getLoggingToolkitTableData()
|
int |
getselectedLOGType()
|
CbeLoggingTableItem[] |
getTableInputData()
|
org.eclipse.jface.viewers.TableViewer |
getTableViewer()
|
void |
setLoggingToolkit(java.lang.String loggingToolkit)
this method is used to set loggingToolKit value into loggingToolKit combo widges It will be invoked by initialize() of CbePreferencePage class |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggingToolkitConfiguration(org.eclipse.swt.widgets.Composite parent)
parent - parent compoiste| Method Detail |
|---|
public void setLoggingToolkit(java.lang.String loggingToolkit)
loggingToolkit - value to be setCbePreferencePage.initialize()public java.lang.String getLoggingToolkit()
CbePreferencePage.storeAttributes()public java.lang.String getLoggingToolkitTableData()
public java.util.List getColumnNames()
public java.lang.String[] getChoices(java.lang.String property)
public org.eclipse.jface.viewers.TableViewer getTableViewer()
public int getselectedLOGType()
public CbeLoggingTableItem[] getTableInputData()
public java.lang.String[] getCBELogLevels()
|
TPTP 4.6.0 Monitoring Tools Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||