com.centrasite.control.ext
Class MyCentraSiteTopic

java.lang.Object
  extended by com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
      extended by com.softwareag.cis.plugin.extpt.util.AbstractTopic
          extended by com.centrasite.control.ext.util.BaseTopic
              extended by com.centrasite.control.ext.MyCentraSiteTopic
All Implemented Interfaces:
com.softwareag.cis.plugin.extpt.Topic, com.softwareag.cis.plugin.interfaces.Component, com.softwareag.cis.plugin.registry.ExtensionImplementation

public class MyCentraSiteTopic
extends BaseTopic


Nested Class Summary
 
Nested classes/interfaces inherited from class com.centrasite.control.ext.util.BaseTopic
BaseTopic.RefreshTopicCommand
 
Field Summary
 
Fields inherited from class com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
rcs_id
 
Fields inherited from interface com.softwareag.cis.plugin.extpt.Topic
rcs_id
 
Constructor Summary
MyCentraSiteTopic()
           
 
Method Summary
 java.lang.String getPageURL()
          Get page URL for topic
 java.lang.String getTitle()
           
 boolean isVisible()
           
 void refresh(com.centrasite.control.Item item, int change)
           
 
Methods inherited from class com.centrasite.control.ext.util.BaseTopic
createWorkplaceTopic, getConnector, getImageURL, getLocale, getTopicAdapter, getTreeActionContext, reactOnSwitchSelectedTopic, refresh, setLocale
 
Methods inherited from class com.softwareag.cis.plugin.extpt.util.AbstractTopic
getCommands, getContextMenu, getId, getPageAdapterClass, getPerspective, getTree, getTreeCommandContext, getWorkplaceAdapter, getWorkplaceContext, getWorkplaceTopic, isEnabled, reactOnPopupMenuClosedByUser, reactOnSwitchSelectedTopicWithTopicCommand, setEnabled, setTreeCommandContext, setVisible, setWorkplaceContext, toString
 
Methods inherited from class com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.softwareag.cis.plugin.registry.ExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 

Constructor Detail

MyCentraSiteTopic

public MyCentraSiteTopic()
Method Detail

refresh

public void refresh(com.centrasite.control.Item item,
                    int change)
Specified by:
refresh in class BaseTopic

getTitle

public java.lang.String getTitle()

isVisible

public boolean isVisible()
Specified by:
isVisible in interface com.softwareag.cis.plugin.interfaces.Component
Overrides:
isVisible in class com.softwareag.cis.plugin.extpt.util.AbstractTopic
See Also:
Component.isVisible()

getPageURL

public java.lang.String getPageURL()
Get page URL for topic

Specified by:
getPageURL in interface com.softwareag.cis.plugin.extpt.Topic
Overrides:
getPageURL in class com.softwareag.cis.plugin.extpt.util.AbstractTopic
Returns:
the URL or null, if no page to be provided