com.tssap.util.ui.reuse
Class RefreshObjectEditorComponent

java.lang.Object
  |
  +--com.tssap.util.ui.AbstractEditable
        |
        +--com.tssap.util.ui.reuse.GenericComponent
              |
              +--com.tssap.util.ui.reuse.ObjectEditorComponent
                    |
                    +--com.tssap.util.ui.reuse.DefaultObjectEditorComponent
                          |
                          +--com.tssap.util.ui.reuse.RefreshObjectEditorComponent
All Implemented Interfaces:
IEditable, IGenericComponent, IGridLayoutPaneContainer, IObjectEditorComponent, IReuseable
Direct Known Subclasses:
JavaComponent

public abstract class RefreshObjectEditorComponent
extends DefaultObjectEditorComponent


Fields inherited from interface com.tssap.util.ui.reuse.IObjectEditorComponent
SEVERITY_PREFIX_ERROR, SEVERITY_PREFIX_INFO, SEVERITY_PREFIX_LEAVABLE_WARNING, SEVERITY_PREFIX_UNLEAVABLE_WARNING
 
Constructor Summary
RefreshObjectEditorComponent()
           
RefreshObjectEditorComponent(java.lang.String title)
           
 
Methods inherited from class com.tssap.util.ui.reuse.DefaultObjectEditorComponent
getUserGridNumOfColumns, isUserGridEqualColSize
 
Methods inherited from class com.tssap.util.ui.reuse.ObjectEditorComponent
acceptData, dispose, getData, getModifiedCallback, isDataAutoRefreshing, isEnabled, okToLeave, refreshDataFromUI, refreshUIFromData, setData, setEnabled, setModifiedCallback
 
Methods inherited from class com.tssap.util.ui.reuse.GenericComponent
addModifyListener, addSelectionListener, createPartControl, createPartControl, createPartControl, getTitle, getUserAreaGridLayoutPane, isComposable, refresh, removeModifyListener, removeSelectionListener, setTitle
 
Methods inherited from class com.tssap.util.ui.AbstractEditable
isEditable, setEditable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tssap.util.ui.reuse.IReuseable
createPartControl
 
Methods inherited from interface com.tssap.util.ui.IEditable
isEditable, setEditable
 
Methods inherited from interface com.tssap.util.ui.glpc.IGridLayoutPaneContainer
initContainer
 

Constructor Detail

RefreshObjectEditorComponent

public RefreshObjectEditorComponent()

RefreshObjectEditorComponent

public RefreshObjectEditorComponent(java.lang.String title)
Parameters:
title -  


Copyright © 2005 SAP AG. All Rights Reserved.