| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.sqltools.result.internal.utils.StatusTextProvider
public class StatusTextProvider
Utilility class to get some status related message
| Constructor Summary | |
|---|---|
| StatusTextProvider() | |
| Method Summary | |
|---|---|
| static java.lang.String | getHistoryHeader(IResultInstance instance)Returns the full history header for saving purpose | 
| static java.lang.String | getSimpleHeader(IResultInstance instance)Returns the simple history header for saving purpose | 
| static java.lang.String | getStatusText(IResultInstance instance)Returns the status text for showing it in "status" tab | 
| static java.lang.String | getUpdateCountText(int updateCount)Gets the update count message given the update count | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public StatusTextProvider()
| Method Detail | 
|---|
public static java.lang.String getUpdateCountText(int updateCount)
updateCount - the update count
public static java.lang.String getStatusText(IResultInstance instance)
instance - the given result instance
public static java.lang.String getHistoryHeader(IResultInstance instance)
instance - the given result instance
public static java.lang.String getSimpleHeader(IResultInstance instance)
instance - the given result instance
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||