Class GFPreferences
java.lang.Object
org.eclipse.graphiti.internal.pref.GFPreferences
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
int
static GFPreferences
int
int
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Field Details
-
CPU_PROFILING_TRACE_ACTIVE
- See Also:
-
RECURSIVE_CHECK_FOR_UPDATE_ACTIVE
- See Also:
-
INVISIBLE_RECTANGLES_SHOWN
- See Also:
-
VISUAL_STATE_RENDERING
- See Also:
-
PROGRESS_DIALOG_ACTIVE
- See Also:
-
CONTEXT_BUTTON_PAD_DECLARATION
- See Also:
-
ZOOM_ANIMATION_STEPS
- See Also:
-
DEBUG_ACTIONS_ACTIVE
- See Also:
-
GENERIC_PROPERTY_SHEET_ACTIVE
- See Also:
-
GENERIC_OUTLINE_ACTIVE
- See Also:
-
POLYLINE_ROUNDING
- See Also:
-
INFO_LEVEL_TRACING_ACTIVE
- See Also:
-
DEBUG__LEVEL_TRACING_ACTIVE
- See Also:
-
-
Method Details
-
getInstance
-
areDebugActionsActive
public boolean areDebugActionsActive() -
areInvisibleRectanglesShown
public boolean areInvisibleRectanglesShown() -
getContextButtonPadDeclaration
public int getContextButtonPadDeclaration() -
getPolylineRounding
public int getPolylineRounding() -
getVisualStateRendering
public int getVisualStateRendering() -
getZoomAnimationSteps
public int getZoomAnimationSteps() -
isCPUProfilingTraceActive
public boolean isCPUProfilingTraceActive() -
isGenericOutlineActive
public boolean isGenericOutlineActive() -
isGenericPropertySheetActive
public boolean isGenericPropertySheetActive() -
isProgressDialogActive
public boolean isProgressDialogActive() -
isRecursiveCheckForUpdateActive
public boolean isRecursiveCheckForUpdateActive() -
isInfoLevelTracingActive
public boolean isInfoLevelTracingActive() -
isDebugLevelTracingActive
public boolean isDebugLevelTracingActive()
-