|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Name | |
---|---|
ARoad0.gBase | CORE OF THE PROGRAM This package contains the fresh object-oriented database management system for Access Road; this package documentation page is recommended as a first reading for all the Access Road developers. |
ARoad0.gBaseInterface | Contains the interfaces of the generic gBase classes. |
ARoad0.gDMak | Provides the decision makers, responsible for managing all the events in the Access Road menu, and by this way, contains the managers of the basic operations. |
ARoad0.Gui1 | Provides the internal frames and standard panels for handling the CRUD operations on the database objects, for the Access Road desktop. |
ARoad0.Gui2 | Provides the classes for displaying the tree frames and the GraphicViews which display the diagrams in the desktop, following the gDMak package requests. |
ARoad0.gWork | Contains the classes of the second core of the program that processes the search of rights in the open views. |
Uses of Name in ARoad0.gBase |
---|
Classes in ARoad0.gBase that implement Name | |
---|---|
class |
NameImpl
This class is responsible for managing the names for all the database objects. |
Fields in ARoad0.gBase declared as Name | |
---|---|
static Name |
ViewInBaseImpl.ARCHI_VIEW_NAME
|
private Name |
ISNodeImpl.nodeName_
|
protected Name |
ACSFactoryImpl.parentName_
|
Methods in ARoad0.gBase that return Name | |
---|---|
Name |
NameImpl.context()
|
Name |
NameImpl.context(int _end)
Gets a copy of the current name less some last components. |
Name |
NameImpl.extended(ImmutableName _name)
For extending the current name. |
Name |
NameImpl.extended(java.lang.String _nc)
For extending the current name. |
static Name |
NameImpl.getNameFromString(java.lang.String _text)
Gets the name from the string returned by toString(). |
Name |
NameImpl.subname(int _start,
int _end)
Returns a new Name instance. |
Name |
NameImpl.without(Name _name)
Caution: this method changes the instance. |
Methods in ARoad0.gBase with parameters of type Name | |
---|---|
protected void |
ResourceImpl.addAcsController(Name _ACSname)
Called by addAclEntry() and addEorPrivilegeForLinksToTarget(). |
protected void |
BaseManagerImpl.addAcsOrSubAcsNodeToIS(ImmutableName _ISname,
Name _parent,
ImmutableName _name,
java.lang.String _node_type,
boolean _is_hub,
java.lang.String _visible_space,
boolean _server,
boolean _fireChange)
Called by ACSFactory to add an ACS or subACS to the IS nametrees, after the call to newEorACS(), and by importACS(). |
Name |
NameImpl.without(Name _name)
Caution: this method changes the instance. |
Uses of Name in ARoad0.gBaseInterface |
---|
Methods in ARoad0.gBaseInterface that return Name | |
---|---|
Name |
ImmutableName.context()
Get a copy of the current name less the last component. |
Name |
ImmutableName.context(int _end)
Get a copy of the current name less some last components. |
Name |
Name.extended(ImmutableName _name)
For extending the current name. |
Name |
Name.extended(java.lang.String _nc)
For extending the current name. |
Name |
Access.getName()
|
Name |
Stream.getName()
|
Name |
ImmutableName.subname(int _start,
int _end)
|
Name |
Name.subname(int _start,
int _end)
Returns a new independant Name instance as an extract of the current Name. |
Name |
Name.without(Name _name)
|
Methods in ARoad0.gBaseInterface with parameters of type Name | |
---|---|
void |
Access.setName(Name _name)
|
void |
Stream.setName(Name _name)
|
Name |
Name.without(Name _name)
|
Uses of Name in ARoad0.gDMak |
---|
Fields in ARoad0.gDMak declared as Name | |
---|---|
static Name |
ActionOpenArchitecture.ARCHI_VIEW_NAME
|
private Name |
ActionNewACSyst.iSname_
|
static Name |
ActionOpenGlobalStructure.LOCATION_STRUCTURE_NAME
|
private Name |
ActionNewACSyst.name_
|
private Name |
ActionNewACSyst.parent_
|
static Name |
ActionOpenSketcher.SKETCH_VIEW_NAME
|
Methods in ARoad0.gDMak with parameters of type Name | |
---|---|
private ACSImpl |
ActionNewACSyst.createRBAC(Name _name)
Invoked by createACS() to create a Role-Based Access Control application on a Linux, and to display the new ACS in the explorer. |
private void |
ActionImportACS.prepareACS(Name _name)
Invoked by actionPerformed() to import the ACS from its name. |
Uses of Name in ARoad0.Gui1 |
---|
Methods in ARoad0.Gui1 that return Name | |
---|---|
static Name |
InternalFrameUtilities.extractACSName(java.lang.String _title)
Extract the name from the title of an ACS main frame. |
static Name |
InternalFrameUtilities.extractBeamerName(java.lang.String _beamerTitle)
Extract the name in the beamer title. |
static Name |
InternalFrameUtilities.extractViewNameFromFrameTitle(java.lang.String _title)
Extracts the name from the title of a view main frame. |
static Name |
InternalFrameUtilities.extractViewNameFromSeeWhy(java.lang.String _title)
Extracts the name from the title of a view 'See why' frame, and detect the presence of the NoThan view indicator. |
Uses of Name in ARoad0.Gui2 |
---|
Fields in ARoad0.Gui2 declared as Name | |
---|---|
static Name |
TreeManager.STRUCTURE_ROOT_NAME
|
Uses of Name in ARoad0.gWork |
---|
Methods in ARoad0.gWork that return Name | |
---|---|
static Name |
ACS_Facade.getNameFromString(java.lang.String _text)
Get the name from the string returned by toString(). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |