|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.edit.internal.swt.table.TableControlConfiguration
public class TableControlConfiguration
Description for table configurations.
Constructor Summary | |
---|---|
TableControlConfiguration()
|
Method Summary | |
---|---|
List<TableColumnConfiguration> |
getColumns()
The list of column configurations to use for showing columns in the table. |
boolean |
isAddRemoveDisabled()
Whether the add and remove buttons should be active. |
void |
setAddRemoveDisabled(boolean addRemoveDisabled)
Sets whether the add and remove buttons should be active. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableControlConfiguration()
Method Detail |
---|
public List<TableColumnConfiguration> getColumns()
TableColumnConfiguration
public boolean isAddRemoveDisabled()
public void setAddRemoveDisabled(boolean addRemoveDisabled)
addRemoveDisabled
- true if the buttons should be disabled, false otherwise
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |