|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.arcmapui.TableProperties
public class TableProperties
COM Class 'TableProperties'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'Table window properties.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static long |
serialVersionUID
|
Fields inherited from interface com.esri.arcgis.arcmapui.ITableProperties |
---|
IID, IID4657d94e_5ffb_11d3_9f6c_00c04f6bc886, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabaseui.IDefaultTableProperty |
---|
IID, IID4657d94f_5ffb_11d3_9f6c_00c04f6bc886, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabaseui.ITableCharacteristics |
---|
IID, IIDbb16ff23_f083_4191_b921_6291ca3b512f, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabaseui.ITableCalculator |
---|
IID, IID1c1b8ce1_d23b_4ede_9a0e_2f65af61f1d1, xxDummy |
Fields inherited from interface com.esri.arcgis.arcmapui.IEnumTableProperties |
---|
IID, IID4657d953_5ffb_11d3_9f6c_00c04f6bc886, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IClone |
---|
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersistStream |
---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersist |
---|
IID0000010c_0000_0000_c000_000000000046 |
Fields inherited from interface com.esri.arcgis.arcmapui.IDocumentEvents |
---|
IID, IID6db7c4bd_0a7c_11d1_86aa_0000f8751720, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IActiveViewEvents |
---|
IID, IIDe79c5940_52dd_11d0_98be_00805f7ced21, xxDummy |
Constructor Summary | |
---|---|
TableProperties()
Constructs a TableProperties using ArcGIS Engine. |
|
TableProperties(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TableProperties theTableProperties = (TableProperties) obj; |
Method Summary | |
---|---|
void |
activeViewChanged(IDocumentEventsActiveViewChangedEvent theEvent)
Fired when the active view changes. |
void |
add(ITableProperty pTableProperty)
Add a table property. |
void |
afterDraw(IActiveViewEventsAfterDrawEvent theEvent)
Fired after the specified phase is drawn. |
void |
afterItemDraw(IActiveViewEventsAfterItemDrawEvent theEvent)
Fired after an individual view item is drawn. |
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
boolean |
beforeCloseDocument(IDocumentEventsBeforeCloseDocumentEvent theEvent)
Fired before a document is closed. |
void |
closeDocument(IDocumentEventsCloseDocumentEvent theEvent)
Fired when a document is closed. |
void |
contentsChanged(IActiveViewEventsContentsChangedEvent theEvent)
Fired when the contents of the view changes. |
void |
contentsCleared(IActiveViewEventsContentsClearedEvent theEvent)
Fired when the contents of the view is cleared. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
void |
focusMapChanged(IActiveViewEventsFocusMapChangedEvent theEvent)
Fired when a new map is made active. |
Font |
getCellFont()
Table font. |
IColor |
getCellTextColor()
Text color use in table window. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
Font |
getHeadingFont()
Table font. |
IColor |
getHeadingTextColor()
Text color use in table window. |
IEnumTableProperties |
getIEnumTableProperties()
Table Property Enum. |
java.lang.String |
getIndexFieldCharacter()
Character placed to the right of the field name when a field is indexed. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IColor |
getSelectionColor()
Selection color use to highlight rows. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
hashCode()
the hashcode for this object |
boolean |
isAutoValidateEdits()
Indicates if the table window should validate any changes to the data during editing. |
void |
isDirty()
isDirty |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isFireRowChangedEventsForJoins()
Indicates if row changed events should be fires for join tables. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
boolean |
isShowCodedValueDomainDescriptions()
Indicates if the table window shows coded value domain descriptions or values. |
boolean |
isShowIndexFieldCharacter()
Indicates whether table window should show field index character. |
void |
itemAdded(IActiveViewEventsItemAddedEvent theEvent)
Fired when an item is added to the view. |
void |
itemDeleted(IActiveViewEventsItemDeletedEvent theEvent)
Fired when an item is deleted from the view. |
void |
itemReordered(IActiveViewEventsItemReorderedEvent theEvent)
Fired when a view item is reordered. |
void |
load(IStream pstm)
load |
void |
mapsChanged(IDocumentEventsMapsChangedEvent theEvent)
Fired when a change is made to the map collection. |
void |
newDocument(IDocumentEventsNewDocumentEvent theEvent)
Fired when a new document is created. |
ITableProperty |
next()
Get the next table property. |
boolean |
onContextMenu(IDocumentEventsOnContextMenuEvent theEvent)
Indicates if a context menu should be displayed at the given xy location. |
void |
openDocument(IDocumentEventsOpenDocumentEvent theEvent)
Fired when a document is opened. |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a TableProperties. |
void |
remove(ITableProperty pTableProperty)
Remove a table property. |
void |
removeAll()
Remove all table properties. |
void |
reset()
Reset. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
selectionChanged(IActiveViewEventsSelectionChangedEvent theEvent)
Call this function to fire the selection changed event. |
void |
setAutoValidateEdits(boolean autoValidateEdits)
Indicates if the table window should validate any changes to the data during editing. |
void |
setCellFontByRef(Font ppFont)
Table font. |
void |
setCellTextColorByRef(IColor ppTextColor)
Text color use in table window. |
void |
setFireRowChangedEventsForJoins(boolean pFireRowEvents)
Indicates if row changed events should be fires for join tables. |
void |
setHeadingFontByRef(Font ppFont)
Table font. |
void |
setHeadingTextColorByRef(IColor ppTextColor)
Text color use in table window. |
void |
setIndexFieldCharacter(java.lang.String pIndexChar)
Character placed to the right of the field name when a field is indexed. |
void |
setSelectionColorByRef(IColor ppSelectionColor)
Selection color use to highlight rows. |
void |
setShowCodedValueDomainDescriptions(boolean showCodedValueDomainDescriptions)
Indicates if the table window shows coded value domain descriptions or values. |
void |
setShowIndexFieldCharacter(boolean pShowIndexCharacter)
Indicates whether table window should show field index character. |
void |
spatialReferenceChanged(IActiveViewEventsSpatialReferenceChangedEvent theEvent)
Fired when the spatial reference is changed. |
void |
viewRefreshed(IActiveViewEventsViewRefreshedEvent theEvent)
Fired when view is refreshed before draw happens. |
void |
writeExternal(java.io.ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public TableProperties() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic TableProperties(java.lang.Object obj) throws java.io.IOException
TableProperties theTableProperties = (TableProperties) obj;
obj
to TableProperties
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IEnumTableProperties getIEnumTableProperties() throws java.io.IOException, AutomationException
getIEnumTableProperties
in interface ITableProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(ITableProperty pTableProperty) throws java.io.IOException, AutomationException
add
in interface ITableProperties
pTableProperty
- A reference to a com.esri.arcgis.arcmapui.ITableProperty (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(ITableProperty pTableProperty) throws java.io.IOException, AutomationException
remove
in interface ITableProperties
pTableProperty
- A reference to a com.esri.arcgis.arcmapui.ITableProperty (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws java.io.IOException, AutomationException
removeAll
in interface ITableProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getSelectionColor() throws java.io.IOException, AutomationException
getSelectionColor
in interface IDefaultTableProperty
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectionColorByRef(IColor ppSelectionColor) throws java.io.IOException, AutomationException
setSelectionColorByRef
in interface IDefaultTableProperty
ppSelectionColor
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Font getHeadingFont() throws java.io.IOException, AutomationException
getHeadingFont
in interface ITableCharacteristics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Font getCellFont() throws java.io.IOException, AutomationException
getCellFont
in interface ITableCharacteristics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getHeadingTextColor() throws java.io.IOException, AutomationException
getHeadingTextColor
in interface ITableCharacteristics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getCellTextColor() throws java.io.IOException, AutomationException
getCellTextColor
in interface ITableCharacteristics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getIndexFieldCharacter() throws java.io.IOException, AutomationException
getIndexFieldCharacter
in interface ITableCharacteristics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowIndexFieldCharacter() throws java.io.IOException, AutomationException
isShowIndexFieldCharacter
in interface ITableCharacteristics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeadingFontByRef(Font ppFont) throws java.io.IOException, AutomationException
setHeadingFontByRef
in interface ITableCharacteristics
ppFont
- A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCellFontByRef(Font ppFont) throws java.io.IOException, AutomationException
setCellFontByRef
in interface ITableCharacteristics
ppFont
- A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeadingTextColorByRef(IColor ppTextColor) throws java.io.IOException, AutomationException
setHeadingTextColorByRef
in interface ITableCharacteristics
ppTextColor
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCellTextColorByRef(IColor ppTextColor) throws java.io.IOException, AutomationException
setCellTextColorByRef
in interface ITableCharacteristics
ppTextColor
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIndexFieldCharacter(java.lang.String pIndexChar) throws java.io.IOException, AutomationException
setIndexFieldCharacter
in interface ITableCharacteristics
pIndexChar
- The pIndexChar (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowIndexFieldCharacter(boolean pShowIndexCharacter) throws java.io.IOException, AutomationException
setShowIndexFieldCharacter
in interface ITableCharacteristics
pShowIndexCharacter
- The pShowIndexCharacter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutoValidateEdits() throws java.io.IOException, AutomationException
isAutoValidateEdits
in interface ITableCharacteristics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoValidateEdits(boolean autoValidateEdits) throws java.io.IOException, AutomationException
setAutoValidateEdits
in interface ITableCharacteristics
autoValidateEdits
- The autoValidateEdits (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowCodedValueDomainDescriptions() throws java.io.IOException, AutomationException
isShowCodedValueDomainDescriptions
in interface ITableCharacteristics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowCodedValueDomainDescriptions(boolean showCodedValueDomainDescriptions) throws java.io.IOException, AutomationException
setShowCodedValueDomainDescriptions
in interface ITableCharacteristics
showCodedValueDomainDescriptions
- The showCodedValueDomainDescriptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFireRowChangedEventsForJoins() throws java.io.IOException, AutomationException
isFireRowChangedEventsForJoins
in interface ITableCalculator
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFireRowChangedEventsForJoins(boolean pFireRowEvents) throws java.io.IOException, AutomationException
setFireRowChangedEventsForJoins
in interface ITableCalculator
pFireRowEvents
- The pFireRowEvents (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITableProperty next() throws java.io.IOException, AutomationException
next
in interface IEnumTableProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reset() throws java.io.IOException, AutomationException
reset
in interface IEnumTableProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IClone esri_clone() throws java.io.IOException, AutomationException
esri_clone
in interface IClone
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assign(IClone src) throws java.io.IOException, AutomationException
assign
in interface IClone
src
- A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws java.io.IOException, AutomationException
isEqual
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws java.io.IOException, AutomationException
isIdentical
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws java.io.IOException, AutomationException
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws java.io.IOException, AutomationException
isDirty
in interface IPersistStream
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws java.io.IOException, AutomationException
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws java.io.IOException, AutomationException
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws java.io.IOException, AutomationException
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void activeViewChanged(IDocumentEventsActiveViewChangedEvent theEvent) throws java.io.IOException, AutomationException
activeViewChanged
in interface IDocumentEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void mapsChanged(IDocumentEventsMapsChangedEvent theEvent) throws java.io.IOException, AutomationException
mapsChanged
in interface IDocumentEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean onContextMenu(IDocumentEventsOnContextMenuEvent theEvent) throws java.io.IOException, AutomationException
onContextMenu
in interface IDocumentEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void newDocument(IDocumentEventsNewDocumentEvent theEvent) throws java.io.IOException, AutomationException
newDocument
in interface IDocumentEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void openDocument(IDocumentEventsOpenDocumentEvent theEvent) throws java.io.IOException, AutomationException
openDocument
in interface IDocumentEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean beforeCloseDocument(IDocumentEventsBeforeCloseDocumentEvent theEvent) throws java.io.IOException, AutomationException
beforeCloseDocument
in interface IDocumentEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void closeDocument(IDocumentEventsCloseDocumentEvent theEvent) throws java.io.IOException, AutomationException
closeDocument
in interface IDocumentEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void contentsChanged(IActiveViewEventsContentsChangedEvent theEvent) throws java.io.IOException, AutomationException
contentsChanged
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void contentsCleared(IActiveViewEventsContentsClearedEvent theEvent) throws java.io.IOException, AutomationException
contentsCleared
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void itemAdded(IActiveViewEventsItemAddedEvent theEvent) throws java.io.IOException, AutomationException
itemAdded
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void itemDeleted(IActiveViewEventsItemDeletedEvent theEvent) throws java.io.IOException, AutomationException
itemDeleted
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void itemReordered(IActiveViewEventsItemReorderedEvent theEvent) throws java.io.IOException, AutomationException
itemReordered
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectionChanged(IActiveViewEventsSelectionChangedEvent theEvent) throws java.io.IOException, AutomationException
selectionChanged
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void viewRefreshed(IActiveViewEventsViewRefreshedEvent theEvent) throws java.io.IOException, AutomationException
viewRefreshed
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void afterDraw(IActiveViewEventsAfterDrawEvent theEvent) throws java.io.IOException, AutomationException
afterDraw
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void afterItemDraw(IActiveViewEventsAfterItemDrawEvent theEvent) throws java.io.IOException, AutomationException
afterItemDraw
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void focusMapChanged(IActiveViewEventsFocusMapChangedEvent theEvent) throws java.io.IOException, AutomationException
focusMapChanged
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void spatialReferenceChanged(IActiveViewEventsSpatialReferenceChangedEvent theEvent) throws java.io.IOException, AutomationException
spatialReferenceChanged
in interface IActiveViewEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |