|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.editor.view.spi.ViewUtilities
public class ViewUtilities
Various utility methods related to views.
| Method Summary | |
|---|---|
static void |
checkViewHierarchy(View v)
Check correctness of the hierarchy under the given view. |
static View |
createDocumentView(Element elem)
Create view that will cover the whole document. |
static boolean |
isAxisValid(int axis)
Test whether the axis is valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static View createDocumentView(Element elem)
public static void checkViewHierarchy(View v)
public static boolean isAxisValid(int axis)
axis - integer axis
View.X_AXIS
or View.Y_AXIS. False is returned otherwise.
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||