public class FWMUtility extends SKDUtility
SKDUtility.SnapToGridState
Modifier and Type | Field and Description |
---|---|
static net.java.balloontip.styles.BalloonTipStyle |
DefaultBalloonTipStyle |
static java.lang.String |
FONT_COLOR |
static java.lang.String |
RENDERED_COLOR |
LRE, LRM, NONE, PDF, RLE, RLM, VIEWER_CREWASSIGN, VIEWER_GRPASSIGN, VIEWER_SCHEDULER
Modifier and Type | Method and Description |
---|---|
void |
enableHttpOnlyWorkaroundIfNeeded(javax.swing.JApplet applet)
Overridden from SKDUtility, dispatcher has problems in chrome with http only so always use
workaround
|
java.lang.String |
getAppName()
Get the application name
|
java.awt.Color[] |
getColormap() |
MXTravelTimeConstraint |
getConstraintForToActivity(ilog.views.gantt.IlvActivity activity)
returns the 'TO' constraint for the passed in activity
|
java.lang.String |
getDispatchControlId() |
DispatcherViewerApplet |
getDispatcherApplet() |
java.awt.Color[] |
getFontcolormap() |
static java.lang.String |
getMXToolTipText(ilog.views.gantt.graphic.IlvActivityGraphic ag)
fetches and formats the tooltip text for an activity
|
static MXResource |
getResourceForActivity(MXActivity activity) |
SKDUserLocaleData |
getSKDUserLocaleData() |
static java.lang.String |
getTableRowToolTipText(ilog.views.gantt.swing.IlvJTable table,
java.awt.event.MouseEvent event,
ilog.views.gantt.IlvHierarchyNode row,
java.lang.String value,
int rowIndex,
int columnIndex)
fetches and formats the tooltip text for a resource in the table
|
javax.swing.ImageIcon |
getTooltipCloseIcon()
returns the close icon for use on the balloontip
|
javax.swing.ImageIcon |
getTooltipOverIcon()
returns the mouseover icon for use on the balloontip
|
static FWMUtility |
getUtility() |
static boolean |
isAssignmentOverlapping(MXActivity activity)
return true if the assignment activity is overlapping another assignment activity (timewise).
|
static boolean |
isCraftOrCrewType(MXResource mxresource)
returns true if the resource is a craft or crewtype resource.
|
static boolean |
isHierarchyStub(MXResource mxresource)
returns true if the resource is a hierarchy stub
|
static boolean |
isLaborOrCrew(MXResource mxresource)
returns true if the resource is a labor or crew type resource.
|
static boolean |
isNull(java.lang.String val) |
static void |
setApplet(DispatcherViewerApplet applet) |
void |
setDefaultToolTipIcons()
set the default tooltip icons.
|
void |
setUserInfo(ISKDUIInfo skdUIInfo) |
areServerAndUserTZDifferent, callJavascriptEval, canShowCurrentTimeIndicatorOnDrag, decodeColor, enforceBIDIColumnLayout, enforceBidiDirection, enforceOrientation, evalJSResult, fireEscapeKeyDown, getApplet, getAppletName, getBooleanProperty, getColorProperty, getConstraintType, getConstraintTypeInt, getDailyView, getDate, getDateFormat, getDefaultRowHeight, getDefaultscenario, getFixedTimeIndicatorFromGSheet, getGanttConfigInfo, getIntProperty, getLegendColors, getLegendColorsforResourceHourView, getLongProperty, getMessage, getMessages, getMessageWithPrefix, getModifiedLabelColorString, getModifiedLabelPrefix, getPriorityColors, getReservationLiveUpdateThreshold, getResourceString, getResourceStrings, getServerDate, getServerDateForUser, getServerTimeZone, getSkdActionInfo, getSkdActionUidInfo, getSKDFormat, getSKDUtility, getSnapshot, getSnapToGridIntervalMins, getStatusColors, getToolTipPropertyMaxWidth, getUserLocale, getUserTimeZone, getViewerProperty, hideDurationCheckEnabled, hidingLegend, hidingYAxis, IlvDurationToDouble, isAssignmentManager, isBIDIEnabled, isBiDiString, isComplianceEnabled, isDebugMode, isEmpty, isFirefox, isGUIMirrored, isUsingCompressedData, logDebugMessage, logDebugMessage, logMessage, makeTooltipStringBasedOnDirection, makeTooltipStringBasedOnDirection, needSendModelChange, refreshActivityTable, removeMarkers, removeMarkersForApplink, removeTimeIndicator, replaceString, reset, sendEvent, sendEvent, sendEvent, sendEventAsync, sendEventAsync, sendEventAsync, sendToBeSaved, setApplet, setBIDIEnabled, setComplianceEnabled, setDailyView, setDateFormat, setDebugMode, setDefaultscenario, setDefaultUserTimeZone, setGanttConfigInfo, setGUIMirrored, setSendModelchange, setSkdActionInfo, setSkdActionUidInfo, setSKDUserLocaleData, setSnapshot, setToBeSaved, setupSnapToGrid, setUserOverrideProperties, setViewerProperty, todaysDate, usingStatusColors
public static final java.lang.String RENDERED_COLOR
public static final java.lang.String FONT_COLOR
public static final net.java.balloontip.styles.BalloonTipStyle DefaultBalloonTipStyle
public static FWMUtility getUtility()
public java.awt.Color[] getColormap()
public java.awt.Color[] getFontcolormap()
public java.lang.String getAppName()
SKDUtility
getAppName
in class SKDUtility
public java.lang.String getDispatchControlId()
public MXTravelTimeConstraint getConstraintForToActivity(ilog.views.gantt.IlvActivity activity)
public static void setApplet(DispatcherViewerApplet applet)
public void setUserInfo(ISKDUIInfo skdUIInfo)
public SKDUserLocaleData getSKDUserLocaleData()
getSKDUserLocaleData
in class SKDUtility
public DispatcherViewerApplet getDispatcherApplet()
public static boolean isNull(java.lang.String val)
public static MXResource getResourceForActivity(MXActivity activity)
public static java.lang.String getMXToolTipText(ilog.views.gantt.graphic.IlvActivityGraphic ag)
ag
- public static java.lang.String getTableRowToolTipText(ilog.views.gantt.swing.IlvJTable table, java.awt.event.MouseEvent event, ilog.views.gantt.IlvHierarchyNode row, java.lang.String value, int rowIndex, int columnIndex)
table
- event
- row
- value
- rowIndex
- columnIndex
- public javax.swing.ImageIcon getTooltipCloseIcon()
public javax.swing.ImageIcon getTooltipOverIcon()
public void setDefaultToolTipIcons()
public static boolean isLaborOrCrew(MXResource mxresource)
mxresource
- public static boolean isCraftOrCrewType(MXResource mxresource)
mxresource
- public static boolean isHierarchyStub(MXResource mxresource)
mxresource
- public static boolean isAssignmentOverlapping(MXActivity activity)
activity
- public void enableHttpOnlyWorkaroundIfNeeded(javax.swing.JApplet applet)
enableHttpOnlyWorkaroundIfNeeded
in class SKDUtility
applet
-