|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxContentsViewColumn
Provides access to members that control the GxContentsViewColumn.
The
IGxContentsViewColumn interface provides access to
the properties of the columns contained within the
GxContentsView object. The column properties allow you to
set the width, visibility, and caption of the column. Intrinsic
properties (Intrinsic property set to True) are properties such as
Name, Category, and Size. These are not really useful unless you
add your own GxObject through a new workspace factory; if you do
this, you have the ability to add object-specific special
properties.
The PropertyName
property is based on keywords within the metadata for the object.
Make sure you have metadata with the specific keyword before using
it as a PropertyName.
The IGxContentsViewColumn interface provides access to the properties of the columns contained within the GxContentsView object. The column properties allow for setting of the width, visibility, and caption of the column.
Intrinsic properties (Intrinsic property set to True) are things such as Name, Category, Size, etc. These are not really useful unless a developer adds their own GxObject through a new workspace factory, then he or she has the ability to add object specific "special" properties.
Method Summary | |
---|---|
String |
getCaption()
The caption of the column. |
String |
getPropertyName()
The property name. |
int |
getWidth()
The width of the column. |
boolean |
isIntrinsic()
Indicates if intrinsic. |
boolean |
isVisible()
Indicates if visible. |
void |
setCaption(String pCaption)
The caption of the column. |
void |
setIntrinsic(boolean pIntrinsic)
Indicates if intrinsic. |
void |
setPropertyName(String pPropName)
The property name. |
void |
setVisible(boolean pVisible)
Indicates if visible. |
void |
setWidth(int pWidth)
The width of the column. |
Method Detail |
---|
String getCaption() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCaption(String pCaption) throws IOException, AutomationException
pCaption
- The pCaption (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPropertyName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropertyName(String pPropName) throws IOException, AutomationException
pPropName
- The pPropName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWidth(int pWidth) throws IOException, AutomationException
pWidth
- The pWidth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVisible() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisible(boolean pVisible) throws IOException, AutomationException
pVisible
- The pVisible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIntrinsic() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIntrinsic(boolean pIntrinsic) throws IOException, AutomationException
pIntrinsic
- The pIntrinsic (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |