Abstract
In this paper, we propose a focusable table component for mobile application to support table form representation of various contents and manipulation such as focusing on the contents using the WFC which is a software module to support components of the window based GUI package. It is not easy for us to express contents with table attributes on mobile devices. Java provides several table components, but these are not suitable on the mobile environment. So we design and develop the extended table component to provide properly table form representation and manipulation on the mobile devices. Also, we provide a performance comparison between th supposed table component and Java Swing's JTable.
본 연구는 모바일 기기 상에서 애플리케이션 작성 시 GUI를 지원하는 윈도우 기반의 컴포넌트 패키지 소프트웨어 모듈인 WFC에서, 보다 다양한 콘텐츠의 표현과 조작을 지원하기 위한 포커싱 가능한 테이블 컴포넌트를 제안한다. 모바일 기기의 특성상 작은 디스플레이에서 테이블 특성을 가지는 콘텐츠의 표현은 쉽지 않다. 자바와 같은 관련 연구들에서 몇 가지 방법들이 제안되었으나, 이들은 모바일 기기의 특성을 고려하여 제안된 것들은 아니다. 본 연구에서는 모바일 기기의 디스플레이상에서 테이블 특성을 가지는 콘텐츠의 알맞은 출력을 지원하고, 사용자가 지정하는 콘텐츠에 포커싱 조작이 가능하게 함으로써, 일반적인 테이블에 비해 보다 폭넓은 표현을 제공하는 확장된 테이블 컴포넌트를 설계하고 구현한다. 또한, GUI 관점에서 성능 평가를 위해 제안된 컴포넌트와 자바 Swing의 JTable과의 비교를 제시한다.