org.w3c.jigadm.editors
Class FramesHelper
java.lang.Object
|
+--org.w3c.jigadm.editors.ResourceHelper
|
+--org.w3c.jigadm.editors.FramesHelper
- public class FramesHelper
- extends ResourceHelper
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
FramesHelper
public FramesHelper()
addFrame
protected void addFrame()
deleteCurrentFrame
protected void deleteCurrentFrame()
editFrame
protected void editFrame(RemoteResourceWrapper framew)
removeAll
public void removeAll()
removeCenterComp
public void removeCenterComp()
getComponent
public java.awt.Component getComponent()
- Overrides:
- getComponent in class ResourceHelper
commitChanges
public void commitChanges()
throws RemoteAccessException
- Commit changes (if any).
- Throws:
- RemoteAccessException - if a remote access error occurs.
hasChanged
public boolean hasChanged()
resetChanges
public void resetChanges()
clearChanged
public void clearChanged()
getTitle
public final java.lang.String getTitle()
- Overrides:
- getTitle in class ResourceHelper
initFrames
protected void initFrames()
throws RemoteAccessException
initAddPanel
protected void initAddPanel(java.util.Properties config)
initialize
public void initialize(RemoteResourceWrapper rrw,
java.util.Properties pr)
throws RemoteAccessException
- initialize this helper
- Parameters:
rrw
- The RemoteResourceWrapperpr
- The properties- Throws:
- RemoteAccessException - if a remote access error occurs.