|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.classcloud.ClassCloudData
public class ClassCloudData
Manages data associated to class cloud node.
Constructor Summary | |
---|---|
ClassCloudData()
|
Method Summary | |
---|---|
static void |
attachCell(com.intellij.openapi.graph.base.Node node,
Cell cell)
Attaches cell to given node by using an appropriate node map. |
static Cell |
findCell(com.intellij.openapi.graph.base.Node node)
Finds cell containing cell information (class name, dependency count and so on) for given node. |
static com.intellij.psi.PsiClass |
findPsiClass(com.intellij.openapi.project.Project project,
com.intellij.openapi.graph.base.Node node)
Finds psi class for given class cloud node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassCloudData()
Method Detail |
---|
public static void attachCell(@NotNull com.intellij.openapi.graph.base.Node node, @NotNull Cell cell)
node
- node to attach cell tocell
- cell to attach@Nullable public static com.intellij.psi.PsiClass findPsiClass(@NotNull com.intellij.openapi.project.Project project, @NotNull com.intellij.openapi.graph.base.Node node)
project
- current projectnode
- class cloud node
@Nullable public static Cell findCell(@NotNull com.intellij.openapi.graph.base.Node node)
node
- node to find cell for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |