Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
動的に更新されるビューパーツにテーブルを作りたい(行数、列数、列名)。モデルは文字列配列のコレクションです。それをしてもいいですか?
これを行う最も簡単な方法は、TableViewerインスタンスを使用し、そのコンテンツプロバイダーを指定することです。そうすれば、コンテンツに変更が加えられるたびに、refresh()メソッドを呼び出すことができます。