DependableInfopublic class DependableInfoImpl extends java.lang.Object implements DependableInfo
| Constructor | Description |
|---|---|
DependableInfoImpl(DsmRow dsmRow,
int index,
boolean isInCrossHair,
boolean isSelected,
boolean containsErrors,
boolean containsWarnings,
Formatter displayNameFormatter) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
containsErrors() |
|
boolean |
containsWarnings() |
|
int |
getContentCount() |
|
java.lang.String |
getDisplayName() |
|
java.lang.String |
getFullyQualifiedName() |
|
int |
getIndex() |
|
boolean |
isInCrosshair() |
|
boolean |
isSelected() |
public int getContentCount()
getContentCount in interface DependableInfopublic java.lang.String getDisplayName()
getDisplayName in interface DependableInfopublic int getIndex()
getIndex in interface DependableInfopublic boolean isInCrosshair()
isInCrosshair in interface DependableInfopublic boolean isSelected()
isSelected in interface DependableInfopublic boolean containsErrors()
containsErrors in interface DependableInfopublic boolean containsWarnings()
containsWarnings in interface DependableInfopublic java.lang.String getFullyQualifiedName()
getFullyQualifiedName in interface DependableInfoCopyright © 2018. All rights reserved.