Methods' Details |
getControllers
- Description
- provides list of all currently connected controller objects.
Please note: Because this interface will might be used inside
multi threaded environments those list can contain still disposed items
or it new added controller will be missing (if they was added after this
enumeration was created).
- Returns
- list of controller objects.
Enumeration can be empty but not NULL.
|
|
getAvailableViewControllerNames
sequence< string > |
getAvailableViewControllerNames(); |
- Description
- provides the available names of the factory to be used to create views.
- Returns
- sequence of all view names
- See also
- createView()
|
|
createDefaultViewController
- Description
- creates the default view instance for this model.
- Parameter Frame
- used to place the new created view there
- Parameter ComponentWindow
- returns a suitable component window for the new created view controller
- Returns
- the new view controller instance
@throw IllegalArgumentException
if one of the given parameter was wrong
@throw Exception
if creation of a new view failed by other reasons
|
|
createViewController
- Description
- creates a new view instance classified by the specified name and arguments.
- Parameter ViewName
- classified name of instance
- Parameter Arguments
- arguments used for creation
- Parameter Frame
- used to place the new created view there
- Parameter ComponentWindow
- returns a suitable component window for the new created view controller
- Returns
- the new view controller instance
@throw IllegalArgumentException
if one of the given parameter was wrong
@throw Exception
if creation of a new view failed by other reasons
|
|
Copyright © 2003 Sun Microsystems, Inc.