|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
org.openide.windows.TopComponent
org.openide.windows.CloneableTopComponent
org.openide.text.CloneableEditor
cz.cuni.pogamut.posh.view.PoshTextEditor
public class PoshTextEditor
Text editor for posh. Provides token highlighting and normal stuff expected in NB text editors (undo, lines, find...).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.openide.windows.CloneableTopComponent |
|---|
org.openide.windows.CloneableTopComponent.Ref |
| Nested classes/interfaces inherited from class org.openide.windows.TopComponent |
|---|
org.openide.windows.TopComponent.Cloneable, org.openide.windows.TopComponent.Description, org.openide.windows.TopComponent.NodeName, org.openide.windows.TopComponent.OpenActionRegistration, org.openide.windows.TopComponent.Registration, org.openide.windows.TopComponent.Registry |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Nested classes/interfaces inherited from interface org.netbeans.core.spi.multiview.MultiViewElement |
|---|
org.netbeans.core.spi.multiview.MultiViewElement.Registration |
| Field Summary |
|---|
| Fields inherited from class org.openide.text.CloneableEditor |
|---|
pane |
| Fields inherited from class org.openide.windows.CloneableTopComponent |
|---|
EMPTY |
| Fields inherited from class org.openide.windows.TopComponent |
|---|
CLOSE_EACH, CLOSE_LAST, PERSISTENCE_ALWAYS, PERSISTENCE_NEVER, PERSISTENCE_ONLY_OPENED, PROP_CLOSING_DISABLED, PROP_DND_COPY_DISABLED, PROP_DRAGGING_DISABLED, PROP_KEEP_PREFERRED_SIZE_WHEN_SLIDED_IN, PROP_MAXIMIZATION_DISABLED, PROP_SLIDING_DISABLED, PROP_UNDOCKING_DISABLED |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
PoshTextEditor(PoshEditorSupport editorSupport)
|
|
| Method Summary | |
|---|---|
org.netbeans.core.spi.multiview.CloseOperationState |
canCloseElement()
|
void |
componentActivated()
|
void |
componentClosed()
|
void |
componentDeactivated()
|
void |
componentHidden()
|
void |
componentOpened()
|
void |
componentShowing()
|
org.openide.util.Lookup |
getLookup()
|
JComponent |
getToolbarRepresentation()
|
JComponent |
getVisualRepresentation()
|
void |
setMultiViewCallback(org.netbeans.core.spi.multiview.MultiViewElementCallback mvec)
|
| Methods inherited from class org.openide.text.CloneableEditor |
|---|
canClose, cloneableEditorSupport, closeLast, closeLast, createClonedObject, ensureVisible, getActions, getComponent, getEditorPane, getHelpCtx, getPersistenceType, getPreferredSize, getUndoRedo, initializeBySupport, open, preferredID, readExternal, readResolve, requestDefaultFocus, requestFocus, requestFocusInWindow, updateName, writeExternal, writeReplace |
| Methods inherited from class org.openide.windows.CloneableTopComponent |
|---|
canClose, clone, cloneComponent, cloneTopComponent, getReference, setReference |
| Methods inherited from class org.openide.windows.TopComponent |
|---|
addNotify, associateLookup, availableModes, cancelRequestAttention, close, close, closeNotify, getAccessibleContext, getActivatedNodes, getCloseOperation, getDisplayName, getHtmlDisplayName, getIcon, getRegistry, getSystemActions, getTabPosition, isOpened, isOpened, open, openAction, openAtTabPosition, openNotify, processKeyBinding, requestActive, requestAttention, requestVisible, setActivatedNodes, setCloseOperation, setDisplayName, setHtmlDisplayName, setIcon, setName, setToolTipText, toFront |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.netbeans.core.spi.multiview.MultiViewElement |
|---|
getActions, getUndoRedo |
| Constructor Detail |
|---|
public PoshTextEditor(PoshEditorSupport editorSupport)
| Method Detail |
|---|
public JComponent getVisualRepresentation()
getVisualRepresentation in interface org.netbeans.core.spi.multiview.MultiViewElementpublic JComponent getToolbarRepresentation()
getToolbarRepresentation in interface org.netbeans.core.spi.multiview.MultiViewElementpublic org.openide.util.Lookup getLookup()
getLookup in interface org.netbeans.core.spi.multiview.MultiViewElementgetLookup in interface org.openide.util.Lookup.ProvidergetLookup in class org.openide.windows.TopComponentpublic void componentOpened()
componentOpened in interface org.netbeans.core.spi.multiview.MultiViewElementcomponentOpened in class org.openide.text.CloneableEditorpublic void componentClosed()
componentClosed in interface org.netbeans.core.spi.multiview.MultiViewElementcomponentClosed in class org.openide.text.CloneableEditorpublic void componentShowing()
componentShowing in interface org.netbeans.core.spi.multiview.MultiViewElementcomponentShowing in class org.openide.text.CloneableEditorpublic void componentHidden()
componentHidden in interface org.netbeans.core.spi.multiview.MultiViewElementcomponentHidden in class org.openide.windows.TopComponentpublic void componentActivated()
componentActivated in interface org.netbeans.core.spi.multiview.MultiViewElementcomponentActivated in class org.openide.text.CloneableEditorpublic void componentDeactivated()
componentDeactivated in interface org.netbeans.core.spi.multiview.MultiViewElementcomponentDeactivated in class org.openide.windows.TopComponentpublic void setMultiViewCallback(org.netbeans.core.spi.multiview.MultiViewElementCallback mvec)
setMultiViewCallback in interface org.netbeans.core.spi.multiview.MultiViewElementpublic org.netbeans.core.spi.multiview.CloseOperationState canCloseElement()
canCloseElement in interface org.netbeans.core.spi.multiview.MultiViewElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||