Lines Matching refs:tab
48 /** specifies the basic operations for a tab controller,
54 /** create a new tab and return an unique ID,
55 which can be used further to adress this tab by using other methods
59 an unique ID for this new tab.
64 /** remove a tab with the given ID.
67 the ID of the tab, which should be removed.
70 if the specified ID isnt used inside this tab controller.
76 /** change some properties of the specified tab.
88 <td>the title of the tab, which is shown at the UI.</td>
93 … <td>describe the order of this tab in relation to all other tabs inside this control.</td>
102 the ID of the tab, which should be changed.
105 if the specified ID isnt used inside this tab controller.
112 /** retrieve the set of properties for the specified tab.
115 the ID of the tab.
118 if the specified ID isnt used inside this tab controller.
124 /** activate the specified tab.
126 @descr The new tab will be activated and all listener will get an event describing this.
128 of the last active tab.
131 the ID of the new active tab.
134 if the specified ID isnt used inside this tab controller.
140 /** return the unique ID of the current active tab.
143 the ID of the active tab.
148 /** register listener for inserting/removing tab's and changing her properties.
156 /** deregister listener for inserting/removing tab's and changing her properties.