Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » DemoSelectionViewPart
DemoSelectionViewPart [message #19650] Fri, 20 April 2007 10:51
Eclipse UserFriend
Originally posted by: rhernandez_64.hotmail.com

How obtain a value of column of TableViewer on DemoSelectionViewPart


part of code of DemeSelectionViewPart.......

......
if( firstElement instanceof String[] ) {
entry += "Table count: " + sselection.size();
} else {
entry += firstElement.toString();
}
.......

I would like something like firstElement(0);
Previous Topic:[ANN] move to "org.eclipse.swt" namespace and new plan
Next Topic:Deploy in TOMCAT tutorial
Goto Forum:
  


Current Time: Mon May 12 02:59:07 EDT 2025

Powered by FUDForum. Page generated in 0.04035 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top