A B C D E F G H I J K L M N O P R S T U V W X Z

N

nameForColor(Color) - Static method in class kiwi.text.ColorFormatter
Get a name for a color.
nextElement() - Method in class kiwi.util.ArraySequence
Get the next element in the sequence.
nextElement() - Method in class kiwi.util.VectorSequence
Get the next element in the sequence.
NoAppropriateEditorException - exception kiwi.ui.NoAppropriateEditorException.
This exception is thrown by MDI-related classes such as WorkspaceManager when an appropriate editor for a given class or object cannot be created.
NoAppropriateEditorException(String, Class) - Constructor for class kiwi.ui.NoAppropriateEditorException
Construct a new NoAppropriateEditorException.
nodeAdded(HierarchicalAssociationEvent) - Method in interface kiwi.event.HierarchicalAssociationListener
Invoked after a new child is added to an existing node in the hierarchy.
nodeAdded(HierarchicalAssociationEvent) - Method in class kiwi.ui.model.StaticTreeModel.TreeNode
 
nodeAdded(TreeModelEvent) - Method in class kiwi.event.BasicTreeModelListener
Handle a node added event.
nodeAdded(TreeModelEvent) - Method in interface kiwi.event.TreeModelListener
Invoked after a node has been added to the model.
nodeAdded(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelListAdapter
Handle node added events.
nodeAdded(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Handle a node added event.
nodeAdded(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTableAdapter
Invoked after a node has been added to the model.
nodeChanged(HierarchicalAssociationEvent) - Method in interface kiwi.event.HierarchicalAssociationListener
Invoked after a node in the tree changes in some way.
nodeChanged(HierarchicalAssociationEvent) - Method in class kiwi.ui.model.StaticTreeModel.TreeNode
 
nodeChanged(TreeModelEvent) - Method in class kiwi.event.BasicTreeModelListener
Handle a node changed event.
nodeChanged(TreeModelEvent) - Method in interface kiwi.event.TreeModelListener
Invoked after a node in the model has changed in some way.
nodeChanged(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelListAdapter
Handle node changed events.
nodeChanged(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Handle a node changed event.
nodeChanged(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTableAdapter
Invoked after a node in the model has changed in some way.
nodeCollapsed(TreeModelEvent) - Method in class kiwi.event.BasicTreeModelListener
Handle a node collapsed event.
nodeCollapsed(TreeModelEvent) - Method in interface kiwi.event.TreeModelListener
Invoked after a node in the model has been collapsed.
nodeCollapsed(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelListAdapter
Handle node collapsed events.
nodeCollapsed(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Handle folder closed events.
nodeCollapsed(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTableAdapter
Invoked after a node in the model has been collapsed.
nodeCollapsing(TreeModelEvent) - Method in class kiwi.event.BasicTreeModelListener
Handle a node collapsing event.
nodeCollapsing(TreeModelEvent) - Method in interface kiwi.event.TreeModelListener
Invoked when a node in the model is about to be collapsed.
nodeCollapsing(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelListAdapter
Handle node collapsing events.
nodeCollapsing(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Handle folder will close events.
nodeCollapsing(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTableAdapter
Invoked when a node in the model is about to be collapsed.
nodeExpanded(TreeModelEvent) - Method in class kiwi.event.BasicTreeModelListener
Handle a node expanded event.
nodeExpanded(TreeModelEvent) - Method in interface kiwi.event.TreeModelListener
Invoked after a node in the model has been expanded.
nodeExpanded(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelListAdapter
Handle node expanded events.
nodeExpanded(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Handle folder opened events.
nodeExpanded(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTableAdapter
Invoked after a node in the model has been expanded.
nodeExpanding(TreeModelEvent) - Method in class kiwi.event.BasicTreeModelListener
Handle a node expanding event.
nodeExpanding(TreeModelEvent) - Method in interface kiwi.event.TreeModelListener
Invoked when a node in the model is about to be expanded.
nodeExpanding(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelListAdapter
Handle node expanding events.
nodeExpanding(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Handle folder will open events.
nodeExpanding(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTableAdapter
Invoked when a node in the model is about to be expanded.
nodeRemoved(HierarchicalAssociationEvent) - Method in interface kiwi.event.HierarchicalAssociationListener
Invoked after a child is removed from an existing node in the hierarchy.
nodeRemoved(HierarchicalAssociationEvent) - Method in class kiwi.ui.model.StaticTreeModel.TreeNode
 
nodeRemoved(TreeModelEvent) - Method in class kiwi.event.BasicTreeModelListener
Handle a node removed event.
nodeRemoved(TreeModelEvent) - Method in interface kiwi.event.TreeModelListener
Invoked after a node has been removed from the model.
nodeRemoved(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelListAdapter
Handle node removed events.
nodeRemoved(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Handle a node removed event.
nodeRemoved(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTableAdapter
Invoked after a node has been removed from the model.
nodeStructureChanged(HierarchicalAssociationEvent) - Method in interface kiwi.event.HierarchicalAssociationListener
Invoked after the subtree rooted at an existing node changes its structure in a way that can't be described efficiently using any of the other messages in this interface.
nodeStructureChanged(HierarchicalAssociationEvent) - Method in class kiwi.ui.model.StaticTreeModel.TreeNode
 
nodeStructureChanged(TreeModelEvent) - Method in class kiwi.event.BasicTreeModelListener
Handle a node structure changed event.
nodeStructureChanged(TreeModelEvent) - Method in interface kiwi.event.TreeModelListener
Invoked after the subtree rooted at a node has changed its structure in some significant way.
nodeStructureChanged(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelListAdapter
Handle node structure changed events.
nodeStructureChanged(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Handle a node structure changed event.
nodeStructureChanged(TreeModelEvent) - Method in class kiwi.ui.model.TreeModelTableAdapter
Invoked after the subtree rooted at a node has changed its structure in some significant way.
notifyObservers(int) - Method in class kiwi.util.Task
Notify all observers about the percentage of the task completed.
notifyStateChanged(WorkspaceEditor) - Method in class kiwi.ui.WorkspaceManager
Notify the manager that an editor's state has changed.
NotImplementedException - exception kiwi.util.NotImplementedException.
General-purpose "not implemented" exception.
NotImplementedException(String) - Constructor for class kiwi.util.NotImplementedException
Construct a new NotImplementedException.
NullLoggingEndpoint - class kiwi.util.NullLoggingEndpoint.
An implementation of LoggingEndpoint that serves as a "bit bucket," discarding all messages.
NullLoggingEndpoint() - Constructor for class kiwi.util.NullLoggingEndpoint
Construct a new NullLoggingEndpoint.

A B C D E F G H I J K L M N O P R S T U V W X Z