de.uni_paderborn.fujaba.app
Class TabbedPaneProxy

java.lang.Object
  extended byde.uni_paderborn.fujaba.app.TabbedPaneProxy

public class TabbedPaneProxy
extends java.lang.Object

Associations

            0..1   tabbedPaneProxy    0..1
 FrameMain -------------------------------- TabbedPaneProxy
            frameMain      tabbedPaneProxy

                 --------- 0..1      tabProxy       0..1
 TabbedPaneProxy | title |------------------------------- TabProxy
                 --------- tabbedPaneProxy      tabProxy
 

Version:
$Revision: 1.37 $
Author:
$Author: trinet $

Field Summary
static java.lang.String TAB_CMS
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_CMS_TIP
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_FP
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_FP_TIP
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_FUI
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_FUI_TIP
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_PATH
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_PATH_TIP
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_PRJ
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_PRJ_TIP
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_SDL
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_SDL_TIP
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_SQL
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_SQL_TIP
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_XML
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TAB_XML_TIP
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
TabbedPaneProxy()
          Constructor for class TabbedPaneProxy
 
Method Summary
 boolean addToTabProxy(TabProxy value)
          Access method for an one to n association.
 java.util.Iterator entriesOfTabProxy()
          No comment provided by developer, please add a comment to improve documentation.
 TabProxy findTabProxy(java.lang.Object obj)
          Return first tab which contains the specified object.
 FrameMain getFrameMain()
          Get the frameMain attribute of the TabbedPaneProxy object
 TabProxy getFromTabProxy(java.lang.String key)
          Get the fromTabProxy attribute of the TabbedPaneProxy object
 javax.swing.JTabbedPane getTabbedPane()
          Get the tabbedPane attribute of the TabbedPaneProxy object
 boolean hasInTabProxy(TabProxy value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean hasKeyInTabProxy(java.lang.String key)
          No comment provided by developer, please add a comment to improve documentation.
 TabProxy instanceOfTabProxy(java.lang.String title)
          Return the tab with the specified title.
 java.util.Iterator iteratorOfTabProxy()
          No comment provided by developer, please add a comment to improve documentation.
 java.util.Iterator keysOfTabProxy()
          No comment provided by developer, please add a comment to improve documentation.
 void reloadTreeModels()
          Reloads all tree models.
 void removeAllFromTabProxy()
          No comment provided by developer, please add a comment to improve documentation.
 boolean removeFromTabProxy(TabProxy value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean removeKeyFromTabProxy(java.lang.String key)
          No comment provided by developer, please add a comment to improve documentation.
 void removeYou()
          No comment provided by developer, please add a comment to improve documentation.
 boolean setFrameMain(FrameMain value)
          Sets the frameMain attribute of the TabbedPaneProxy object
 void setTabbedPane(javax.swing.JTabbedPane tabbedPane)
          Sets the tabbedPane attribute of the TabbedPaneProxy object
 int sizeOfTabProxy()
          No comment provided by developer, please add a comment to improve documentation.
 void update()
          Updates all tabbed panes with new tree items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAB_PRJ

public static final java.lang.String TAB_PRJ
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_SDL

public static final java.lang.String TAB_SDL
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_CMS

public static final java.lang.String TAB_CMS
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_SQL

public static final java.lang.String TAB_SQL
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_FP

public static final java.lang.String TAB_FP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_PATH

public static final java.lang.String TAB_PATH
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_XML

public static final java.lang.String TAB_XML
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_FUI

public static final java.lang.String TAB_FUI
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_PRJ_TIP

public static final java.lang.String TAB_PRJ_TIP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_SDL_TIP

public static final java.lang.String TAB_SDL_TIP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_CMS_TIP

public static final java.lang.String TAB_CMS_TIP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_SQL_TIP

public static final java.lang.String TAB_SQL_TIP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_FP_TIP

public static final java.lang.String TAB_FP_TIP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_PATH_TIP

public static final java.lang.String TAB_PATH_TIP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_XML_TIP

public static final java.lang.String TAB_XML_TIP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TAB_FUI_TIP

public static final java.lang.String TAB_FUI_TIP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values
Constructor Detail

TabbedPaneProxy

public TabbedPaneProxy()
Constructor for class TabbedPaneProxy

Method Detail

setFrameMain

public boolean setFrameMain(FrameMain value)
Sets the frameMain attribute of the TabbedPaneProxy object

Parameters:
value - The new frameMain value
Returns:
No description provided

getFrameMain

public FrameMain getFrameMain()
Get the frameMain attribute of the TabbedPaneProxy object

Returns:
The frameMain value

hasInTabProxy

public boolean hasInTabProxy(TabProxy value)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
value - No description provided
Returns:
No description provided

hasKeyInTabProxy

public boolean hasKeyInTabProxy(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
key - No description provided
Returns:
No description provided

iteratorOfTabProxy

public java.util.Iterator iteratorOfTabProxy()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

keysOfTabProxy

public java.util.Iterator keysOfTabProxy()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

entriesOfTabProxy

public java.util.Iterator entriesOfTabProxy()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

sizeOfTabProxy

public int sizeOfTabProxy()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

getFromTabProxy

public TabProxy getFromTabProxy(java.lang.String key)
Get the fromTabProxy attribute of the TabbedPaneProxy object

Parameters:
key - No description provided
Returns:
The fromTabProxy value

addToTabProxy

public boolean addToTabProxy(TabProxy value)
Access method for an one to n association.

Parameters:
value - The object added.
Returns:
No description provided

removeFromTabProxy

public boolean removeFromTabProxy(TabProxy value)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
value - No description provided
Returns:
No description provided

removeKeyFromTabProxy

public boolean removeKeyFromTabProxy(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
key - No description provided
Returns:
No description provided

removeAllFromTabProxy

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


removeYou

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


setTabbedPane

public void setTabbedPane(javax.swing.JTabbedPane tabbedPane)
Sets the tabbedPane attribute of the TabbedPaneProxy object

Parameters:
tabbedPane - The new tabbedPane value

getTabbedPane

public javax.swing.JTabbedPane getTabbedPane()
Get the tabbedPane attribute of the TabbedPaneProxy object

Returns:
The tabbedPane value

update

public void update()
Updates all tabbed panes with new tree items.


instanceOfTabProxy

public TabProxy instanceOfTabProxy(java.lang.String title)
Return the tab with the specified title. If no such a tab exists, create a new one.

Parameters:
title - No description provided
Returns:
No description provided

findTabProxy

public TabProxy findTabProxy(java.lang.Object obj)
Return first tab which contains the specified object.

Parameters:
obj - No description provided
Returns:
No description provided

reloadTreeModels

public void reloadTreeModels()
Reloads all tree models.