TPTP 4.6.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.monitoring.instrumentation.ui.preferences
Class LoggingToolkitConfiguration

java.lang.Object
  extended by org.eclipse.tptp.monitoring.instrumentation.ui.preferences.LoggingToolkitConfiguration

public class LoggingToolkitConfiguration
extends java.lang.Object

See Also:
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

LoggingToolkitConfiguration

public LoggingToolkitConfiguration(org.eclipse.swt.widgets.Composite parent)
constructor is used to construct UI widgets

Parameters:
parent - parent compoiste
Method Detail

setLoggingToolkit

public 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

Parameters:
loggingToolkit - value to be set
See Also:
CbePreferencePage.initialize()

getLoggingToolkit

public java.lang.String getLoggingToolkit()
this method is used to get specified loggingToolKit kind(Log4j,JavaLogging or ApacheCommonsLogging).

Returns:
loggingToolKit value
See Also:
CbePreferencePage.storeAttributes()

getLoggingToolkitTableData

public java.lang.String getLoggingToolkitTableData()

getColumnNames

public java.util.List getColumnNames()
Return the column names in a collection

Returns:
List containing column names

getChoices

public java.lang.String[] getChoices(java.lang.String property)
Return the array of choices for a multiple choice cell


getTableViewer

public org.eclipse.jface.viewers.TableViewer getTableViewer()

getselectedLOGType

public int getselectedLOGType()

getTableInputData

public CbeLoggingTableItem[] getTableInputData()

getCBELogLevels

public java.lang.String[] getCBELogLevels()

TPTP 4.6.0 Monitoring Tools Project
Public API Specification