javax.rad.util
Interface INamedObject

All Known Subinterfaces:
IActionComponent, IApplication, IButton, IChart, ICheckBox, ICheckBoxMenuItem, IComponent, IContainer, IContent, IDataBook, IDesktopPanel, IEditor, IFrame, IGroupPanel, IIcon, IInternalFrame, ILabel, ILauncher, IMenu, IMenuBar, IMenuItem, IPanel, IPasswordField, IPopupMenu, IRadioButton, IScrollPanel, ISeparator, ISplitPanel, ITable, ITabsetPanel, ITextArea, ITextField, IToggleActionComponent, IToggleButton, IToolBar, IToolBarPanel, ITree, IWindow, IWorkScreen, IWorkScreenApplication
All Known Implementing Classes:
About, AbstractCachedStorage, AbstractFrame, AbstractMemStorage, AbstractStorage, AbstractUIActionComponent, AbstractUIButton, AbstractUIMenuItem, AbstractUITextField, AbstractUIToggleButton, AbstractWindow, Application, Application, AwtComponent, AwtContainer, Content, DBStorage, Dialog, Error, Login, MemDataBook, Message, RemoteApplication, RemoteDataBook, RemoteWorkScreen, RemoteWorkScreenApplication, SwingAbstractButton, SwingAbstractFrame, SwingApplet.SwingAppletLauncher, SwingApplication, SwingButton, SwingChart, SwingCheckBox, SwingCheckBoxMenuItem, SwingComponent, SwingDesktopPanel, SwingEditor, SwingFrame, SwingGroupPanel, SwingIcon, SwingInternalFrame, SwingLabel, SwingMenu, SwingMenuBar, SwingMenuItem, SwingPanel, SwingPasswordField, SwingPopupMenu, SwingRadioButton, SwingScrollComponent, SwingScrollPanel, SwingSeparator, SwingSplitPanel, SwingTable, SwingTabsetPanel, SwingTextArea, SwingTextComponent, SwingTextField, SwingToggleButton, SwingToolBar, SwingToolBarPanel, SwingTree, UIButton, UIChart, UICheckBox, UICheckBoxMenuItem, UIComponent, UIContainer, UICustomComponent, UICustomContainer, UIDesktopPanel, UIEditor, UIFrame, UIGroupPanel, UIIcon, UIInternalFrame, UILabel, UILauncher, UIMenu, UIMenuBar, UIMenuItem, UIPanel, UIPasswordField, UIPopupMenu, UIRadioButton, UIScrollPanel, UISeparator, UISplitPanel, UITable, UITabsetPanel, UITextArea, UITextField, UIToggleButton, UIToolBar, UIToolBarPanel, UITree, UIWindow, WorkScreen

public interface INamedObject

INamedObject is the base for all classes or interfaces with the property "name".


Method Summary
 String getName()
          Gets the name of the object.
 void setName(String pName)
          Sets the name of the object.
 

Method Detail

getName

String getName()
Gets the name of the object.

Returns:
the name of the object.

setName

void setName(String pName)
             throws Exception
Sets the name of the object.

Parameters:
pName - the name of the object.
Throws:
Exception - if setting the name fails


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.