Package gda.rcp.views

Class FindableGroupCompositeFactory

java.lang.Object
gda.rcp.views.GroupCompositeFactory
gda.rcp.views.FindableGroupCompositeFactory
All Implemented Interfaces:
Findable, CompositeFactory

public class FindableGroupCompositeFactory extends GroupCompositeFactory implements Findable
  • Constructor Details

    • FindableGroupCompositeFactory

      public FindableGroupCompositeFactory()
  • Method Details

    • setName

      public void setName(String name)
      Description copied from interface: Findable
      Set or change the name of the object (as defined in XML).
      Specified by:
      setName in interface Findable
      Parameters:
      name - the object name
    • getName

      public String getName()
      Description copied from interface: Findable
      Get the object name. Used by Castor to check if the object name has been set before calling the Findable.setName(String) method.
      Specified by:
      getName in interface Findable
      Returns:
      a String containing the object name.