Uses of Class
org.eclipse.nebula.widgets.xviewer.util.XViewerException
-
Uses of XViewerException in org.eclipse.nebula.widgets.xviewer
Methods in org.eclipse.nebula.widgets.xviewer that throw XViewerException Modifier and Type Method Description org.eclipse.swt.graphics.Color
IXViewerValueColumn. getBackground(java.lang.Object element, XViewerColumn xCol, int columnIndex)
org.eclipse.swt.graphics.Color
XViewerValueColumn. getBackground(java.lang.Object element, XViewerColumn xCol, int columnIndex)
org.eclipse.swt.graphics.Image
IXViewerValueColumn. getColumnImage(java.lang.Object element, XViewerColumn column, int columnIndex)
org.eclipse.swt.graphics.Image
XViewerValueColumn. getColumnImage(java.lang.Object element, XViewerColumn column, int columnIndex)
java.lang.String
IXViewerValueColumn. getColumnText(java.lang.Object element, XViewerColumn column, int columnIndex)
java.lang.String
XViewerValueColumn. getColumnText(java.lang.Object element, XViewerColumn column, int columnIndex)
org.eclipse.swt.graphics.Font
IXViewerValueColumn. getFont(java.lang.Object element, XViewerColumn viewerColumn, int columnIndex)
org.eclipse.swt.graphics.Font
XViewerValueColumn. getFont(java.lang.Object element, XViewerColumn viewerColumn, int columnIndex)
org.eclipse.swt.graphics.Color
IXViewerValueColumn. getForeground(java.lang.Object element, XViewerColumn xCol, int columnIndex)
org.eclipse.swt.graphics.Color
XViewerValueColumn. getForeground(java.lang.Object element, XViewerColumn xCol, int columnIndex)
protected java.lang.String
XViewerHtmlReport. getHtml()
Override to provide htmljava.lang.String
XViewerLoadingReport. getHtml()
java.lang.String
XViewerTreeReport. getHtml()
java.lang.String
XViewerTreeReport. getHtml(org.eclipse.swt.widgets.TreeItem[] items)
org.eclipse.jface.viewers.StyledString
IXViewerValueColumn. getStyledText(java.lang.Object element, XViewerColumn viewerColumn, int columnIndex)
org.eclipse.jface.viewers.StyledString
XViewerValueColumn. getStyledText(java.lang.Object element, XViewerColumn viewerColumn, int columnIndex)
-
Uses of XViewerException in org.eclipse.nebula.widgets.xviewer.action
Methods in org.eclipse.nebula.widgets.xviewer.action that throw XViewerException Modifier and Type Method Description void
ViewSelectedCellDataAction. run(org.eclipse.swt.widgets.TreeColumn treeCol, org.eclipse.swt.widgets.TreeItem treeItem, int columnNum)
-
Uses of XViewerException in org.eclipse.nebula.widgets.xviewer.customize
Methods in org.eclipse.nebula.widgets.xviewer.customize that throw XViewerException Modifier and Type Method Description java.util.List<CustomizeData>
FileStoreCustomizations. getSavedCustDatas()
CustomizeData
FileStoreCustomizations. getUserDefaultCustData()
CustomizeData
IXViewerCustomizations. getUserDefaultCustData()
Return customization saved as defaultCustomizeData
XViewerCustomizations. getUserDefaultCustData()
boolean
CustomizeManager. isCustomizationUserDefault(CustomizeData custData)
boolean
FileStoreCustomizations. isCustomizationUserDefault(CustomizeData custData)
boolean
IXViewerCustomizations. isCustomizationUserDefault(CustomizeData custData)
Return true if given customization is the defaultboolean
XViewerCustomizations. isCustomizationUserDefault(CustomizeData custData)
void
FileStoreCustomizations. setUserDefaultCustData(CustomizeData newCustData, boolean set)
void
XViewerCustomizations. setUserDefaultCustData(CustomizeData newCustData, boolean set)
Constructors in org.eclipse.nebula.widgets.xviewer.customize that throw XViewerException Constructor Description CustomizeManager(XViewer xViewer, IXViewerFactory xViewerFactory)
-
Uses of XViewerException in org.eclipse.nebula.widgets.xviewer.util.internal
Methods in org.eclipse.nebula.widgets.xviewer.util.internal that throw XViewerException Modifier and Type Method Description static java.lang.String
FileUtil. fileToString(java.io.File file)
static java.lang.String
FileUtil. readFile(java.io.File file)
Use the Lib method directly - the original implementation of this method was not memory efficient and suppressed exceptionsstatic java.lang.String
FileUtil. readFile(java.lang.String filename)
Use the Lib method directly - the original implementation of this method was not memory efficient and suppressed exceptions