Lines Matching refs:BaseFormatPanel

689 BaseFormatPanel = function(format, editorUi, container)  class
700 BaseFormatPanel.prototype.buttonBackgroundColor = 'white';
705 BaseFormatPanel.prototype.installInputHandler = function(input, key, defaultValue, min, max, unit, …
826 BaseFormatPanel.prototype.createPanel = function()
838 BaseFormatPanel.prototype.createTitle = function(title)
854 BaseFormatPanel.prototype.createStepper = function(input, update, step, height, disableFocus, defau…
979 BaseFormatPanel.prototype.createOption = function(label, isCheckedFn, setCheckedFn, listener, fn)
1072 BaseFormatPanel.prototype.createCellOption = function(label, key, defaultValue, enabledValue, disab…
1141 BaseFormatPanel.prototype.createColorOption = function(label, getColorFn, setColorFn,
1321 BaseFormatPanel.prototype.createCellColorOption = function(label, colorKey, defaultColor, callbackF…
1386 BaseFormatPanel.prototype.addArrow = function(elt, height)
1452 BaseFormatPanel.prototype.addUnitInput = function(container, unit, right, width, update, step, marg…
1480 BaseFormatPanel.prototype.createRelativeOption = function(label, key, width, handler, init)
1571 BaseFormatPanel.prototype.addLabel = function(div, title, right, width)
1588 BaseFormatPanel.prototype.addKeyHandler = function(input, listener)
1613 BaseFormatPanel.prototype.styleButtons = function(elts)
1634 BaseFormatPanel.prototype.destroy = function()
1652 BaseFormatPanel.call(this, format, editorUi, container);
1656 mxUtils.extend(ArrangePanel, BaseFormatPanel);
2375 BaseFormatPanel.prototype.getUnit = function()
2392 BaseFormatPanel.prototype.inUnit = function(pixels)
2397 BaseFormatPanel.prototype.fromUnit = function(value)
2414 BaseFormatPanel.prototype.isFloatUnit = function()
2419 BaseFormatPanel.prototype.getUnitStep = function()
3049 BaseFormatPanel.call(this, format, editorUi, container);
3053 mxUtils.extend(TextFormatPanel, BaseFormatPanel);
4545 BaseFormatPanel.call(this, format, editorUi, container);
4549 mxUtils.extend(StyleFormatPanel, BaseFormatPanel);
5903 BaseFormatPanel.call(this, format, editorUi, container);
5907 mxUtils.extend(DiagramStylePanel, BaseFormatPanel);
6538 BaseFormatPanel.prototype.destroy.apply(this, arguments);
6552 BaseFormatPanel.call(this, format, editorUi, container);
6556 mxUtils.extend(DiagramFormatPanel, BaseFormatPanel);
6988 BaseFormatPanel.prototype.destroy.apply(this, arguments);