|
|||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
N
- nameChanged(NamedObject) - Method in interface be.lassi.base.NameListener
- Notification that name has changed.
- nameChanged(NamedObject) - Method in class be.lassi.ui.patch.PatchChannelTableModel
- Notification that name has changed.
- nameChanged(NamedObject) - Method in class be.lassi.ui.patch.PatchDetailTableModel
- Notification that name has changed.
- NamedColor - Class in be.lassi.domain
- Color with a name, and a collection of predefined colors.
- NamedObject - Class in be.lassi.base
- Super class for classes where the instances should get a name.
- NamedObject(Dirty) - Constructor for class be.lassi.base.NamedObject
- Constructs a new object with the default name "Unnamed".
- NamedObject(Dirty, String) - Constructor for class be.lassi.base.NamedObject
- Create a new instance with given name.
- NamedObject(Dirty, int, String) - Constructor for class be.lassi.base.NamedObject
- Constructs a new instance with given name and identifier.
- NamedObjects - Class in be.lassi.base
- Collection of
NamedObject
's. - NamedObjects(Dirty) - Constructor for class be.lassi.base.NamedObjects
- Constructs a new instance.
- NamedValue - Interface in be.lassi.base
- Wraps a value with a name.
- NameListener - Interface in be.lassi.base
- Listen for name changes.
- nameOf(Class<?>) - Static method in class be.lassi.util.Util
- NAMES - Static variable in class be.lassi.lanbox.domain.LayerId
- NEW_MAX - Static variable in class be.lassi.util.Dmx
- NEW_MAX_CHANNELS - Static variable in class be.lassi.util.Dmx
- newArrayList() - Static method in class be.lassi.util.Util
- Constructs a new
ArrayList
in a generic way (from the book Effective Java 2nd Edition by Joshua Bloch). - newCheckBox(String, String) - Method in class be.lassi.ui.util.ComponentBuilder
- newField(String) - Method in class be.lassi.ui.util.ComponentBuilder
- newHashMap() - Static method in class be.lassi.util.Util
- Constructs a new
HashMap
in a generic way (from the book Effective Java 2nd Edition by Joshua Bloch). - newLabel(String) - Method in class be.lassi.ui.util.ComponentBuilder
- NewLightCues - Class in be.lassi.cues
- Collection of Cues.
- NewLightCues() - Constructor for class be.lassi.cues.NewLightCues
- newLinkedBlockingQueue() - Static method in class be.lassi.util.Util
- newList() - Static method in class be.lassi.util.Util
- newPage() - Method in class be.lassi.pdf.DefaultDocListener
- newProcessingInstruction(String, Reader) - Method in class be.lassi.pdf.HtmlToPdfTranslator
- NewShowParametersDialog - Class in be.lassi.ui.show
- NewShowParametersDialog(Component, ShowParameters) - Constructor for class be.lassi.ui.show.NewShowParametersDialog
- NewShowParametersPresentationModel - Class in be.lassi.ui.show
- Presentation model for new show parameter dialog.
- NewShowParametersPresentationModel(ShowParameters) - Constructor for class be.lassi.ui.show.NewShowParametersPresentationModel
- Constructs a new instance.
- NewShowParametersValidator - Class in be.lassi.ui.show
- Validates the parameters for creating a new show.
- NewShowParametersValidator(ShowParameters) - Constructor for class be.lassi.ui.show.NewShowParametersValidator
- Constructs a new instance.
- NewShowParametersView - Class in be.lassi.ui.show
- View for the dialog that allows the user to enter parameters for the creation of a new show.
- NewShowParametersView(NewShowParametersPresentationModel) - Constructor for class be.lassi.ui.show.NewShowParametersView
- Constructs a new view.
- newValidationResultLabel() - Method in class be.lassi.ui.util.ComponentBuilder
- next() - Method in class be.lassi.domain.Colors
- Gets the next color during endless iteration; when the end of the collection is reached, iteration starts back at the start.
- next() - Method in class be.lassi.lanbox.Runner
- Issues a Lanbox go command for the current cue, and makes the next cue "current".
- next(int) - Method in class be.lassi.lanbox.Runner
- next() - Method in class be.lassi.lanbox.tools.Tokenizer
- Gets the next token.
- next() - Method in class be.lassi.util.ReadOnlyIterator
- nextCueStepNumber() - Method in class be.lassi.lanbox.tools.CueListBuilder
- Gets the number that the next cue step that will be added to the current cue list will have.
- nextFloat() - Method in class be.lassi.io.Interpreter
- Return the next integer read from the stream.
- NextIcon - Class in be.lassi.ui.icons
- Icon with arrow pointing to the right (for next cue and go commands).
- NextIcon() - Constructor for class be.lassi.ui.icons.NextIcon
- NextIcon(int) - Constructor for class be.lassi.ui.icons.NextIcon
- nextInteger(String) - Method in class be.lassi.io.Interpreter
- Return the next integer read from the stream.
- nextInteger(String, int, int) - Method in class be.lassi.io.Interpreter
- Return the next integer read from the stream.
- nextIntegerOrDash(String) - Method in class be.lassi.io.Interpreter
- Return the next integer or string read from the stream.
- nextIntegerOrDashOrCross(String) - Method in class be.lassi.io.Interpreter
- nextPacket() - Method in class be.lassi.artnet.ArtNetUdpReceiver
- Reads a new packet from the UDP receive socket.
- nextPacket() - Method in class be.lassi.lanbox.udp.UdpReceiver
- Reads a new packet from the UDP receive socket.
- nextString(String) - Method in class be.lassi.io.Interpreter
- Answer next string in stream.
- NLS - Class in be.lassi.util
- NO_CHASE - Static variable in class be.lassi.lanbox.domain.ChaseMode
- In
NO_CHASE
mode, the cuelist is executed only once from start to end with the defined timing. - NO_OUTPUT - Static variable in class be.lassi.lanbox.domain.MixMode
- In
NO_OUTPUT
mode, the engine channel values are ignored during mixing. - Node - Class in be.lassi.ui.library
- Node(String) - Constructor for class be.lassi.ui.library.Node
- NoteOff - Class in be.lassi.lanbox.commands.extra
- Lanbox command (logging support only).
- NoteOff() - Constructor for class be.lassi.lanbox.commands.extra.NoteOff
- Constructs a new command.
- NoteOff(byte[]) - Constructor for class be.lassi.lanbox.commands.extra.NoteOff
- Constructs a new command from a request buffer.
- noteOn(int, int, int) - Static method in class be.lassi.control.midi.MidiMessageFactory
- NotEqualException - Exception in be.lassi.util.equals
- NotEqualException() - Constructor for exception be.lassi.util.equals.NotEqualException
- notifyListeners() - Method in class be.lassi.lanbox.commands.Command
- notifyListenersPostChange() - Method in class be.lassi.context.ShowContext
- Notifies listeners that the Show is has changed.
- notifyListenersPreChange() - Method in class be.lassi.context.ShowContext
- Notifies listeners that the Show is about to change.
- NotImplemented - Error in be.lassi.util
- NotImplemented() - Constructor for error be.lassi.util.NotImplemented
- NotImplementedFrame - Class in be.lassi.ui.main
- Dummy frame that can be used as a stub for frames that are not implemented yet.
- NotImplementedFrame(ShowContext) - Constructor for class be.lassi.ui.main.NotImplementedFrame
- Constructs a new instance.
- NotImplementedFrame(ShowContext, String) - Constructor for class be.lassi.ui.main.NotImplementedFrame
- Constructs a new instance.
- now() - Static method in class be.lassi.util.Util
- Provides current system time in milliseconds.
- NoWrapTextPane - Class in be.lassi.ui.log
- Modified
JTextPane
that does not wrap the text. - NoWrapTextPane() - Constructor for class be.lassi.ui.log.NoWrapTextPane
- numberChanged(Cue) - Method in interface be.lassi.cues.CueListener
- Action performed after the Cue 'number' attribute has changed.
- numberChanged(Cue) - Method in class be.lassi.cues.DefaultCueListener
- Action performed after the Cue 'number' attribute has changed.
|
Lighting Assistant 1.2 | ||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |