JAVA/CORBA CLASSES


Accessing view columns
Example

You can access view or folder columns through getColumns in View, which returns a ViewColumn object. You can create a column with copyColumn and createColumn. You can remove a column with removeColumn.

ViewColumn gives you access to properties through the following methods:


Example
See Also