Code Guide
class CodeGuide( workbench: AvailWorkbench, jTextPane: JTextPane, guideLines: List<Int> = listOf(80)) : LayerUI<JScrollPane>
Content copied to clipboard
Draws code guides on the decorated JScrollPane after the appropriate columns.
Author
Todd L Smith
Richard Arriaga
Constructors
Functions
Link copied to clipboard
open fun addPropertyChangeListener(p0: String, p1: PropertyChangeListener)
Content copied to clipboard
Link copied to clipboard
open fun applyPropertyChange(p0: PropertyChangeEvent, p1: JLayer<out JScrollPane>)
Content copied to clipboard
Link copied to clipboard
Compute the color of the guide lines from the workbench's stylesheet.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun getBaselineResizeBehavior(p0: JComponent): Component.BaselineResizeBehavior
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getPropertyChangeListeners(p0: String): Array<PropertyChangeListener>
Content copied to clipboard
Link copied to clipboard
open fun imageUpdate( p0: Image, p1: Int, p2: Int, p3: Int, p4: Int, p5: Int, p6: JLayer<out JScrollPane>): Boolean
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun paintImmediately( p0: Int, p1: Int, p2: Int, p3: Int, p4: JLayer<out JScrollPane>)
Content copied to clipboard
Link copied to clipboard
open fun removePropertyChangeListener(p0: String, p1: PropertyChangeListener)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard