de.uni_paderborn.fujaba.basic
Class IncrSelector

java.lang.Object
  extended byde.uni_paderborn.fujaba.basic.IncrSelector

public class IncrSelector
extends java.lang.Object

Created by IntelliJ IDEA. User: Leif Geiger Date: Aug 5, 2003 Time: 11:51:27 PM To change this template use Options | File Templates.

Version:
$Revision: 1.11 $
Author:
$Author: lowende $

Field Summary
private  de.upb.tools.fca.FLinkedList lastSelected
          No comment provided by developer, please add a comment to improve documentation.
private static org.apache.log4j.Logger log
          log4j logging
private static IncrSelector selector
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
private IncrSelector()
          Constructor for class IncrSelector
 
Method Summary
static IncrSelector get()
          No comment provided by developer, please add a comment to improve documentation.
 de.upb.tools.fca.FLinkedList getLastSelected()
          Get the lastSelected attribute of the FujabaRMIServiceImpl object
 void gotoElement(ASGElement element)
           
private  void removeLastSelected()
          No comment provided by developer, please add a comment to improve documentation.
 void selectIncrByID(java.lang.String incrID)
          The provided service.
 void setLastSelected(de.upb.tools.fca.FLinkedList lastSelected)
          Sets the lastSelected attribute of the FujabaRMIServiceImpl object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final transient org.apache.log4j.Logger log
log4j logging


lastSelected

private de.upb.tools.fca.FLinkedList lastSelected
No comment provided by developer, please add a comment to improve documentation.


selector

private static IncrSelector selector
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

IncrSelector

private IncrSelector()
Constructor for class IncrSelector

Method Detail

selectIncrByID

public void selectIncrByID(java.lang.String incrID)
The provided service. Select an UML Increment and its diagram.

Parameters:
incrID - No description provided

gotoElement

public void gotoElement(ASGElement element)
Parameters:
element - to be shown on screen

get

public static IncrSelector get()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

removeLastSelected

private void removeLastSelected()
No comment provided by developer, please add a comment to improve documentation.


setLastSelected

public void setLastSelected(de.upb.tools.fca.FLinkedList lastSelected)
Sets the lastSelected attribute of the FujabaRMIServiceImpl object

Parameters:
lastSelected - The new lastSelected value

getLastSelected

public de.upb.tools.fca.FLinkedList getLastSelected()
Get the lastSelected attribute of the FujabaRMIServiceImpl object

Returns:
The lastSelected value