|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.JPanel com.esri.arcgis.beans.ui.AbstractGeneralPanel com.esri.arcgis.beans.globe.GlobeBeanGeneralPanel
public class GlobeBeanGeneralPanel
A general property panel used in the Customizer of the GlobeBean.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class com.esri.arcgis.beans.ui.AbstractGeneralPanel |
---|
m_bntFileBrowser, m_chkEnableArrowKey, m_chkEnabled, m_chkEnableOLEDropEvent, m_chkShowMapTips, m_chkShowScrollBars, m_currentDir, m_fileChooser, m_fldMapDocFilename, m_leftStylePanel, m_loadDocumentPanel, m_propertyChangeSupport, m_rightCheckboxPanel, m_scAppearance, m_scBorderStyle, m_scMousePointer, m_scTooltipStyle, m_upBaseGeneralPanel |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
GlobeBeanGeneralPanel()
Default constructor. |
Method Summary | |
---|---|
void |
setObject(Object globe)
Sets a reference to the MapBean at the design-time. |
protected void |
updateAppearance()
Updates the apppearance style. |
protected void |
updateBorderStyle()
Updates the border style. |
protected void |
updateDocumentFilename()
The method is called when the document text field is changed. |
protected void |
updateEsriEnable()
The method is called when mouse pointer combox is changed. |
protected void |
updateKeyIntercept()
The method is called when key intercept combox is changed. |
protected void |
updateMousePointer()
The method is called when mouse pointer combox is changed. |
protected void |
updateTipStyle()
The method is called when tip style combox is changed. |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GlobeBeanGeneralPanel()
Method Detail |
---|
public void setObject(Object globe)
MapBean
at the design-time. The method
is called when the Customizer is being displayed.
globe
- GlobeBeanprotected void updateBorderStyle()
AbstractGeneralPanel
updateBorderStyle
in class AbstractGeneralPanel
protected void updateDocumentFilename()
AbstractGeneralPanel
updateDocumentFilename
in class AbstractGeneralPanel
protected void updateAppearance()
AbstractGeneralPanel
updateAppearance
in class AbstractGeneralPanel
protected void updateMousePointer()
AbstractGeneralPanel
updateMousePointer
in class AbstractGeneralPanel
protected void updateTipStyle()
AbstractGeneralPanel
updateTipStyle
in class AbstractGeneralPanel
protected void updateEsriEnable()
AbstractGeneralPanel
updateEsriEnable
in class AbstractGeneralPanel
protected void updateKeyIntercept()
AbstractGeneralPanel
updateKeyIntercept
in class AbstractGeneralPanel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |