@API(type=INTERNAL,
src=PUBLIC)
public class EditedTablePropertiesInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EditedTablePropertiesInfo.TAB_TYPE
Enumeration that contains the elements for every tab type.
|
Constructor and Description |
---|
EditedTablePropertiesInfo(java.util.List<TabInfo> categories)
Constructor.
|
EditedTablePropertiesInfo(java.util.List<TabInfo> categories,
EditedTablePropertiesInfo.TAB_TYPE selectedTab)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TabInfo> |
getCategories() |
EditedTablePropertiesInfo.TAB_TYPE |
getSelectedTab()
Obtain the tab that is selected when the dialog is shown.
|
public EditedTablePropertiesInfo(java.util.List<TabInfo> categories)
categories
- The properties that will be edited in the table properties
for the given element. The element will be also the tab name in the dialog.public EditedTablePropertiesInfo(java.util.List<TabInfo> categories, EditedTablePropertiesInfo.TAB_TYPE selectedTab)
categories
- The properties that will be edited in the table properties
for the given element. The element will be also the tab name in the dialog.selectedTab
- The tab that is selected when the dialog is shown.public java.util.List<TabInfo> getCategories()
public EditedTablePropertiesInfo.TAB_TYPE getSelectedTab()
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.